Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bree

Pages: [1]
1
Coding / Help with Data Base & Items
« 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

Pages: [1]