The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Extend Username HTML Markup Question
How to extend username HTML markup box in usergroup?
|
#2
|
||||
|
||||
What I would do is use CSS class selectors rather than inline styling. Put the selectors in your "additional.css" template(s) and then you can add as much CSS as you want without it having to fit into the input elements on the usergroup page.
|
#3
|
|||
|
|||
Can you give me more instruction?
|
#4
|
||||
|
||||
Okay, suppose you wish to add some CSS to your admins' usernames...in your "additional.css" template(s), you could add:
HTML Code:
.usm_admin { font-weight: bold; color: #ff0000; } And then in the first HTML markup field, put: Code:
<span class="usm_admin"> Code:
</span> |
Благодарность от: | ||
randytnguyen7 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|