Quote:
Originally posted by hkim
I think I got it....I should problably change the variable in forumdisplay.php?
// jump from forumjump
$goto = '';
switch($forumid) {
case 'home': $goto = 'index'; break;
to
// jump from forumjump
$goto = '';
switch($forumid) {
case 'home': $goto = 'home'; break;
|
I don't think that will work, I think you need to change where index points to, what file was this in?