Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

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

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 02-25-2010 Last Update: 03-31-2012 Installs: 1855
Uses Plugins Auto-Templates
 
No support by the author.

Info:
-This is used to arrange sub-forums into columns on forumhome.
-You can add thread/post counts to sub-forums, hide "Sub-forums" title, customize CSS, and more...

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

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

Versions:
v1.0 - Apr 24. 2006.
-First release
v2.5.1 - Jun 20. 2009.
-Latest vB 3.x version
v3.0 - Feb 26. 2010.
-Updated for vBulletin 4
-Fixed known bugs
v3.0.1 - Apr 03. 2010.
-Fixed bug where 'Sub-Forums:' is not hidden in some blocks
v3.1 - Oct 31. 2010.
-New: Almost completely rewritten regarding main functionality
-New: Removed all tables - CSS based now
-Fixed bug: Different column widths through categories
-Fixed bug: Unneeded commas in IE
-Fixed bug: Customizations not fully applied to latest category
-Fixed: XHTML errors
-Fixed: Minor bugs
v3.1.1 - Nov 05. 2010.
-Fixed: Sorting issues
-Fixed: Unneeded thread/reply counts in friendly URLs
v3.1.2 - Dec 12. 2010.
-Fixed bug: Forum Moderators listed in a column
v3.1.3 - Nov 19. 2011.
-Fixed: Compatibility issues with vB 4.1.8
v3.1.4 - Apr 01. 2012.
-New Option: Exclude styles
-New Option: Exclude forums
-Fixed some style issues

Download Now

File Type: zip VSa - Sub-Forum Manager v3.1.4.zip (3.8 KB, 6331 views)

Screenshots

File Type: jpg subforums.jpg (62.0 KB, 0 views)
File Type: png acp.png (99.1 KB, 0 views)

Show Your Support

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

Comments
  #262  
Old 07-14-2011, 07:48 AM
masterross's Avatar
masterross masterross is offline
 
Join Date: Nov 2005
Location: Bulgaria
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the solution is few pages back.
Reply With Quote
  #263  
Old 07-14-2011, 03:54 PM
Primal Rage Primal Rage is offline
 
Join Date: Nov 2004
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by masterross View Post
the solution is few pages back.
I have just read the whole thread and see no solution for this. Unless you mean uninstall and use the CSS code version.
Reply With Quote
  #264  
Old 07-15-2011, 01:50 PM
hoodoola hoodoola is offline
 
Join Date: Sep 2010
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have 4.14 too, so far no problem
Reply With Quote
  #265  
Old 08-06-2011, 07:55 AM
induslady induslady is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
I tried installing this in my dev env and find that there is some misalignment in the sub forum lisitings.

Refer screen shots marked with red call out and red arrow.
Attachment 131729

In this picture, the second column sub forum listing starts a line below than that of the first column listing.

Attachment 131730

The sub forum listing is not lining up correctly.

Let me know how to fix this.
Reply With Quote
  #266  
Old 08-06-2011, 04:15 PM
Luca_ITA's Avatar
Luca_ITA Luca_ITA is offline
 
Join Date: Jun 2011
Location: Italy
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On my forum mod works good. I'm using v4.1.5pl1.
See image.
Attached Images
File Type: png Sub-Forum-Manager.png (15.5 KB, 0 views)
Reply With Quote
  #267  
Old 08-07-2011, 05:02 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working ok on my version of 4.15 pl1
Reply With Quote
  #268  
Old 08-09-2011, 12:21 AM
togotutor togotutor is offline
 
Join Date: May 2011
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. Installed.
Reply With Quote
  #269  
Old 08-15-2011, 08:46 AM
Fraxter Fraxter is offline
 
Join Date: Jul 2007
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick fix for the mobile style issue:

Go to: Plugin & Products --> Plugin Manager
Search the plugin: "VSa - Sub-Forum Manager - FB"

Search:
PHP Code:
if ($vbulletin->options['vsasfm_enable'] AND ($vbulletin->options['vsasfm_coltarget']>0)) 
Replace with:
PHP Code:
if ($vbulletin->options['vsasfm_enable'] AND ($vbulletin->options['vsasfm_coltarget']>0) AND ($vbulletin->userinfo['styleid'] != XX)) 
Note: XX have to be your mobile style id!

Think Valter will update this addon soon.
Reply With Quote
  #270  
Old 08-18-2011, 12:08 AM
dgparent dgparent is offline
 
Join Date: May 2007
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this and my child forums still look like the default ?

http://www.collegefootballforum.info/forum.php
Reply With Quote
  #271  
Old 09-08-2011, 05:11 AM
kfyonur kfyonur is offline
 
Join Date: Apr 2008
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please read carefully..

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


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 09:47 PM.


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.09238 seconds
  • Memory Usage 2,361KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (25)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete