Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > vBulletin Tips & Tricks
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
JM - Usergroup Legend
John3971
Join Date: Sep 2007
Posts: 258

Nothing to say here.

Sweden
Show Printable Version Email this Page Subscription
John3971 John3971 is offline 01-07-2008, 10:00 PM

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>
Attached Images
File Type: jpg FanLegend.jpg (21.0 KB, 0 views)
Reply With Quote
  #12  
Old 01-17-2008, 06:48 PM
John3971 John3971 is offline
 
Join Date: Sep 2007
Location: Sweden
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TigerWare View Post
Wrong forum. Did you intend to post an article or a modification?
this was posted in template modification forum at first but somebody moved it. will changes it later.
Reply With Quote
  #13  
Old 06-23-2008, 05:27 PM
Declan127 Declan127 is offline
 
Join Date: Jan 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod.
Reply With Quote
  #14  
Old 07-07-2008, 11:39 PM
Internetcafe Internetcafe is offline
 
Join Date: May 2008
Location: London
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd click install if I there was one to click .. nice and simple and no plugins.
Reply With Quote
  #15  
Old 07-13-2008, 08:25 PM
TFEX TFEX is offline
 
Join Date: May 2008
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the info, implemented on my boards without any problems
Reply With Quote
  #16  
Old 07-16-2008, 03:58 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is mine:
HTML Code:
<tr><td class="alt1 smallfont" colspan="2"><b>Legend:</b> <span class="legadmin">Administrators</span> | <span class="legmod">Community Moderators</span> | <span class="legst">Security Team</span> | <span class="legexp">Modding Experts</span> | <span class="legprem">Members</span></td></tr>
Stops validation errors. Of course, they will need to be changed to match your set-up & you will need to add the classes in the "Additional CSS".

-- Jason
Reply With Quote
  #17  
Old 09-24-2008, 06:06 AM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just did this but my user name color isn't changing ... Does anyone here know how I can change the colors of the Admin to red, Moderators to green etc..thanks.

Reply With Quote
  #18  
Old 09-24-2008, 02:29 PM
WwW.2ReHam.CoM WwW.2ReHam.CoM is offline
 
Join Date: Nov 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tnx dear
i use this
Quote:
<tr><td class="alt2" colspan="2" align="center">
<font color="#629632"><b>مدیر کل انجمن</b></font> ?
<font color="#FF8040"><b>ناظم انجمن</b></font> ?
<font color="#B50000"><b>مدیر تالار</b></font> ?
<font color="#0033CC"><b>همکار تالار </b></font> ?
<font color="#007AD0"><b>شهروند فعال</font> </b> ?
<b>شهروند انجمن</b> ?
شهروند فعال نشده ?
<font color="767676"><strike>شهروند تحریم شده</strike></font>
</td></tr>
nice learn
Reply With Quote
  #19  
Old 09-24-2008, 03:13 PM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the stig View Post
I just did this but my user name color isn't changing ... Does anyone here know how I can change the colors of the Admin to red, Moderators to green etc..thanks.

bump for answer.
Reply With Quote
  #20  
Old 09-24-2008, 03:35 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the stig View Post
bump for answer.
Usergroup Manager > Edit Administrators > Username HTML Markup
Quote:
Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username
Reply With Quote
  #21  
Old 09-25-2008, 05:34 AM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
html codes
Thanks Lynne.




Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:42 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.04363 seconds
  • Memory Usage 2,326KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete