ok i suzzed my prob out i added instead of replacing inside index.php so was down to User Error (cause of to many probs on vbull i bet
In index.php (root) find this :
PHP Code:
find:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
if ($depth<$forumhomedepth) {
$forumbits. =makeforumbit($forum['forumid'],$depth+1,$forumper
ms);
}
Now REPLACE this in index.php to this
PHP Code:
if(strstr(" ".$columnparent." ", " ".$forum['parentid']." ")) {
if($colsdone!=1) {
$colsdone=1;
$colcounter=1;
eval("\$forumbits .= \"".gettemplate("colforumtableheader")."\";");
} else {
$colcounter++;
if($colcounter%($forumcols+1)==0) {
$forumbits .= "</tr><tr>";
$colcounter=1;
}
}
$width="width=".(100/$forumcols)."%"; //take out if you want variable column widths
eval("\$forumbits .= \"".gettemplate("colforumbit")."\";");
} else {
if($colsdone==1) {
$colsdone=0;
$colcounter=0;
eval("\$forumbits .= \"".gettemplate("colforumtablefooter")."\";");
}
// eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
if(strstr(" ".$columnparent." ", " ".$forum['forumid']." ")) {
eval("\$forumbits .= \"".gettemplate("forumhome_colbit_level$depth$tempext")."\";");
} else {
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
}
}
if ($depth<$forumhomedepth) {
// $forumbits. =makeforumbit($forum['forumid'],$depth+1,$forumper
ms);
}
if ($depth<$forumhomedepth) {
$forumbits. =makeforumbit($forum['forumid'],$depth+1,$forumper
ms);
}
} // END if can view
} // END while ( list($key2,$forum)=each($val1) ) {
} // END while ( list($key1,$val1)=each($iforumcache["$forumid"]) ) {
and now it works fine the bars have totally disappeared for me.
So if it dont work just go over tha hack again.If you installed the one that adds a GFX to the section recheck this as well.