Quote:
|
Originally Posted by mikem
http://www.nukemods.com/temp/phpbb2nuke_news_mod.zip
Ok the file you need to edit to make it match your theme is the modules/phpbb2_News/index.php
Toward the bottom of that file, you will see the html..It looks almost exactly like the same html found in the themes/YourTheme/story_home.html file
Read the readme for install instructions.
mikem
|
Hi Mike... I download your mod and installed it, but I got this error when viewing the Php_News mods
Warning: Failed opening 'modules/Forums/includes/functions_selects.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 50
Warning: Failed opening 'modules/Forums/includes/bbcode.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 68
Fatal error: Call to undefined function: bbencode_second_pass() in /home/public_html/nuke6.5/modules/Forums/mods/phpbb_fetch_all/common.php on line 403
And I did read the Readme file and followed the steps you show in there. I saw these line has commented out:
// Examples:
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/ccc/
// --> $phpbb_root_path = './';
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/
// --> $phpbb_root_path = './ccc/';
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/ddd/
// --> $phpbb_root_path = '../ccc/';
I wondered if I have to uncomment one of these phpbb_root_path? Can you tell me what I did wrong here?
Thanks
CK