vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Tips & Tricks (https://vborg.vbsupport.ru/forumdisplay.php?f=239)
-   -   JM - Usergroup Legend (https://vborg.vbsupport.ru/showthread.php?t=167228)

John3971 01-07-2008 10:00 PM

JM - Usergroup Legend
 
1 Attachment(s)
This Code fix a Usergroup legend in Forumhome

Go to: Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Forum Home Templates -> FORUMHOME
Find:
Code:

</tbody>
<!-- end logged-in users -->

Add Above:
Code:

<tr><td class="alt2" colspan="2" align="center">
<span class="smallfont">
<font color="red"><b>Administrators</b></font> -
<font color="green"><b>Super Moderators</b></font> -
<font color="orange"><b>Moderators</b></font> -
<font color="black">Members</font> ?
<font color="black"><strike>Banned Users</strike></font>
</span>
</td></tr>


sp0okz 01-08-2008 12:05 PM

Cool thanks ;)

Triky 01-15-2008 08:25 AM

I like this alternative usergroups legend. Nice mod. ;)

Opserty 01-15-2008 06:12 PM

This is only specific to your forum though isn't it?

John3971 01-15-2008 07:39 PM

Quote:

Originally Posted by Opserty (Post 1422035)
This is only specific to your forum though isn't it?

what do you mean?

Opserty 01-15-2008 08:10 PM

Quote:

Originally Posted by John3971 (Post 1422112)
what do you mean?

Like if someone uses this on their board, their administrators have to be coloured "Red", Moderators "Green" e.t.c. What if someone has Administrators who are colour coded as "Pink" or something?

John3971 01-16-2008 12:29 PM

Quote:

Originally Posted by Opserty (Post 1422132)
Like if someone uses this on their board, their administrators have to be coloured "Red", Moderators "Green" e.t.c. What if someone has Administrators who are colour coded as "Pink" or something?

then you just changes this
Code:

<font color="red"><b>Administrators</b></font>
To
Code:

<font color="pink"><b>Administrators</b></font>

simsimt 01-17-2008 07:43 AM

Nice, but why using the deprecated font element? You could do:

HTML Code:

<strong style="color: red;">Administrators</strong> -
<strong style="color: green;">Super Moderators</strong> -
<strong style="color: orange;">Moderators</strong> -
...


wii 01-17-2008 10:49 AM

Nice, how do I place the legend right under the active user list in the same table left aligned ?

Thanks

TigerWare 01-17-2008 06:39 PM

Quote:

Originally Posted by John3971 (Post 1417525)
Don?t forgett to Mark as Installed if you use this code.

Wrong forum. Did you intend to post an article or a modification?


All times are GMT. The time now is 02:26 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.03142 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_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
  • (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