Topic: How to add HTML header to forums.
removed
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → How to add HTML header to forums.
removed
i dont do 1.3 but look at the main.tpl in the include/template folder..
Q
First way is to place the code you want to add in "<FORUM_ROOT>/include/template/main.tpl" in the head tag.
Or you can create a new file with the code of the head section and place it in "<FORUM_ROOT>/include/user/", then add a line like this "<!-- forum_include "my_header.php" -->" in "<FORUM_ROOT>/include/template/main.tpl".
First way is to place the code you want to add in "<FORUM_ROOT>/include/template/main.tpl" in the head tag.
Or you can create a new file with the code of the head section and place it in "<FORUM_ROOT>/include/user/", then add a line like this "<!-- forum_include "my_header.php" -->" in "<FORUM_ROOT>/include/template/main.tpl".
I tried that, but it gave me an error that there was no such file in /include/user/
Does it have to be .php or can it be .html also?
use .php . i did that with my wordpress site.
Example Here: http://sports2all.com/forum/
PunBB Forums → PunBB 1.3 troubleshooting → How to add HTML header to forums.
Powered by PunBB, supported by Informer Technologies, Inc.