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:
<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