vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Sub-Forum Manager 4.2.2 (https://vborg.vbsupport.ru/showthread.php?t=229148)

speedimpulse 01-12-2010 07:52 PM

Quote:

Originally Posted by TosHaNYC (Post 1953686)
Worked for me....

I needed to install it first... then do what "crazyace" stated:

I had to go to -> Forum Listings Display Options -> Depth of Sub-Forums -> and give it a number. I picked the max number of subs that I had in one area and that would be 5. This make it work fine.
Reply With Quote



thanks!

how do i get to "forum listing display"? i installed this but it is not working

ShawnV 01-12-2010 09:22 PM

updated to 4.0.1, not working anymore.

CheeSie 01-12-2010 09:32 PM

Quote:

Originally Posted by ShawnV (Post 1953923)
updated to 4.0.1, not working anymore.

Same.. :(

speedimpulse 01-12-2010 09:32 PM

i'd really like to use this on my forum. can the developer please chime in for support

BBR-APBT 01-12-2010 11:25 PM

it don't work because the css is no longer included.

vBulletin changed the way they include the css.

iCafe 01-12-2010 11:32 PM

Quote:

Originally Posted by ShawnV (Post 1953923)
updated to 4.0.1, not working anymore.

same to

voleuramour 01-13-2010 12:49 AM

stopped working with 4.0.1 !!

abqtj 01-13-2010 01:31 AM

Mine still works fine in 4.0.1

abqtj 01-13-2010 01:33 AM

Quote:

Originally Posted by speedimpulse (Post 1953856)
how do i get to "forum listing display"? i installed this but it is not working

Admin CP>Settings>Options>Forum Listings Display Options in the scroll list.

BBR-APBT 01-13-2010 01:55 AM

Quote:

Originally Posted by abqtj (Post 1954063)
Mine still works fine in 4.0.1

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.


All times are GMT. The time now is 10:28 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.01257 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete