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
  #112  
Old 01-13-2010, 02:47 AM
junaid junaid is offline
 
Join Date: Oct 2005
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not worked
Reply With Quote
  #113  
Old 01-13-2010, 03:25 AM
speedimpulse speedimpulse is offline
 
Join Date: Jan 2010
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mine is still not working. where do i go to enable hack?
Reply With Quote
  #114  
Old 01-13-2010, 05:13 AM
iCafe's Avatar
iCafe iCafe is offline
 
Join Date: Jun 2005
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
Clear your cache!!! It will be broke.

Ill be nice and release a temp fix.

Make a new plugin with the hook location global_complete
then add this code
Code:
$vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet=';

$find = '</head>';
$add_before = '<link rel="stylesheet" type="text/css" href="'.$vbcsspath.'forumhome_sub_forum_manager.css" />'. PHP_EOL;

$output = str_replace($find,$add_before.$find, $output);
This came from Lynne's additional css hack.
Wow it work for me thank
Reply With Quote
  #115  
Old 01-13-2010, 05:33 AM
LoveStream LoveStream is offline
 
Join Date: Jan 2009
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
Clear your cache!!! It will be broke.

Ill be nice and release a temp fix.

Make a new plugin with the hook location global_complete
then add this code
Code:
$vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet=';

$find = '</head>';
$add_before = '<link rel="stylesheet" type="text/css" href="'.$vbcsspath.'forumhome_sub_forum_manager.css" />'. PHP_EOL;

$output = str_replace($find,$add_before.$find, $output);
This came from Lynne's additional css hack.
Thanks man
Reply With Quote
  #116  
Old 01-13-2010, 06:09 AM
nkumaran nkumaran is offline
 
Join Date: Jul 2009
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working (4.0.1)
Reply With Quote
  #117  
Old 01-13-2010, 02:11 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the temp fix, this works for me aswell
Reply With Quote
  #118  
Old 01-13-2010, 02:17 PM
voglermc's Avatar
voglermc voglermc is offline
 
Join Date: Oct 2006
Location: Piedmont Triad, NC, USA
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll wait on a perm fix
Reply With Quote
  #119  
Old 01-13-2010, 02:38 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've not yet upgraded my localhost to v4.0.1
will fix those problems tomorrow.
Reply With Quote
  #120  
Old 01-13-2010, 04:08 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hasann View Post
I've not yet upgraded my localhost to v4.0.1
will fix those problems tomorrow.
Thanks I hope you didn't mind me posting the temp fix for people with live sites.

Can't wait for the update.
Reply With Quote
  #121  
Old 01-13-2010, 06:14 PM
alpertunga688 alpertunga688 is offline
 
Join Date: Dec 2007
Location: England
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thanks
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 11:38 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.08186 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
  • (2)bbcode_code
  • (3)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
  • (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