MyBB Community Forums

Full Version: If user logged in [then do something]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am new to MyBB having used vBulletin for many years.
In vBulletin to show something when a user is logged in or not logged in I would use the following:

<if condition="$show['member']">
**show something here**
<else />
**show something else here**
</if>


How would I do this with MyBB

Thanks
(2010-02-18, 12:18 PM)MattRogowski Wrote: [ -> ]You'll need this: http://community.mybboard.net/thread-31860.html

Thank you so much MattRogowski!

Works perfectly for what i am trying to do.