guests cant see bbcode

bartek24m

New Member
hello what can i do if i want that only members can see bbcode

i try this

PHP:
<if condition="$show['guest']">
You need to register in order to see this code !
<else />
[TEXT] {param} [TEXT]
</if>


on forumhome template it works properly
but when i add it to my bbcode it doesnt work well
i can see both

who know how to solve this problem
 
Actually, I've been wondering the same thing. I like the way vBulletin.org does it. It shows up that you can't view the BBcode unless you're a licensed member. All I need is help on how to set it up that way.

I can edit the template files, I just don't know what exactly I should edit.

Any help would be appreciated.

Thanks.
 
Back
Top