Version: 1.00, by Xenon
Developer Last Online: Oct 2023
Version: 2.2.x
Rating:
Released: 07-25-2002
Last Update: Never
Installs: 62
No support by the author.
As requested several times, this hack allows you to arrange forums on forumhome in xx columns instead of just one per row as it now.
You have to set up a new category(s). All direct subforums to this category(s) will be arranged in columns.
It can be very usefull if you have very much Subforums, so you haven't to scroll as much as you have before
Newest Version: 1.21
Known Bugs: none
Screenshots below.
Design can be changed in templates..
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
oooh.. thats awesome.. did you add the pics using templates only?
Quote:
Originally posted by CRego3D I was lookign for a hack like this, so I installed it, it did not do exacly what I needed so with a little hlp from Firefly and modifying the templates myself this is what I got
Originally posted by Xenon
Smoothie: What do you mean? There are no extra queries in my hack..
These:
PHP Code:
INSERT INTO setting (settingid,settinggroupid,title,varname,value,description,optioncode,displayorder) VALUES (NULL,5,'Parent forums column arranged subforums','columnparent','0','Choose a Parent Forumid. All Subforums will be displayed in column arrangement (seperat with spaces)','','8')
INSERT INTO setting (settingid,settinggroupid,title,varname,value,description,optioncode,displayorder) VALUES (NULL,5,'Display Forum Columns','forumcols','4','','','9')
hmmm....i guess i am the problem child on this one....either that, or one of the other hacks i am using is causing a conflict.
When i try to execute the sql query ( this is what i am using, straight out of the install file:
INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,5,'Parent forums column arranged subforums','columnparent','0','Choose a Parent Forumid. All Subforums will be displayed in column arrangement (seperat with spaces)','','8')
INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,5,'Display Forum Columns','forumcols','4','','','9')
)
I get this error:
Failed to execute SQL : SQL INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,5,'Parent forums column arranged subforums','columnparent','0','Choose a Parent Forumid. All Subforums will be displayed in column arrangement (seperat with spaces)','','8') INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,5,'Display Forum Columns','forumcols','4','','','9') failed : You have an error in your SQL syntax near 'INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,op' at line 1