[Req] Code Bit

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!)

PHP:
if (THIS_SCRIPT == 'index' AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))

PHP:
if ((THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay') AND $forum['subforumcolumns'] != 1 AND ($subsonly OR $depth < MAXFORUMDEPTH))
 
here it is :) ....

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))



---------------------------
u beat me Hoxxy :( lol

i guess you have to replace that line
 
Back
Top