MyBB Community Forums

Full Version: Ad code visible to guests only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
as per the thread title...i want to show ads to guests only, not registered members.
need a free one lol either i could choose for vbulletin...
Install PHP in templates plugin. Then use the following code in header template;
<if $mybb->user['usergroup'] == "1" then>
AD CODE GOES HERE.
</if>
That sounds cool..Thanks Yaldaram.. Wink