PDA

View Full Version : Adding Sub Forums


Pandabean
11-14-2002, 07:47 PM
So that they display underneath the board name eg

Board name
Description
Sub Forums - subboard1, subboard2 (each being links)

Brad
11-14-2002, 07:50 PM
It will require file hacking (*waits for filburt to make a phpinfo mod ;)*) and is standared in verson 3.

Tony G
11-15-2002, 04:43 AM
Actually that would be a really neat mod for a template mod. I'll do a phpinclude one this time. Never done one before. ;)

Brad
11-15-2002, 05:45 AM
Just a side note:

This will add tons of load time to index.php, id recomend just doing it via the forum description via some html.

Tony G
11-15-2002, 06:30 AM
How many queries does it add with the hack? :-/

Pandabean
11-15-2002, 07:54 PM
<a href="https://www.neowin.net/forum/" target="_blank">http://www.neowin.net/forum/</a>

This one use to be a vB (dunno if it still is) but they have sub forums added onto theres. Thats what i am reffering to

SaintDog
11-15-2002, 08:45 PM
vBulletin is not used at NeoWin, they now use Invision Board. Both bulletin boards can do the same, but I do believe either way will require hacking, unless you edit the templates each time you create a new forum to avoid hacking.

Brad
11-15-2002, 09:32 PM
Originally posted by Tony
How many queries does it add with the hack? :-/


Querys each forum, so if you have 15 forums on index.php your adding 15+ queries depending on how many sub forums display.

Tony G
11-15-2002, 10:47 PM
Not worth it then, thats way too much for that one feature.