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)
-   -   Forum Home Enhancements - Usergroup Color Bar Legend (https://vborg.vbsupport.ru/showthread.php?t=228607)

marccap 01-30-2013 05:50 PM

Works perfect on 4.2 thanks

Amaury 02-12-2013 10:46 PM

Is it possible to move it? For example, have it be below the navigation bar?

I'm asking because I want to remove the WGO box entirely, but two things are stopping me:
  • I don't know how to create a block on the sidebar for the forum statistics
  • The usergroup color bar

hellboundblogge 09-29-2013 02:05 PM

It is not working on vB 4.2.1

ForceHSS 09-29-2013 03:36 PM

Quote:

Originally Posted by hellboundblogge (Post 2448800)
It is not working on vB 4.2.1

It is

Disco_Stu 09-29-2013 05:12 PM

See post 359. My approach will work for any VB version .

hellboundblogge 09-30-2013 04:09 AM

Quote:

Originally Posted by Disco_Stu (Post 2448834)
See post 359. My approach will work for any VB version .

Where to add your that code?

paolo de rosa 09-30-2013 03:48 PM

I have installed your package but there is a small problem.
if I add the groups and the group id and the 2-digit number is not displayed in the bar of the connected users, regardless of whether they are default or custom.
If I have a custom id with 9 or 8 is fine but if its id is 10 or 11 is not displayed
thanks for an answer
my version is 4.2.1

mikez006 10-09-2013 04:44 PM

error with 4.2.2
Warning: Function split() is deprecated in ..../forum.php(791) : eval()'d code on line 4

ozzy47 10-09-2013 10:43 PM

Warning: Assigning the return value of new by reference is deprecated in ....Bla Bla Bla

How to fix.

ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, Usergroup Color Bar, under the group, Usergroup Color Bar, edit it and find this bit of code:

Code:

$userbuls = split(',', $vbulletin->options['sirala']);
Replace it with this:

Code:

$userbuls = explode(',', $vbulletin->options['sirala']);

ikymbo 10-10-2013 09:22 AM

Quote:

Originally Posted by ozzy47 (Post 2451478)
Warning: Assigning the return value of new by reference is deprecated in ....Bla Bla Bla

How to fix.

ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, Usergroup Color Bar, under the group, Usergroup Color Bar, edit it and find this bit of code:

Code:

$userbuls = split(',', $vbulletin->options['sirala']);
Replace it with this:

Code:

$userbuls = explode(',', $vbulletin->options['sirala']);

thanks work perfectly :D


All times are GMT. The time now is 03:30 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.01728 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)bbcode_code_printable
  • (3)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