MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Hide content/tables from registered users
Full Version:
Hide content/tables from registered users
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Heartless
2012-06-30, 12:40 PM
What i would like to do is hide the welcome boxes i have on my portal and forum index when a registered user logs in. I only want them to display when a guest is viewing.
www.gw2insanity.com
faviouz
2012-06-30, 12:51 PM
Install the
Template Conditionals
plugin and use this code:
<if !$mybb->user['uid'] then> <-- Welcome box code --> </if>
Heartless
2012-06-30, 01:09 PM
Thanks, works perfect
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Hide content/tables from registered users