Quote:
Originally Posted by bananalive
Find in articles.php:
PHP Code:
define('THIS_SCRIPT', 'articles');
After add:
PHP Code:
$forumpath = '/home/site/public_html/forum';
chdir($forumpath);
altering $forumpath to the correct forum path
|
thanks Bananalive for helping me with this.
it works, but i encounter another problem
see
http://www.asiaphoto.com/forum/articles.php
and the index.php i'v improved with your help
http://www.asiaphoto.com/indextest.php
the parts not working
(1) forum logo is not showing now
(2) at the top left, instead of the folder icons,
it shows "Go Back" and "Reload this page"
(3) i appear not logged in on my index page
it looks like the registeration and logged in part won't work too.
(4) when i click on any links, i get error404 because the links are not reflecting the right path.