|
|
Registered User Currently Offline
|
Posts: 2
Join Date: Feb 2007
|
I am hoping to get some guidance. We changed hosts recently. I set up the board on the new host and then imported the database and on the index I can see the list of forums but all I get when I click on one is a footer with no css styling, leading me to think its a path issue but I dont know where to change it.
Code:
$forumhome = 'http://ofswcd.org/gis/forum/index.php'; //link to forum home
$forumdir = 'http://ofswcd.org/gis/forum/'; //forum dir without the script file, must end with a '/'
$forumscript = 'http://ofswcd.org/gis/forum/index.php'; //forum dir + script file
I can see the search page, and from there I can see all the posts, users, everything else, I just cant see the forums. any ideas?
|