vb.org Archive

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

ArLinD 05-03-2008 01:02 PM

Help me guys!

hsv z clubbie 05-06-2008 09:04 AM

Just installed in 3.7.0 and edited the colours and working fine !!! :up::up:
@ http://www.6litre.com

INSTALLED :D

Amiga Harrison 05-06-2008 09:14 AM

Thanks for this. I had been using a different mod with vB3.6 that did a similar thing but after upgrading to 3.7 it broke. I'm glad this has been released to fill the gap.

I still don't understand why membership group legends are not a standard feature in vB yet. They are included as standard in other forums such as phpbb3. Very strange.

BTW, is there a way to have the legend appear under the currently online user names, rather than above it? Would you consider adding an option in the mods admin controls to select the location of the legend bar?

odln018 05-08-2008 12:29 PM

Installed. Thanks!

1Turk 05-08-2008 12:46 PM

thanks..

Trickle 05-14-2008 01:07 AM

Installed and some what works for me.
Its enabled and I've adjusted the colors accordingly and it works when you look at the bottom of the forum.php. Who's the admin and mods etc each have thier own colors now. But when you actually look at the different forum posts the colors do not change?

I do notice at the bottom where it works if you hover over the members name the url shows up as http://www.(url).com/member.php?u=(number)

BUT

when hovering over a category post of the same members name the url that does NOT work is http://www.(url).com/member.php?find...ster&f=(number)

Any ideas?

Thanks

jilly 05-17-2008 01:05 AM

This only shows the four basic usergroups, it doesn't show any of my custom usergroups - can it be enabled to show the color code of all custom usergroups too?

GateKeper 05-17-2008 01:40 AM

Add the user id number of your custom user groups, in the User Group Order Style

Quote:

Originally Posted by jilly (Post 1522213)
This only shows the four basic usergroups, it doesn't show any of my custom usergroups - can it be enabled to show the color code of all custom usergroups too?


estatiktik 05-20-2008 01:05 PM

is there anyway to delete the legends?...thanks

nene94 05-21-2008 06:31 PM

thanks

KanmaiseR 05-23-2008 05:00 PM

Thanks dostum, installed :)

carbide 05-26-2008 04:31 PM

Thanks Installed

cillianok 05-30-2008 01:44 PM

Does it change colours in postbit?

SimonVlc 06-17-2008 09:12 AM

Great mod ;).

Just one question. I have the usergroup titles translated (Administrador x Administrator) but in this mod shows the untranslated string from all of them.

Can I do something to solve it? Thanks in advance, Simon!

srkrocks 06-18-2008 07:00 PM

Marked as Installed..
Thanks!

munnakv 06-22-2008 02:31 PM

Installed.
Cant see the colors in Firefox 2.0.0.14.
Let me check in IE tomorrow.

Thanks for it.

aramiK89 06-29-2008 10:37 AM

Hey, just need to check - once this is added it won't give birth to the security token error?

Has the line of code been added so that it works with the security token feature?

Just been having a lot of issues with this + mods

Thanks!

Eurofighter 06-30-2008 05:19 PM

thanks
*installed*

maidos 06-30-2008 10:01 PM

this mod will remove moderators feature completely like moving threads, close etc.

mystic10 08-13-2008 02:55 AM

its not showing up on my custom skin anyway to make it manual so i can place it plz help

BlackLord2008 08-15-2008 07:11 AM

Hey, it works for me, Make sure you edit each users HTML Markup ;)

jackey666 08-16-2008 05:25 PM

Here's my PHP version:
PHP Code:

if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff'])
{
$activeusers2 .= '<div class="smallfont"><b>' $vbphrase[legend] . ':</b> ';
$userbuls split(','$vbulletin->options['sirala']);
$isnotfirst 0;
foreach(
$userbuls AS $userbul) {
if (
$isnotfirst)
$activeusers2 .= '• ';
$activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . ' ' $vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'].' ';
$isnotfirst 1;
}
$activeusers ''.$activeusers2 .'<br /><br />'$activeusers;


The modifications removes the bullet from the first element, add a "Legend" title, and remove the default BOLD from all the groups. "$legend" phrase need to be created.

See the attached images for a screenshot.

shotkey 08-19-2008 04:07 PM

Colors work fine - but when I enable this hack it adds a second legend bar (shown below). When I disable it the legend and users are shown correctly. Anyone have any ideas on what's causing this?

With hack enabled:
Most users ever online was X, Today at 12:01 AM.

[ Administrators ] [ Super Moderators ] [ Moderators ] [ Registered Users ]
? Administrators ? Super Moderators ? Moderators ? Registered Users

admin

Legend:
[ Administrators ] [ Super Moderators ] [ Moderators ] [ Registered Users ]

With hack disabled

Most users ever online was x, Today at 12:02 AM.

Legend:
[ Administrators ] [ Super Moderators ] [ Moderators ] [ Registered Users ]

fatal1980 08-23-2008 07:59 PM

Just a suggestion, I've installed this mod on many sites. Each time I've had to have two AdminCP's open so I could remember what each Usergroup's number is. It would be great to have some sort of preview option as well as a list of Usergroups and their number.

Cheers.

SSJB_7 08-24-2008 11:28 PM

thanks it's working fine but i don't know how to make it working with the last member.
if you can help me it would be just fine!

OTForums 08-29-2008 03:58 PM

Thankyou, I have added this to my forums.

Stryker412 08-29-2008 04:56 PM

Quote:

Originally Posted by loonytune15 (Post 1409833)
I have specific colors for each skin as colors dont look right when you change between dark and light styles...

Will this do that?

How do you do this?

Einjeher 09-03-2008 03:49 PM

working fine for me

KillerStefan 09-19-2008 02:13 PM

Installed.

HemoOo Nana 09-21-2008 06:03 PM

thanks

bymetinay 09-21-2008 08:57 PM

thanks
demo : www.turkayildiz.com

jmurrayhead 09-29-2008 11:26 PM

Would be cool to be able to display this under Who's Online, too :up:

Linos-1 11-27-2008 09:33 PM

Thanks

NikosN 12-02-2008 10:19 AM

Thank you!

MTGDarkness 02-11-2009 06:18 PM

Say I want to move it from above the users who are online at the moment to below that list... How would I do that?

Howell 02-11-2009 08:54 PM

Quote:

Originally Posted by jmurrayhead (Post 1633539)
Would be cool to be able to display this under Who's Online, too :up:

Quote:

Originally Posted by MTGDarkness (Post 1741118)
Say I want to move it from above the users who are online at the moment to below that list... How would I do that?

I did this to my 3.8 version but it will also work for this version too. :up:

https://vborg.vbsupport.ru/showpost....3&postcount=28

MTGDarkness 02-12-2009 05:13 PM

Thanks. :D

chuckrobbie 04-26-2009 10:38 AM

I installed it but it is not showing any colours! how do I edit it to show colours?
I have a dark skin

soundbarrierpro 03-08-2010 11:25 AM

*Installed

Thank you for this.


All times are GMT. The time now is 10:13 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.01443 seconds
  • Memory Usage 1,791KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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