in my humble just put $adminpath = 'forum/admin';
in the globals.php file
a...and also check the syntax on the templatephp should end up lik ethis:
$only['forumdisplay'] = 'Forum Display';
$only['forumhome'] = 'Forum Home Page';
$only['getinfo'] = 'User Info Display';
$only['home'] = 'Home Page';
$only['memberlist'] = 'Member List';
and on newthread should end like this:
$postid=$DB_site->insert_id();
if (in_array($foruminfo['forumid'], explode(',', $articleforum))) {
$DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
}
(paste exactly fron first carachter to last do not copy paste any spaces before $ or after}
Step 4 follow to th eletter since your forum resides on a folder called forum
so just put forum/images (exactly like th einstructions)
hope youll be up and running in no time... By the way my BvBulletin is 2.3.0. so just check my code if it sno diferent from yours but I think is the same
|