SMF Shop

SMFShop => Coding => Topic started by: Bree on March 31, 2013, 08:35:13 am

Title: Help with Data Base & Items
Post by: Bree on March 31, 2013, 08:35:13 am
Hellou! I'm creating a RPG Forum and using the "Add xxx to Post Count" Item I added some like: "Add 1 Point of strength", in Data Base I created a column named "strength" but I cannot make it shows in the profile page. I tried by adding some like this in the Display.Template:

Code: [Select]
<h4>Pruebas de Atributos</h4>
               <li >', $txt['stat_fuerza'], ': ', $message['member']['strength'], '</li>';

But I doesn't show. Could you help me please? n_n
Title: Re: Help with Data Base & Items
Post by: Ellen28 on December 28, 2016, 06:28:31 pm
Thank you very much