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)

kakers 05-10-2009 12:25 PM

Why it don't shows users in bold ? I have edited user markup in bold it shows like another users, not in bold..

hinomaru 05-11-2009 09:28 AM

Quote:

Originally Posted by kakers (Post 1808002)
Why it don't shows users in bold ? I have edited user markup in bold it shows like another users, not in bold..

try use format like this example :

<span style="font-weight: bold;"><span style="color: red;"> </span></span>

ShadowStalker 06-14-2009 12:56 AM

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

Thanks for posting the code to switch that. Makes a huge difference.

Bro_Joey_Gowdy 06-14-2009 02:44 AM

Nice... downloaded and installed. Can this be modified to show atleast one mod & admin online at all times (even if they are not online) ? I've setup a bot user that auto monitors my boards... wanted to show it online at all times. :)

idoL1 06-16-2009 08:44 AM

is there anyway to put the color legend under the active users online instead of above them?

theforumplace 06-20-2009 11:15 PM

Installed.

Thanks

Merjawy 06-21-2009 01:46 AM

installed,,, thanks

Mrs.Winters 07-20-2009 03:11 PM

Tiny request for help. I've installed this and don't know what to do to get a custom usergroup to appear. I have all my usergroups colored, but the custom one does not appear in the legend. :confused:

NitroMan 07-24-2009 05:14 PM

i haved the same problem with this
it don't show custom usergroup


PS...
For all that dont know you can use the HTML Hexadecimal Colors codes to get the color you want
example #660033 is a dark plum color
#00004A is a dark blue

here is a good color chart HTML Hexadecimal Colors chart

NitroMan 07-24-2009 05:44 PM

Quote:

Originally Posted by idoL1 (Post 1830562)
is there anyway to put the color legend under the active users online instead of above them?

try this is will do what you want

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



All times are GMT. The time now is 06:33 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.01121 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_code_printable
  • (4)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