Topic: Including a file into main.tpl
Hello,
How can I include a HTML file into main.tpl?
I want my forum to look like: http://www.bulgaricus.com/forum/
but at the moment I have pasted all my menu file code into main.tpl.
Regards,
Edward
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Including a file into main.tpl
Hello,
How can I include a HTML file into main.tpl?
I want my forum to look like: http://www.bulgaricus.com/forum/
but at the moment I have pasted all my menu file code into main.tpl.
Regards,
Edward
One solution is to use server side includes, but if you don't know how to do that, you could do this:
1. Install the following "mod": http://punbb.org/forums/viewtopic.php?id=2817
2. Then, in your main.tpl just add <?php include 'file.html' ?> wherever you want to include it.
Thanks a lot. It works
does that mean that these boards allow you to place php code in the template without mods?
No, it means you can place php code in the templates if you do the small mod linked to in my previous post. The next version of PunBB will allow you to include files from the templates. Not execute PHP code directly though.
nice
PunBB Forums → PunBB 1.2 troubleshooting → Including a file into main.tpl
Powered by PunBB, supported by Informer Technologies, Inc.