Log in

View Full Version : Hide content of a BB tag to visitors


ozmodiar12
05-15-2007, 02:23 AM
I know there is a module to hide links to guests.

Is it possible to do the same for a custom BB tag ?
I create a new tag "NSFW". In it members post NSFW content/links.

I'd like the content to be hidden for guest and be replace by a generic "click here to register & view this ...".

Is it possible ?

Triky
05-15-2007, 09:01 AM
Try to add something like this:

<if condition="$show['member']">
{value}
<else />
Sorry, guest, you're not registered. Click <a href="register.php">here</a> and sign up now!
</if>

LiLSnooP
02-20-2008, 06:43 PM
it doesnt work !
i also want to optain something like the auther this thread !

does anyone could help us... ?