Hi, I've been having a problem putting a custom profile field in the showgroups, I know its possible because I did it a few months ago, unfortunately I lost data on my server and this modification was one of the casualties.
I have the new cells put in the table through the templates and I'm trying to call the content like this:
Code:
<td class="$bgclass" align=center>
<if condition="$user['field9']">
<img src=http://www.mysite.com/forum/images/ranks/$user[field9].gif>
</if>
I know by default this shouldn't work, what I did last time was put a single line in one of the php docs that required or included another php file or template but I'm at a loss to remember which it was.
(
Note: I only lost the php files so the database is still original, I know this code worked!)
Any help would be greatly appreciated