Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Forums arranged in columns on forumhome Details »
Forums arranged in columns on forumhome
Mod Version: 1.2.1, by Xenon (Member) Xenon is offline
Developer Last Online: Jul 2018 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.3 Rating: (2 votes - 5.00 average) Installs: 118
Released: 09 Jan 2004 Last Update: 17 Jan 2005 Downloads: 188
Not Supported  

As requested several times, this hack allows you to arrange forums on forumhome in xx columns instead of just one per row as it is in standart vb3.

Look at the screenshot to know what i mean

The design is changeable in the templates of course

I've tested it, and it should work, but as i don't use it myself, i cannot do a longtime test, so if you find any bugs, report them

You can apply the changes to forumdisplay as well if wanted

Download Now

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	forumhome.jpg
Views:	7274
Size:	45.3 KB
ID:	15654   Click image for larger version

Name:	forumdisplay.jpg
Views:	2010
Size:	30.1 KB
ID:	22781  

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Forums arranged in columns on forumhome Xenon vBulletin 3.5 Add-ons 526 04 Sep 2012 17:45
Forums arranged in columns on forumhome Xenon vBulletin 2.x Full Releases 307 29 Oct 2004 12:20

Comments
  #2  
Old 09 Jan 2004, 17:27
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Real name: Liam Hawkins
Nice one Xenon, another quality hack as always. now, i KNOW alot of people want this
__________________
Hacks Made :
Store 3.0 Color Name Add On.
Last 5 Attachments On Forum Home
Rap Battle System -=RBS=-

Tutorials Made :
The Basics Of PHP For Beginners and The Basics Of PHP [Part 2]

Running away from that Thousand Post Mark
Reply With Quote
  #3  
Old 09 Jan 2004, 17:29
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Haven't had use for this in the past, but now with about 50 hosted forums this will save a little space on forumhome.
Reply With Quote
  #4  
Old 09 Jan 2004, 17:29
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Time to port my add-on
Reply With Quote
  #5  
Old 09 Jan 2004, 17:31
*arie's Avatar
*arie *arie is offline
 
Join Date: Jan 2004
Real name: areyelle
Thanks!, i've been waiting for this. <333
Reply With Quote
  #6  
Old 09 Jan 2004, 17:34
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Real name: Stefan Kaeser
Originally Posted by assassingod
Time to port my add-on


that reminds me of adding the addon things to vb.org which i have planned
Reply With Quote
  #7  
Old 09 Jan 2004, 18:55
*arie's Avatar
*arie *arie is offline
 
Join Date: Jan 2004
Real name: areyelle
okay, i'm getting an error... it says:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Everytime I add what was below to the functions_forumlist.php it'll give me a parse error on my forum index. Any specific line to drop it in?
Reply With Quote
  #8  
Old 09 Jan 2004, 20:22
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Real name: wayne
what does it look like if the forum that is aligned in a coloumn has posts in it ? does that number get displayed
Reply With Quote
  #9  
Old 09 Jan 2004, 20:28
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Real name: Liam Hawkins
*arie ---- you need to edit includes/functions_forumlist.php like it says in the instructions, then for the code underneath the line you just showed up there, Copy it all and place it above the ?> Tag at the bottom of the file.

Corsacrazy --- I cannot remember exactly, but there may be more information over in the vB2 thread, of this hack. Maybe try looking there for your answer, sorry i couldnt help more.
__________________
Hacks Made :
Store 3.0 Color Name Add On.
Last 5 Attachments On Forum Home
Rap Battle System -=RBS=-

Tutorials Made :
The Basics Of PHP For Beginners and The Basics Of PHP [Part 2]

Running away from that Thousand Post Mark
Reply With Quote
  #10  
Old 09 Jan 2004, 21:11
surfhog's Avatar
surfhog surfhog is offline
 
Join Date: Aug 2003
Real name: Phil
this looks real nice, but I tired this on me learning curve on vb2 and could not get it to work hopefully I might have another go with RC2, if it works on RC2 that is?

thanks
Reply With Quote
  #11  
Old 09 Jan 2004, 21:15
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Real name: Stefan Kaeser
@surfhog: this version work better than my old vb2 solution, as with template conditionals and all, there are some improvements to use

@corsacrazy: if you look closer into the construct_column function, you will see, that postcount/threadcount/description is parsed, so you just have to add it to the columncell template and it'll show
Reply With Quote
  #12  
Old 09 Jan 2004, 21:29
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Real name: wayne
cheers one more thing, if i do add the parsed selection u mentioned and the forum is private will ir reconize this and show the private text instead of the info ?
Reply With Quote
  #13  
Old 09 Jan 2004, 21:34
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Real name: Stefan Kaeser
you could answer this question yourself if you would have looked at the code

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

so yes
Reply With Quote
  #14  
Old 09 Jan 2004, 21:36
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Real name: wayne
sotty im not lazy honest just dont download hacks til i know its what my forum needs, appriciate ur effots mate
Reply With Quote
  #15  
Old 09 Jan 2004, 21:46
*arie's Avatar
*arie *arie is offline
 
Join Date: Jan 2004
Real name: areyelle
Talking

Originally Posted by MindTrix
*arie ---- you need to edit includes/functions_forumlist.php like it says in the instructions, then for the code underneath the line you just showed up there, Copy it all and place it above the ?> Tag at the bottom of the file.
Thanks, that worked.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 11:25.

Layout Options | Width: Wide Color: