vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Usergroup Color Bar Legend (https://vborg.vbsupport.ru/showthread.php?t=194823)

darknusens 03-30-2009 09:27 PM

I'm facing a problem. A lot of colors are not detected in the legend like for example dark blue, Why is that and what colors can I choose?

mrtroybaker 03-30-2009 09:45 PM

Quote:

Originally Posted by Howell (Post 1726533)
I did this by changing this mods plugin

Go to > AdminCP > Plugin & Products > Plugin Manager > Product : Usergroup Color Bar > Usergroups color bar > Edit > Plugin PHP Code

And replace ALL with the following...

Code:

if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff'])
{
$activeusers2 .= '<br />';
$userbuls = split(',', $vbulletin->options['sirala']);
foreach($userbuls AS $userbul) {

$activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . '? '.$vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'].' ';
}
$activeusers = $activeusers .'<br />'. $activeusers2;
}

Mine now looks like this.....
https://vborg.vbsupport.ru/external/2010/01/21.jpg


Thank you. Worked Great!!!

duditas 04-01-2009 02:33 AM

Thank you so much :)

Dollarsign 04-16-2009 10:37 PM

installed and working as expected :D

nomoreturn 04-17-2009 02:03 AM

thanks installed and works good

darknusens 04-17-2009 04:57 PM

Quote:

Originally Posted by darknusens (Post 1780641)
I'm facing a problem. A lot of colors are not detected in the legend like for example dark blue, Why is that and what colors can I choose?

Bump

Smitty 04-17-2009 05:47 PM

I don't know what the scoop is, but I manually moved mine to under the list of users online and that solved issues I had with certain font attributes not working. I hadn't thought much about the fonts aspects, because it was 'close', but I didn't like the location. After I moved it I noticed all the user groups showed up as they should with the correct font attributes (colors, bold, italics, etc.) that I have set for each user group.

marshal_ramdev 04-17-2009 06:35 PM

thanks ..

trickfly 04-17-2009 08:22 PM

didn't work on my forum:

www.symbiangalaxy.org

please help!

Cees 04-18-2009 05:22 AM

Quote:

Originally Posted by trickfly (Post 1793523)
didn't work on my forum:

www.symbiangalaxy.org

please help!

I looked on youre site an i dont see it. What is exact youre problem??


All times are GMT. The time now is 11:41 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.01182 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
  • (3)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
  • (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