Quote:
Originally Posted by BirdOPrey5
I would check your postbit or postbit_legacy template- actually try it on a complete default style and see if you have the same problem or not.
|
Thanks for your reply BirdOPrey5, I found the problem, but I don't know how to fix it!
It's because I have Username Images installed, so I was testing this on myself, where I have a username image & it's not fetching my username.. I logged on today and tried on someone who doesn't have a username image, and it worked perfectly...
Any ideas of a fix to that, here is that section on my postbit_legacy
PHP Code:
<!-- User Name Images by World Domination -->
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['field5']"><img src="$post[field5]" max-width="170" max-height="30" border="0"/></a> <else />$post[musername]</a></if><script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script><else />$post[musername]</if>$threadauthor</div></center>
<center><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if></center>