MyBB Community Forums

Full Version: Add Stuff To Header For ONE Page Only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am new to MyBB (got it yesterday), but it's pretty straight forward so far.
Although, I hit a speed bump.

How would I go about adding more content (images) to the header (see outline one), thus moving the whole content box down (see outline two).

Is this possible to do with only selected pages?
I am using an addon called OUGC Pages for my pages.

Thanks for the help!
Download and activate Template Conditionals: http://mybbhacks.zingaburga.com/showthread.php?tid=464 Then in the header template add something like:
<if THIS_SCRIPT == 'pages.php' && $mybb->input['page'] == 'yourpagename' then>
your code for the specific page..
</if>
It will work if you're using the default URL format.