The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to customise the username colour on showgroups.
Good day folks.
So I have installed a plugin that basically lets you set the colour of your username based on a hex code you put in a profile field. The problem I have is, this colour does not show on showgroups.php or in the members online boxes at the bottom of the page, if the usergroup the profile field is based off is set to default display group. If you have any ideas or bits of code on how I can basically do this: If member on showgroups is in usergroup X and has #XXXXXX in field then display username as #XXXXXX (whatever is in field) I appreciate all support you can offer. |
#2
|
|||
|
|||
You'd need a better/more advanced plugin to execute such function, it can't be done through a simple template edit or what not. Go to the coder of your original plugin and see if they can update it for you.
|
#3
|
||||
|
||||
Hello Joe, I would uninstall that plugin and edit each usergroup.
Select any usergroup, on the forth section down, Username HTML Markup. You will see two input boxes. In the first box, add: <font color="#FF0000"> In the second box, add: </font> Use this on every usergroup changing the color code for each. Colored user names will now show colored everywhere. If you want a group to have bold font use the following: In the first box, add: <b><font color="#FF0000"> In the second box, add: </font></b> |
#4
|
||||
|
||||
Quote:
First box: <span style="color:red;font-weight:bold;font-style:italic;"> Second box: </span> Using CSS is helpful if you want to do more than bold, color, italicize, or other basic things you use with just using the <font> tag. CSS makes it where its much more open and gives you more freedom for the style of the names and how the appear on your site. |
Благодарность от: | ||
blind-eddie |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|