Quote:
Originally Posted by Colin F
You'd have to add a template conditional around the code for the button.
HTML Code:
<if condition="$bbuserinfo[userid] == 0">code for button</if>
you'd have to add that in the showthread and forumdisplay templates probably...
|
That would only show the button to logged out users colin
HTML Code:
<if condition="$bbuserinfo[userid] != 0">code for button</if>
That will work