MyBB Community Forums

Full Version: Template Include Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to add a mission statement section to the portal page. I made a new template called portal_mission. What is the code I need to put in the portal template to include this other template?

I know that I can put a variable like {$myvar} in the template. However then I need to make a portal plugin to eval that template into $myvar.

I was trying to keep things neat and make it easy for upgrading, but if this isn't possible I think I'll just paste the html in the portal template.
You'll need a plugin to make {$myvar} load your custom template.
Thanks! That is what I figured. Not really worth making a plugin for static html. I'll just put it in the portal template for now.