okay, all is hitchless for me except one thing. In the memberlist, the flag is not displayed. Everywhere else it is displayed okay.
Here is a link to where it is not showing---http://www.livetheworship.com/vb/memberlist.php?s=
Here is a link to where it is showing---
http://www.livetheworship.com/vb/sho...s=&threadid=89
Here is my memberlistbit (fragment):
Code:
<tr align="center">
<td bgcolor="{firstaltcolor}">$flag</td>
<td bgcolor="{secondaltcolor}" align="left">
<span style="font-size: 11px;">
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[userid]">$userinfo[username]</a>
</td>
Any ideas why it won't show up here?
Sketch