Quote:
Originally Posted by zkilzz
Does ANYONE know how to get this to work with forumdisplay and not just forumhome?
I will donate 50$ US to someone that are willing to do it and give me a bit support on it 
|
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
|
Wait....or is it this way to do it?