I've just installed verson 1.0 of this contribution and it works... well... almost.
Due to the template/file structure changes in ZenCart 1.3 (i think) I am receiving the following error message when attempting to launch my forums.
Now, I can comment out the follow line in one of the zenBB-iframe files...Code:Warning: main(includes/modules/header.php) [function.main]: failed to open stream: No such file or directory in D:\server\xampp\htdocs\mysite\includes\templates\custom\phpBBindex\tpl_main_page.php on line 51 Fatal error: main() [function.require]: Failed opening required 'includes/modules/header.php' (include_path='.;D:\server\xampp\php\pear\') in D:\server\xampp\htdocs\mysite\includes\templates\custom\phpBBindex\tpl_main_page.php on line 51
...and my forums can now be accessed.Code:<?php require(DIR_WS_MODULES . 'header.php'); ?>
However, my sites header is not displayed (when viewing the forums).
Anyone know how to solve this?



