Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Cyb - Sub-Forum Manager Details »»
Cyb - Sub-Forum Manager
Version: 2.5.1, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 05-02-2008 Last Update: 06-19-2009 Installs: 1111
Uses Plugins Auto-Templates
 
No support by the author.

Info:
This plugin is useful when you have big number of sub-forums. It arranges them into columns. You can easily choose number of columns (1 to 7) to arange sub-forums into. There are options to enable/disable hack, exclude forums, enlarge font for sub-forums titles, hide commas, hide "Sub-Forums" phrase, show thread/reply counts, and more...


Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]


Notes:
-To get this hack working you must set "Depth of Sub-Forums" to "1" in vBulletin Options > Forum Listings Display Options
-To set hack options go to: AdminCP > vBulletin Options > Cyb - Sub-Forum Manager


Versions:
v1.0 - Apr 24. 2006.
-First release
v1.1 - Apr 24. 2006.
-Typo fixed
v1.2 - Apr 25. 2006.
-TC bug fixed
v1.3 - May 30. 2006.
-Added ability to use original font size for subforums titles (requested)
v1.4 - May 30. 2006.
-Added ability to hide commas (shown after every subforum title except the last one) - requested
v1.5 - May 30. 2006.
-Fixed little bugs (phrase, variable)
v1.6 - Aug 04. 2006.
-Release of this hack for vB v3.6
v1.7 - Aug 12. 2006.
-Added option to hide "Sub-Forums" phrase
-Added options to customize sub-forums table attributes
-Little improvements in the code
v1.8 - Sep 06. 2006.
-Added: Option to exclude forums
-Added: Options to show thread-count or reply-count or both after sub-forum title
-Hack name changed from "Cyb - Sub-Forums Arranger" to "Cyb - Forumhome Sub-Forums Manager"
-Added "Product Version Checking"
v1.9 - Sep 06. 2006.
-Fixed bug (if you choose to arrange sub-forums into two columns it arranges it into one)
-Added: When you mouseover count(s) it shows you what count(s) are for, depending on settings
v2.0 - Sep 09. 2006.
-Thread/post counts are hidden automatically if sub-forum is link or contains "child forums"
-Added option to turn on/off extra style and counts for excluded forums
v2.1 - Sep 14. 2006.
-Added: Option to change text size for thread/reply counts
-Fixed bug (unneded space before commas)
v2.2 - May 31. 2007.
-Option to hide thread/reply counts for selected sub-forums
-Counts automatically hidden for sub-forums with '0' threadcount
-Option to add blank lines after selected sub-forums
-Options to change CSS attributes for sub-forums inner table (change background color, text size,...)
-Several other improvements and general code cleanup
v2.3 - Jun 01. 2007.
-Fixed bug with some XHTML validation errors
-Fixed bug where some sub-forums are not arranged properly
v2.4 - Jun 01. 2007.
-Fixed bug where excluded forums shows "Cybernetec" between sub-forums
v2.5 - May 03. 2008.
-Compatible with vBulletin 3.7
-Minor bugs fixed
v2.5.1 - Jun 20. 2009.
-Minor bugs fixed (CSS, variables, phrases, product info)


If you like this hack please click INSTALL.


LIVE DEMO

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 06-03-2008, 12:35 AM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working for me on 3.7.1 followed instructions doesnt do anything to my forum
Reply With Quote
  #43  
Old 06-03-2008, 09:36 AM
Ricky Leone Ricky Leone is offline
 
Join Date: Apr 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunately, all of my sub-forums are being scrunched over to the left only on forumdisplay.php pages.

- Happens on Firefox
- I've tried uninstall/reinstall

Any solutions?
Reply With Quote
  #44  
Old 06-05-2008, 08:16 AM
visidigi visidigi is offline
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, works perfectly on my 3.7.1 install.

One thing you might want to add, if you have lots of sub forums it moves the status icon to the middle of cell so its hard to see how it ties up. Its a really easy fix though...

In forumhome_forumbit_level1_post

Find
Code:
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Replace with
Code:
<td valign="top"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
In forumhome_forumbit_level2_post

Find
Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Replace with
Code:
<td class="alt2" valign="top"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
You may need to adjust your statusicons to have a bigger transparent border to line up with your forum name correctly...
Reply With Quote
  #45  
Old 06-05-2008, 02:11 PM
f r e z N Y f r e z N Y is offline
 
Join Date: Jan 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed the mod on both my 3.6.8 and 3.7 forums. This is a great method of showing a large number of items within a smaller area, for easier visual distinction.

Other than adjusting the forum order in the Forum Manager, is there a simple method or intended upgrade to this hack which will allow the admin to change the order display ...

from
1 | 2
3 | 4
5 | 6

To

1 | 4
2 | 5
3 | 6

The latter order follows typical user alpha order expectations better.

Thanks.
-frez
Reply With Quote
  #46  
Old 06-05-2008, 03:05 PM
berben4 berben4 is offline
 
Join Date: Nov 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack but my Last Post, Threads, and Posts columns do not show up. Any idea why this might be?
Reply With Quote
  #47  
Old 06-05-2008, 03:57 PM
digitalhype digitalhype is offline
 
Join Date: Apr 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by f r e z N Y View Post
Installed the mod on both my 3.6.8 and 3.7 forums. This is a great method of showing a large number of items within a smaller area, for easier visual distinction.

Other than adjusting the forum order in the Forum Manager, is there a simple method or intended upgrade to this hack which will allow the admin to change the order display ...

from
1 | 2
3 | 4
5 | 6

To

1 | 4
2 | 5
3 | 6

The latter order follows typical user alpha order expectations better.

Thanks.
-frez
I second that! Nice suggestion.
Reply With Quote
  #48  
Old 06-05-2008, 08:19 PM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by berben4 View Post
Nice hack but my Last Post, Threads, and Posts columns do not show up. Any idea why this might be?
I had exactly the same when I tried to use this mod with this one https://vborg.vbsupport.ru/showthread.php?t=166248 , not on Forumhome but on every sub forums pages.
I'm still trying to figure out why.
Reply With Quote
  #49  
Old 06-07-2008, 03:43 AM
Cooleyvol Cooleyvol is offline
 
Join Date: Jul 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mum View Post
have it up and working on 3.7.0 with several sub forums - check it out if you like to see how well it works!
How do you get the spacing set as on this user's board? My second one picks up right at the end of the first one in the top row and so on from there.
Reply With Quote
  #50  
Old 06-09-2008, 04:03 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed on 3.7.1 and its working wonderfully!!! Thanks Cyb
Reply With Quote
  #51  
Old 06-09-2008, 05:08 AM
michael million michael million is offline
 
Join Date: Apr 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed on 3.7 . Everytime great work @ Cyb.
Reply With Quote
Reply

Thread Tools

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

Forum Jump


All times are GMT. The time now is 07:04 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09508 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete