vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   User Color Legend (https://vborg.vbsupport.ru/showthread.php?t=92079)

gonon 08-23-2005 02:05 AM

yeah sorry man click install lol thanks again

mr. visual 08-28-2005 07:43 AM

simple, perfect, thanks!

/me clicks install

bigcurt 08-31-2005 08:32 PM

Heh, thanks guys :) Happy to help


~Curt

ThugTheLeet 09-06-2005 06:29 AM

Thanks for thism will install.

Dark Riku 09-12-2005 12:37 AM

Sorry for posting this a little later, i was waiting for a PM, then i just forgot about it. Heres my code, for the legend to be in a collapseable table style.
Code:

Find:
------------------------
$todayloggedinusers
------------------------
Below Add:
------------------------
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_legend')"><img id="collapseimg_forumhome_legend" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif" alt="" border="0" /></a>Legend
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_legend" style="$vbcollapse[collapseobj_forumhome_legend]">

<tr>

<td class="alt2"><img src="$stylevar[imgdir_misc]/user_today.gif" alt=" Legend" border="0" /></td>

<td class="alt1" colspan="0"><div class="smallfont">
<i>Legend:</i><font color="COLOR">[<b>Administrator</b>]</font>, <font color="Orange">[<b>Moderators</b>]</font>, <font color="COLOR">[<b>Super Mods</b>]</font>
        </div></td>
</tr>
</tbody>

**Note: Replace COLOR with the color that you want the name to be in.

To add more ranks, add
Code:

, <font color="COLOR">[<b>GROUP NAME</b>]</font>
after the others.

And Upload this image, you dont have to use it, but make sure you have a image to replace it with with same name if you dont want to use it.

http://www.gfxwiz.net/forums/wizards...user_today.gif
http://www.gfxwiz.net/forums/wizards...user_today.gif



Live Preview: http://www.forums.theoryconcept.net

evan.townsend 09-16-2005 08:04 PM

Installed :).

Tony G 09-17-2005 12:26 AM

I'd swear I saw this mod for vB3 already, but I can't seem to find it. So, thanks for sharing. :)

italks 09-19-2005 07:54 AM

One thing i cant understand is i have included the colour legend on forumhome page.

But will it change colours in users online i dont think so.

How to do that.Since i applied on my forums i gave red colour to administrator i.e. Myself but in user online it shows in deafualt colour for everyone.

bigcurt 09-24-2005 12:57 AM

Quote:

Originally Posted by Tony G
I'd swear I saw this mod for vB3 already, but I can't seem to find it. So, thanks for sharing. :)


Nope :), your probably talking about amy's hack for vB 3.5.


~Curt

puertoblack2003 09-25-2005 08:00 PM

just curious next to the lengend colors how can you add the members icon i've seen it on another site tried searching but no luck

example:http://img278.imageshack.us/img278/4622/green1qw.gif

PJSkiboy 09-28-2005 03:00 AM

anyone know why firefox wouldn't display the text color changes?

Rickie3 09-28-2005 06:20 AM

clicks install,thankyou,all colours showing fine for me on firefox.

PJSkiboy 09-28-2005 08:05 AM

Quote:

Originally Posted by Rickie3
clicks install,thankyou,all colours showing fine for me on firefox.

I use both I.E. and Firefox and it works in IE no problems, but not Firefox. And I'm having Firefox users on my site saying some can view it and others can not.

I thought maybe it was a setting in Firefox somewhere, but I've yet to discover it if it is. I'll keep trying some different things, but if anyone encountered this and knows something, please pass along some information if possible.

Thanks.

Rickie3 09-28-2005 09:31 AM

version of firefox?? if you follow link in my signature using firefox you will see the colours are showing fine in my forum

PJSkiboy 09-29-2005 01:39 AM

Quote:

Originally Posted by Rickie3
version of firefox?? if you follow link in my signature using firefox you will see the colours are showing fine in my forum

yeah, i actually opened your site in firefox and it did work fine in yours. i don't know what setting i could have that's keeping others from seeing it on my site.

open up http://www.xboxliveleagues.com/forums/index.php in firefox and see if you see the user legend colored along with the hyperlink user names color coded. it works perfectly in IE, but no go in firefox for me and several members.... i'm lost.

you're also using version 3.0.9 of vbulletin whereas i'm using 3.0.7 , although, i don't know that it's a vb version issue.

Dark Riku 09-30-2005 12:20 AM

it looks fine to me in firefox... clear your cookies maybe.

To nievesidenshop
I no that they have this on phpNUKE. you might be able to do this from the usergroup editor. And you would have to add it in the legend code again if you did figure it out.

To italks
You have to edit the html markup in adminCP in the usergroup editor page. you type in the same thing that you typed in on the legend almost, you type in [*font color=red] without the * in the first block and [*/font] in the other block. That is how you make the usergroup a different color. If that was what you were looking for.

bigcurt 09-30-2005 12:36 AM

Yes, it should work fine in ALL web browsers :).



~Curt

PJSkiboy 09-30-2005 03:08 PM

with firefox, you must can't specify the actual hex code for the colors you must enter the colors as such: <font color="red"> </font>

I changed over from the hex code to just the quoted names and it worked like a charm.

bmroyer 10-01-2005 01:18 PM

I can't view color in firefox nor IE. I can't get it to display on my portal, but I thought for sure I could in forums. All it shows is the legend colors.
Here is my code in forumhome
Code:

<em>Legend:</em><strong style="color:blue">[Administrator]</strong>
                                <strong style="color:cyan">[Moderator]</strong>
                                <strong style="color:yellow">[Super Moderator]</strong>
                                <strong style="color:black">[Member]</strong>
                                <div>$activeusers</div>
                        </div>
                </td>
        </tr>
