MyBB Hacks

Full Version: Small Box on Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've search anything on this forum and manage to show or hide some boxes using php in template. My problem is I would like to make a smallbox on header welcoming guest like vbulletin do. How can I make it? If possible also if the new box is above on the first category of my forum. Thank You!
Insert whatever code you wish in your header_welcomeblock_guest template.
If you only want it on the index page:

PHP Code:
<if THIS_SCRIPT == 'index.php' then>some box stuff</if>

Reference URL's