Quote:
Originally Posted by Cheertobi
That just requieres another fileedit!
In includes/functions_forumlist.php search for: (Backup before you do any edits!)
Code:
if (THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
Code:
if ((THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay') AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
Tobi
|
Should i replace the old code or add the new line?
THANKS in advance

!!!