PDA

View Full Version : how do I...


Evil X
01-15-2006, 05:23 AM
make it so only guest see something? example I want only them to see a please join text... how would I do that?

Reeve of shinra
01-15-2006, 06:11 AM
Depends on where you want to add it and how but you can use conditionals like this in your template.

<if condition="is_member_of($bbuserinfo, 1)">
Guest Message stuff
</if>

Evil X
01-15-2006, 06:30 AM
thanks...