Quote:
Originally Posted by zkilzz
I will donate 50$ US to someone that are willing to do it and give me a bit support on it 
|
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