MyBB Community Forums

Full Version: Guest Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add a Welcome/Register banner that will show only to quests or non-registered visitors. Is there a way I can do this?
This is one that i have (its subscriber): http://www.mybbextras.com/showthread.php?tid=380

There are free ones also , just search around.
You can also do this with template edits..

ACP > Themes & Templates > Templates > **Your Theme** > Header Templates > header_welcomeblock_guest

Then put
<img src="IMGURL" />
where you want it to show up.
Thanks Derek M. would it be possible to modify {$welcomeblock} to call the banner when a user is not logged in and not call the banner when a user is logged in? I was thinking if I placed the img src inside the {$welcomeblock} code snippet it might do the trick. Any input on that?

By the way where can I find the actual code being called by {$welcomeblock}. Which Php file contains the code?
You could but it in the "header_welcomeblock_member" templete.