</tbody>

You can check the site out by:
http://www.unknownwriters.net
http://www.unknownwriters.net/forums

PJSkiboy 10-01-2005 02:02 PM

Quote:

Originally Posted by bmroyer
I can't view color in firefox nor IE. I can't get it to display on my portal, but I thought for sure I could in forums. All it shows is the legend colors.
Here is my code in forumhome
Code:

<em>Legend:</em><strong style="color:blue">[Administrator]</strong>
                                <strong style="color:cyan">[Moderator]</strong>
                                <strong style="color:yellow">[Super Moderator]</strong>
                                <strong style="color:black">[Member]</strong>
                                <div>$activeusers</div>
                        </div>
                </td>
        </tr>
</tbody>

You can check the site out by:
http://www.unknownwriters.net
http://www.unknownwriters.net/forums

The code you have in the Forumhome template is simply for the legend. To change the colors of the usernames logged in on your site, you'll have to go into usergroup settings from within the admin cp.

Go into usergroups. Then go into usergroup manager. Then do an edit usergroup for each usergroup.

Choose Username HTML Markup.

Insert something like <font color="black"> in the first box, then close it off with </font> in the second box. (Obviously replace "black" with whatever color you want for that usergroup, etc...)

That should do the trick for you.

bmroyer 10-01-2005 02:05 PM

it worked, thanks!

bigcurt 10-01-2005 08:49 PM

Yes, this is just a legend of the HTML markup you have, just like he said, sorry you didnt understand.

~Curt

oldfan 10-19-2005 04:44 AM

thanks works great

/me clicks install

prows 11-14-2005 05:40 AM

I was wandering how do you arrange how the grups are displayed? because its all mixed up in the legend at the moment.

49er 11-14-2005 09:05 PM

Quote:

Originally Posted by Dark Riku
Sorry for posting this a little later, i was waiting for a PM, then i just forgot about it. Heres my code, for the legend to be in a collapseable table style.
Code:

Find:
------------------------
$todayloggedinusers
------------------------
Below Add:
------------------------
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_legend')"><img id="collapseimg_forumhome_legend" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif" alt="" border="0" /></a>Legend
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_legend" style="$vbcollapse[collapseobj_forumhome_legend]">

<tr>

<td class="alt2"><img src="$stylevar[imgdir_misc]/user_today.gif" alt=" Legend" border="0" /></td>

<td class="alt1" colspan="0"><div class="smallfont">
<i>Legend:</i><font color="COLOR">[<b>Administrator</b>]</font>, <font color="Orange">[<b>Moderators</b>]</font>, <font color="COLOR">[<b>Super Mods</b>]</font>
        </div></td>
</tr>
</tbody>

**Note: Replace COLOR with the color that you want the name to be in.

To add more ranks, add
Code:

, <font color="COLOR">[<b>GROUP NAME</b>]</font>
after the others.

And Upload this image, you dont have to use it, but make sure you have a image to replace it with with same name if you dont want to use it.

http://www.gfxwiz.net/forums/wizards...user_today.gif
http://www.gfxwiz.net/forums/wizards...user_today.gif



Live Preview: http://www.forums.theoryconcept.net

sorry for been such a noob but where do i actually find $todayloggedinusers so as to enter the code?

thx :ermm:

sohail 11-19-2005 10:01 AM

hi, i m new and i can get only admin colr not any Mod r other group i have 3.5.1 may any help plz

Tony G 11-19-2005 11:37 PM

What do you mean, can't get any mod colour?

sohail 11-20-2005 06:48 AM

Quote:

Originally Posted by Tony G
What do you mean, can't get any mod colour?

i can get color change to ADMIN Group but not to MODERATOR AND SUPER MODERATOR Group have any idea?????

Rickie3 11-20-2005 10:18 AM

go to usergroup in admin cp select usergroup you want and in Username HTML Markup put this in the first box ,,,<font color="blue"><b> and in the box after that place </font>,please note blue is only an idea you can put any color you want

sohail 11-20-2005 11:00 AM

Hi, i add this html but only my Admin group get color MOD group and SMOD is not get any color i change to many color and try with hex code also but no any responce thats why i ask here for expert thankx :disappointed:

BackSideSA 11-28-2005 12:40 AM

will this work or transfer over to vb3.5

amykhar 11-28-2005 01:10 AM

I have one for 3.5 that is a dynamic plugin.

Dead End Society 12-17-2005 02:43 PM

^ I like this one better.....will it work on 3.5 anyone?

tekram 12-27-2005 09:13 AM

Yepp nice idea, installes and works fine

G-Unot 01-08-2006 05:11 AM

Nice I installed :)

It looks pretty cool.

cOuNtErFiET 02-03-2006 07:01 AM

ok what is the line to get the legend that Dark Riku created above the Active Uers so this is the first collapsable block instead of the Active Users anyone know right off hand? i really like this as its own legend vn good work

AKapadia 02-17-2006 03:02 AM

is this hack work on 3.5.3 ? or anyhting for that let me know thanx

demojames 02-17-2006 07:33 AM

Nice! Works perfect on 3.0.12! :up:

Thanks!

bigcurt 03-10-2006 05:11 PM

I am sorry if I missed support while I have been gone, I know this is an old hack but if anyone still needs help they may PM me or reply on this thread and I will be more than glad to help

~curt

Mano 03-13-2006 02:46 PM

Thx I just installed it, looks great! :banana:


All times are GMT. The time now is 11:31 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.01538 seconds
  • Memory Usage 1,828KB
  • 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
  • (6)bbcode_code_printable
  • (6)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
  • (40)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