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
Sub-Forum Manager 4.2.2 Details »»
Sub-Forum Manager 4.2.2
Version: 4.2.x, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.2.x Rating:
Released: 11-29-2009 Last Update: 03-05-2016 Installs: 1158
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

Sub-Forum Manager for vB 4.2.x by Hasann

This Product brought to you by
www.vbulletin-TR.com

Description:
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 4) to arange sub-forums into. There are options to enable/disable hack, hide commas, hide "Sub-Forums" phrase..

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 > Hasann - Sub-Forum Manager

Tested on:
  • vBulletin 4.2.2
  • vBulletin 4.2.3
  • vBulletin 4.2.4

Download Now

File Type: zip Sub_Forum_Manager_4.0.zip (122.7 KB, 2023 views)
File Type: zip Sub_Forum_Manager_4.0.1.zip (182.9 KB, 6756 views)
File Type: zip Sub_Forum_Manager_4.2.2.zip (125.3 KB, 425 views)
File Type: zip Sub_Forum_Manager_4.2.3.zip (125.3 KB, 407 views)

Screenshots

File Type: jpg SubForum_Manager_ForumHome.jpg (65.5 KB, 0 views)
File Type: jpg SubForum_Manager_4.0.1.jpg (66.3 KB, 0 views)
File Type: jpg SubForum_Manager_Options.jpg (78.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
8 благодарности(ей) от:
josner, misericorde, oneill, patrick91, Prashanth, psd_hunter, skido, SKIDROW

Comments
  #342  
Old 05-03-2012, 11:34 PM
iputinwork iputinwork is offline
 
Join Date: May 2012
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works for me as well, but I can't find the option to get rid of the commas.
Reply With Quote
  #343  
Old 05-03-2012, 11:42 PM
marccap's Avatar
marccap marccap is offline
 
Join Date: Feb 2012
Location: uk
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by marccap View Post
How do you add space between the sub forums as you can see it looks quashed with the sub forum icon in the achievements part in my forum but the single letters are fine below

im on 4.1.12 if that helps
Reply With Quote
  #344  
Old 05-04-2012, 02:52 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works with the latest version of vb!
Reply With Quote
  #345  
Old 05-04-2012, 02:59 AM
iputinwork iputinwork is offline
 
Join Date: May 2012
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
Works with the latest version of vb!
yes it does, but how do you get rid of the commas???
Reply With Quote
  #346  
Old 05-04-2012, 03:04 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iputinwork View Post
yes it does, but how do you get rid of the commas???
I use a different mod.
https://vborg.vbsupport.ru/showthread.php?t=236960

This mod is good also, just never figured out myself either how to remove the commas.
Reply With Quote
  #347  
Old 05-12-2012, 08:03 PM
cstreater cstreater is offline
 
Join Date: May 2010
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To remove commas, edit the forumhome_subforums template, and remove (or comment out): {vb:raw row.comma}

Alternatively, you can replace the template contents with the following:

Code:
<div class="subforums">
	<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
	<ol class="subforumlist commalist">
		<vb:each from="subforums" value="row">
			<li class="subforum">
				<vb:if condition="$row['canpost']">
					<img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/{vb:raw row.imageprefix}subforum_{vb:raw row.statusicon}-48.png" alt="" border="0" id="forum_statusicon_{vb:raw row.forumid}" /> 
				<vb:else />
					<img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/subforum_{vb:raw row.statusicon}.png" alt="" border="0" id="forum_statusicon_{vb:raw row.forumid}" /> 
				</vb:if>
				<a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a>

<!-- {vb:raw row.comma} -->

			</li>
		</vb:each>
	</ol>
</div>
Reply With Quote
  #348  
Old 05-28-2012, 02:48 PM
iyama iyama is offline
 
Join Date: Sep 2008
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cstreater View Post
To remove commas, edit the forumhome_subforums template, and remove (or comment out): {vb:raw row.comma}
I was long time searching for that anoying , remove.
Thmx m8
Reply With Quote
  #349  
Old 05-28-2012, 04:48 PM
iyama iyama is offline
 
Join Date: Sep 2008
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mmm getting at the end on the site "Reply With Quote " after each section subs

Edit: Do not copy/paste "Reply With Quote" after the code box.
So its fixt.
Reply With Quote
  #350  
Old 05-31-2012, 07:56 AM
insidegames insidegames is offline
 
Join Date: Jun 2010
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is their an option to colappse some forums?
Reply With Quote
  #351  
Old 07-10-2012, 04:39 PM
kamrandahir kamrandahir is offline
 
Join Date: Jul 2008
Location: EveryWhere
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working with Latest version 4.2.0 Patch Level 2
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 12:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07578 seconds
  • Memory Usage 2,351KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_code
  • (4)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)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
  • (7)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