The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Request
hi
every one I need this product |
#3
|
|||
|
|||
I use this one, but it has not phosporescent colors
https://vborg.vbsupport.ru/showthread.php?t=259806 |
Благодарность от: | ||
mr.jo |
#4
|
|||
|
|||
Quote:
Code:
<span style="color:yellow;font-weight:bold;text-shadow: 1px 1px 10px yellow;"> Code:
</span> |
Благодарность от: | ||
mr.jo |
#5
|
|||
|
|||
Perfect thanks it worked
|
#6
|
||||
|
||||
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. 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: Code:
[opening tag]username[closing tag] Code:
<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> First field Code:
<span style="color: Red;"> Code:
</span> First field Code:
<span style="color: Blue; font-weight: bold;"> Code:
</span> 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. Code:
.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; } Example 1 First field Code:
<span class="admin"> Code:
</span> First field Code:
<span class="moderator"> Code:
</span> You can get a good list of colors here, Color Codes |
Благодарность от: | ||
tbworld |
#7
|
|||
|
|||
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. |
#8
|
||||
|
||||
Try my suggestion above.
|
#9
|
|||
|
|||
|
#10
|
||||
|
||||
Glad ya got it sorted.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|