This is from my postbit. I want the gallery link to show up, but it wont and I dont have a clue whats wrong.
I'm using the normal postbit, not the postbit_legcay
Thanks
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<div><a href="http://www.mysite.com/gallery/browseimages.php?do=member&userid=$post[userid]">$post[musername]'s Gallery</a></div>
</td>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<div><a href="http://www.mysite.com/gallery/browseimages.php?do=member&userid=$post[userid]">$post[musername]'s Gallery</a></div>
</td>
Thanks
Comment