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)

NTT 08-06-2009 06:17 AM

How to show number user in the group ? example :
Administrators(1) Super Moderators(3) Moderators(4 ) ,....

VinnyS 08-17-2009 10:43 PM

Hi
From another user I found out how to change the color to make this mod work!

You adjust colors for each user group via AdminCP> Usergroup Manager and adjust the HTML colors in the section titled Username HTML Markup

Such as:

<font color="#FF0000"><b> and </font></a></b> for Administrators to show as RED

not sure why the owner of this mod left this out of the instructions?

Verionia 08-18-2009 08:00 PM

Thanks!!

betts02 08-18-2009 10:42 PM

clicked installed and great mod many thanks.

also thanks for the following to show colours and how to do it.

Quote:

Originally Posted by Howell (Post 1747237)
Do you have colors specified for each of your Usergroups??

If not then you need to set it in the field 'Username HTML Markup'

Have a quick read of the vBulletin's documentation. ;)

http://www.vbulletin.com/docs/html/usergroup_add

A quick example...

opening field (left box) - <span style="color: green;">
closing field (right box) - </span>

This would set a members username of that Usergroup to show as green. :)


stevetank 08-19-2009 11:39 PM

Very nice mod,

Thanks very much.

kalisekj 08-23-2009 02:37 AM

Wooot! Installed! Thank you! No More Me answering what does this color mean. :))

n00bl3t 08-27-2009 06:49 PM

Works great but I have 2 questions and am not sure if they were answered but it would be great to get this answered:
  1. How do you move the legend below the user names instead of having it above?
  2. How would you make the font of the legend bar smaller, so I can fit more user groups in 1 row.

Thanks for the answers!

Bansheebob 08-28-2009 01:56 PM

installed and moderators and supporting members are still showing up as default blue?

Bansheebob 08-28-2009 02:00 PM

nevermind, changed primary usergroup and works like a charm thx

Oceanside 09-03-2009 06:19 AM

Installed and pleased with it so far.

We've been searching for an easy-to-use / easy-to-edit tool that displays a membership color key. This should work nicely now and in the future.

Thanks! :)

:up:

shinng 10-25-2009 04:38 PM

Installed and special thanks to VinnyS for the tips on changing the username color.

final kaoss 11-01-2009 11:26 PM

It works great except where it shows "newest member".

karel1985 01-02-2010 12:36 PM

Does this mod still works under vb4?
Any port planned?

Thanks

Trek 01-02-2010 06:50 PM

Quote:

Originally Posted by karel1985 (Post 1944907)
Does this mod still works under vb4?
Any port planned?

Thanks

It was already ported, check the 4.0 Mods.

niadene 01-17-2010 11:31 PM

i put the id 19 but not showing...

https://vborg.vbsupport.ru/external/2010/01/70.jpg

Rideharder 01-19-2010 08:10 AM

Quote:

Originally Posted by VinnyS (Post 1869431)
Hi
From another user I found out how to change the color to make this mod work!

You adjust colors for each user group via AdminCP> Usergroup Manager and adjust the HTML colors in the section titled Username HTML Markup

Such as:

<font color="#FF0000"><b> and </font></a></b> for Administrators to show as RED

not sure why the owner of this mod left this out of the instructions?


Thanks big hep!

Fivestones 01-21-2010 05:27 PM

its great thanks,,,

oldfan 01-27-2010 04:11 PM

Thanks dude, but for some reason is showing this

? Administrators ? Super Moderators ? Moderators ? Registered Users ? Banned Users ? Supporters , MSNBot, Yahoo! Slurp(2), Google

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/attachmen...1&d=1233098793


MagicThemeParks 04-15-2010 11:05 AM

Works great! :up:

Used this post for tips on the color/bold for the font. And, this post for moving of the legend underneath the usernames displayed.

Arrogant-One 09-26-2010 11:23 AM

Quote:

Originally Posted by oldfan (Post 1968106)
Thanks dude, but for some reason is showing this

? Administrators ? Super Moderators ? Moderators ? Registered Users ? Banned Users ? Supporters , MSNBot, Yahoo! Slurp(2), Google

I would like to know, if you activate spiders from vBulletin Options so Spiders show in the Whose Online area, is there a way to apply the colour legend to them? Right now Spiders are showing up in ordinary text, and are not in the legend. :(

It would be great if that could be fixed.

pigpog 02-18-2011 09:52 PM

Perfect thank you!

M.C. 04-18-2011 07:17 PM

don't work on 3.8.6 :( just no post at all

Scyther 06-19-2011 08:15 AM

i like this mod.
marked installed

ZemantiX 10-13-2011 08:03 PM

This is my first mod, ever, and my first post in here.

It works perfect (3.8.7) - thank you very much!

TeamIHPK 06-06-2018 05:35 PM

Does not work on 3.8.11 anything I can do to make it work?

MarkFL 06-06-2018 06:06 PM

Quote:

Originally Posted by TeamIHPK (Post 2595053)
Does not work on 3.8.11 anything I can do to make it work?

I have one that should work for vB 3.8.11 here:

Usergroup Legend with Links To FAQ

TeamIHPK 06-13-2018 12:48 PM

Quote:

Originally Posted by MarkFL (Post 2595054)
I have one that should work for vB 3.8.11 here:

Usergroup Legend with Links To FAQ

Thanks man!

senche 10-07-2020 10:54 PM

thanks


All times are GMT. The time now is 10:15 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.01392 seconds
  • Memory Usage 1,776KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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