This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
I added the following calling to the overall_header.tpl
<!--{* Smarty *}-->
<!--{ include file="/global/header.tpl" }-->
<!--{ include file="/global/header_nav.tpl" }-->
This code shows up when I do a "reveal code" from the forum homepage. I only add that to say that the code has been added to the tpl file and uploaded. However, the header is not called, i.e. the forum doesnt look any different and no error messages show up either.
// The include_path is set in the file ".htaccess" found in the web root
require_once('includes/SummitSmarty.php');
require_once('includes/global.php');
This likewise created no errors but neither do it change the look of the forum. I do understand that this text will not show up with the "reveal code" option. I really shouldnt have said anything about that before...worthless info on my part.
But that being said, what else do I need to do? I am not that advanced at programing, but I do know that whenever I created a new page for our website I have to add the above code to the appropiate php file and the previous posting's code to any tpl file. However, it did not work for the forum. Any ideas?