MyBB Community Forums

Full Version: Use header and footer on any page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have done some research and found some pages on this, but they only work for HTML pages. I would like to be able to put {$header} at the top of my PHP page and {$footer} at the bottom, but there is more to it than that. I do not want to use any sort of plug-in for this. Does anyone have suggestions? Thank you!
Try Looking this one:
http://community.mybb.com/thread-116225.html

Or if you are looking for a plugin then I would suggest using Page Manager:
http://mods.mybb.com/view/page-manager
Thank you for the response. (+1 Reputation.) However, this is one of my issues. I have used this and it works fine and dandy for using the header and footer on an HTML page. But for PHP... it does not put the page contents where I need them to go (between the header and footer). It puts them after the footer.

EDIT:
Example:
{$header}
<!-- Page contents here from PHP page. -->
{$footer}

Of course, without a plug-in. They do not offer the flexibility I need.