H Hybrid New Member May 11, 2008 #1 I was wondering if someone could get the contents of that post for me... Thanks in advance. vBulletin.org
I was wondering if someone could get the contents of that post for me... Thanks in advance. vBulletin.org
H Hoxxy New Member May 11, 2008 #2 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 Click to expand... 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))
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 Click to expand... 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))
M Mecca New Member May 11, 2008 #3 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
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