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)

halino 12-26-2009 08:44 PM

hasan aga, bu addon'u ekledim ama subforumlari göstermiyor?
hic bir degisiklik olmadi, neden acaba?

acanuck 12-27-2009 01:49 AM

Thanks for the awesome mod Hasann :-)
This is much better than the default one that comes with vb.

I have a question though...
I'm trying to display forum information in the side column
e.g. forumid, title. etc.

but it doesn't seem to be working. Here is the different code I tried using:


PHP Code:

forum{vb:raw forum.forumid}

or

$foruminfo['forumid']

or

{
vb:raw foruminfo.forumid

^
all not working

Any idea what I'm doing wrong?
How can I display database fields in your mod right columns?

cloferba 12-28-2009 02:15 AM

i have this issue...

look at the forum description, it is over the subscription and rss icon

how to solve it?

http://img710.imageshack.us/img710/7657/sinttulor.jpg

MarpeX 12-29-2009 11:39 AM

Unfortunately it does not work - I tried the description by crazyace but not successful.

Hasann 12-29-2009 10:42 PM

Support is only given to people who have clicked Mark as Installed.
Sorry, I don't give any Support poeple who haven't clicked Mark as Installed Button.

Vehbi KOC 12-30-2009 06:49 AM

Thanks Hasan.

iyama 12-30-2009 11:37 AM

Instal and uninstal. After a new style its not working anymore. On the vb4 style it was working.

albibak 12-30-2009 03:28 PM

1 Attachment(s)
Hasann,

Thanks for the mod
Please, find in attachment the french translation
You can find the french topic for this mod here: http://forum.vbulletin-fr.org/modifi...mod&modid=1079

abdyel26 01-01-2010 05:30 PM

Installed works great

SLY LS1 01-03-2010 08:40 AM

Is there an easy way to have 4 columns ?

Cheers

linuxututs 01-03-2010 12:01 PM

I'd also LOVE to have 4 maybe even 6 columns as well...:)
I have a ton of sub-forums....lol

Thanks Hasann your a great coder.

Thanks,

mandingo 01-03-2010 05:13 PM

Quote:

Originally Posted by crazyace (Post 1922861)
Fixed. 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.

Tried that tried re-installing,cannot get this to work at all. Using 4.0.
edit,i had my categories/forums/and subforums set up all funky,thanks.

ayman1204 01-04-2010 08:03 PM

thanks
workinkg 100 %

Installed

inpico 01-05-2010 02:25 PM

great work

would be a nice Option to Collapse the Subforms like Categories too :D

MikeWarner 01-06-2010 12:35 PM

Brilliant and simple hack - many thanks!!

MustangLisa 01-06-2010 01:53 PM

Great work, thanks!

abqtj 01-08-2010 04:34 AM

Very cool

pablete 01-08-2010 10:28 PM

Not work for me. i have vb4 last version.
sub-forum are in one line and leave the table outside of your board. I have it configured for 2 colunnas and in my admincp> deployed in the list of forums
i have the next options
[2]
[2]
[1]

http://sienteasturias.com/hostimagen...69subforum.png

Edit: sorry, i have another hack for arranged forum not it. i had desinstaler and installed this, and word full.

thanks

texasteamplayer 01-11-2010 02:08 AM

installed. no effect. http://www.teamplayergaming.com/foru...ral-Discussion

hack is enabled, with 2 columns in settings.

TosHaNYC 01-12-2010 04:46 PM

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!

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.

junaid 01-13-2010 02:47 AM

not worked

speedimpulse 01-13-2010 03:25 AM

mine is still not working. where do i go to enable hack?

iCafe 01-13-2010 05:13 AM

Quote:

Originally Posted by BBR-APBT (Post 1954077)
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

LoveStream 01-13-2010 05:33 AM

Quote:

Originally Posted by BBR-APBT (Post 1954077)
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 :)

nkumaran 01-13-2010 06:09 AM

not working (4.0.1)

Big-Pete 01-13-2010 02:11 PM

Thanks for the temp fix, this works for me aswell :)

voglermc 01-13-2010 02:17 PM

I'll wait on a perm fix

Hasann 01-13-2010 02:38 PM

I've not yet upgraded my localhost to v4.0.1
will fix those problems tomorrow.

BBR-APBT 01-13-2010 04:08 PM

Quote:

Originally Posted by Hasann (Post 1954483)
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.

alpertunga688 01-13-2010 06:14 PM

installed thanks


All times are GMT. The time now is 05:03 PM.

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.01547 seconds
  • Memory Usage 1,801KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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