PDA

View Full Version : How to hide...?


adusei
03-08-2004, 07:16 AM
Hello,

I want to hide the "newthread"-button in forums, where users are NOT allowed to post. Can please somebody give a hint how to do this?

Best regards -

adusei

vbmechanic
03-08-2004, 08:30 AM
Just a guess.. but find the template where the $newthread button is and put around it:

<if condition="$can['postnew']">

button goes here

</if>