MyBB Community Forums

Full Version: Newsbar on index for guests only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hello,

Does someone know how to add a newsbar for guests only ? I think it requires PHP and Template Conditionals ( I already have it) I can't code PHP tho..  Angel
here is the code we generally use with template conditionals plugin
<if $mybb->user['uid'] == 0 then>
your content to be shown for the guests 
</if>

MikeInToshx

Thanks!