View Full Version : Request
mr.jo
12-06-2013, 10:57 PM
hi
every one
I need this product
http://im39.gulfup.com/7scVt.png
ozzy47
12-06-2013, 11:00 PM
What, to color the usernames?
ZUCCO
12-06-2013, 11:16 PM
I use this one, but it has not phosporescent colors
https://vborg.vbsupport.ru/showthread.php?t=259806
ForceHSS
12-07-2013, 01:26 AM
I use this one, but it has not phosporescent colors
https://vborg.vbsupport.ru/showthread.php?t=259806
If you want them type of colours you need to put the correct html code in to get that effect
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
</span>
Something like this in Username HTML Markup in user group
ZUCCO
12-07-2013, 01:47 AM
If you want them type of colours you need to put the correct html code in to get that effect
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;">
</span>
Something like this in Username HTML Markup in user group
Perfect :) thanks it worked
ozzy47
12-07-2013, 01:50 AM
If you have multiple styles, that are different colors you can also do the following:
Username HTML Markup. ACP --> Usergroups --> Usergroup Manager edit each usergroup, you will need to add the html to the two input fields found in the setting, Username HTML Markup.
NOTE: Your field boxes won't be as wide as the ones in the image, I over-sized them for illustration purposes.
https://vborg.vbsupport.ru/external/2013/12/30.png
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;"> </span>
<span style="text-decoration: line-through; font-weight:bold;"> </span>
<span style="font-style: italic;"> </span>
<span style="text-decoration: underline;"> </span>
<span style="color: red;"> </span>
Example 1
First field
<span style="color: Red;"> Second field
</span> Example 2
First field
<span style="color: Blue; font-weight: bold;"> Second field
</span>You can also do combinations by using more than one attribute in the style property.
Q. Wait, I have different colored styles, it is very difficult to choose a color to work on them all, what can I do?
A. Well then you should use this solution. It will take time to set up for each usergroup, but it's worth it.
First off add this code to your additional.css templates for all your styles.
In each style you can define a different color for each group.
You can add more groups or change the names as you wish.
.admin
{
color: #FF0000;
font-weight: bold;
}
.moderator
{
color: #0000ff;
font-weight: bold;
}
.supermod
{
color: #32CD32;
font-weight: bold;
}
.registered users
{
color: #802A2A;
font-weight: bold;
}
.banned
{
color: #000000;
text-decoration: line-through;
font-weight: bold;
}
.group1
{
color: #FF8000;
font-weight: bold;
}
.group2
{
color: #A020F0;
font-weight: bold;
}
.group3
{
color: #FFC0CB;
font-weight: bold;
}Then for each usergroups html markup do like this.
Example 1
First field
<span class="admin"> Second field
</span> Example 2
First field
<span class="moderator"> Second field
</span>Remember to change the class to the usergroup you are working with.
You can get a good list of colors here, Color Codes (http://www.december.com/html/spec/colorcodes.html)
ZUCCO
12-07-2013, 02:41 AM
Is there a way to put more character in the first html box?
I tried what forceHSS said and it worked for the admin (because red has 3 characters) however when I try this with moderators (green color) it doesnt fit and the code doesnt work. When I click on update it wont save the whole code.
ozzy47
12-07-2013, 02:42 AM
Try my suggestion above. :)
ZUCCO
12-07-2013, 02:44 AM
Try my suggestion above. :)
Im good I figured it out .
ozzy47
12-07-2013, 02:45 AM
Glad ya got it sorted. :)
ForceHSS
12-07-2013, 03:43 AM
Is there a way to put more character in the first html box?
I tried what forceHSS said and it worked for the admin (because red has 3 characters) however when I try this with moderators (green color) it doesnt fit and the code doesnt work. When I click on update it wont save the whole code.
It will work in any user group so you must of put it in wrong
ZUCCO
12-07-2013, 03:47 AM
It will work in any user group so you must of put it in wrong
This is my whole code(because I am including the image of the rank root in the wrap so it is displayed in the online users section
<img src="/images/ranks/0.gif"><font color="yellow"> </font></img>
If I add what you said it would be something like this:
<img src="/images/ranks/0.gif"><span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;"> </span></img>
That doesnt fit in the html box :( is there an easy way to do it without applying what ozzy said?Could you provide me an example please :D
ozzy47
12-07-2013, 03:52 AM
Why would you not want to do it the way I suggested, you can add unlimited code that way?
mr.jo
12-07-2013, 12:57 PM
Thank all of you:D
ozzy47
12-07-2013, 01:14 PM
Not a problem, glad to help. :)
ZUCCO
12-07-2013, 01:18 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=303341" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=303341</a>
You made it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.