if you have vbplaza.. like i do... and it does not work.... its a glitch in the link....
this is the link as the coder wrote it..
</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="/moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a></td></tr>
</if>
add the "."
</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="./moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a></td></tr>
</if>
flawless....
also... if it breaks your postbit legacy......
take out the </td></tr> so it will look like this....
</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="./moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a>
</if>
thanks for the hack... very useful!
|