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)

carntheroos4eva 01-09-2009 08:48 PM

Thanks for that.

It's going to look great on my forum:up:

HolyKiller 01-10-2009 06:26 PM

3.8 and all OK.

But maybe a option "Show the legend: TOP or BOTTOM" of the Who Is Online will be perfect.

I mean something like a phpBB. Legends UNDER the online-users list.

THX in advance

Holy

lostguy 01-11-2009 02:42 AM

Good as always :)

Trek 01-11-2009 03:15 AM

I created a plugin based on this that adds support in for vBA, you can find it here.

Nightmare-GameZ 01-27-2009 06:35 AM

I have a question. Well some sort of a request anyways. Can this be moved below the online list? It should look like this.

Quote:

WishBone*, BlaCkCaTzZ, DocWizard, James, Jramx, lisaur, milo, tianox1991, topzki, Tribalist

? Administrator ? Co-Administrator ? Forum Administrator ? Super Moderators ? Moderators ? Head Game Masters ? Game Masters ? Trial Game Masters ? Police ? Helpers ? VIP ? Member

Howell 01-27-2009 09:27 PM

1 Attachment(s)
Quote:

Originally Posted by HolyKiller (Post 1707616)
3.8 and all OK.

But maybe a option "Show the legend: TOP or BOTTOM" of the Who Is Online will be perfect.

I mean something like a phpBB. Legends UNDER the online-users list.

THX in advance

Holy

Quote:

Originally Posted by Nightmare-GameZ (Post 1725944)
I have a question. Well some sort of a request anyways. Can this be moved below the online list? It should look like this.

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

boatswife 01-27-2009 11:32 PM

Thank you Howell! That looks better. :up:

Gunshot 01-28-2009 01:31 AM

excellent

now what if you want it centered?

Howell 01-28-2009 06:48 AM

Quote:

Originally Posted by Gunshot (Post 1726743)
excellent

now what if you want it centered?

What would you like to be centered?

You could always wrap the <center> </center> tags around the part you want centered.

tahanan 01-28-2009 01:43 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


Thanks, I also like this layout especially because i also use bold and non-bold style using same color. See http://english-coffee.com/forum.php


All times are GMT. The time now is 07:06 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.01432 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)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