Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2008, 06:45 PM
the stig's Avatar
the stig the stig is offline
 
Join Date: Sep 2008
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How can I change "user title" color?

How can I change the user title color for Moderators, Administrator, Super moderators, supporting members and also sponsors. Also, bold their user title too. Help is appreciated.

example
Reply With Quote
  #2  
Old 11-04-2008, 06:49 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AdminCP > Usergroups > usergroup manager

Select user group and edit "Username HTML Markup" for the user group.

e.g. <span style="font-weight: bold;"> </span>

.
Reply With Quote
  #3  
Old 11-04-2008, 06:53 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AdminCP > Usergroup Manager>

Choose the usergroup you want to edit

ie. Admin

then in "Username HTML Markup" copy this in the first box

HTML Code:
<span style="color:Green" title="Admin"><b>
and close it with the following in the second box

HTML Code:
</b></span>
what that gives you is bold green username as admin see here http://www.ukbusinesslive.co.uk/foru...hp?p=26#post26

you just need to change the colors and username in each usergroup

Enjoy
Reply With Quote
  #4  
Old 11-04-2008, 07: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 Seven Skins View Post
AdminCP > Usergroups > usergroup manager

Select user group and edit "Username HTML Markup" for the user group.

e.g. <span style="font-weight: bold;"> </span>


.
thanks but I already have the "username" bold and colored. I need the "user title" bold and colored.

Quote:
Originally Posted by UKBusinessLive View Post
AdminCP > Usergroup Manager>

Choose the usergroup you want to edit

ie. Admin

then in "Username HTML Markup" copy this in the first box

HTML Code:
<span style="color:Green" title="Admin"><b>
and close it with the following in the second box

HTML Code:
</b></span>
what that gives you is bold green username as admin see here http://www.ukbusinesslive.co.uk/foru...hp?p=26#post26

you just need to change the colors and username in each usergroup

Enjoy
Thanks for your help but I already have the "username bold and colored" .. if you look at the picture, I only need the "user title"(i.e. administrator) bold and colored ..... Any idea how I can do that? I do appreciate your quick reply
Reply With Quote
  #5  
Old 11-04-2008, 07:59 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps you need to go to your styles postbit_legacy and edit the line..

HTML Code:
<if condition="is_member_of($post, 6)"><div style="color:red;">$post[usertitle]</div></if> 
That will make admins user tiiles red, just change it for any other usergroup
Reply With Quote
  #6  
Old 11-04-2008, 08:47 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 UKBusinessLive View Post
Perhaps you need to go to your styles postbit_legacy and edit the line..

HTML Code:
<if condition="is_member_of($post, 6)"><div style="color:red;">$post[usertitle]</div> 
That will make admins user tiiles red, just change it for any other usergroup
aha ..that's what I need..

I tried but it didn't work. What's going on?? Here's a picture of my default codes....
Attached Images
File Type: png postbit2.PNG (22.4 KB, 0 views)
Reply With Quote
  #7  
Old 11-04-2008, 10:12 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have done it my profile manually in one of the forums.

Edit user profile in the adminCP > Custom User Title > "Yes, Admin set html allowed" and html mark up there.




.
Reply With Quote
  #8  
Old 11-04-2008, 11:42 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 Seven Skins View Post
I have done it my profile manually in one of the forums.

Edit user profile in the adminCP > Custom User Title > "Yes, Admin set html allowed" and html mark up there.
THANK you for your time. I tried that and it worked! so I set the admins that way but it'll be a hassle and time consuming to set premium members or other user groups one by one. Still looking for a solution
Reply With Quote
  #9  
Old 11-05-2008, 09:45 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm

Here we go, I have made this hack : https://vborg.vbsupport.ru/showthread.php?t=195539



.
Reply With Quote
  #10  
Old 11-06-2008, 02:19 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 Seven Skins View Post
Hmm

Here we go, I have made this hack : https://vborg.vbsupport.ru/showthread.php?t=195539



.
AWESOME man! gonna give this a shot tomm.
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 02:21 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04534 seconds
  • Memory Usage 2,287KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete