The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fancy Usernames
I know you can get styled usernames like the rainbow one released in the mod section but how can you get the javascript for
http://forum.ragezone.com/members/819072.html Usernames its cool but i cant find out how you do it. the code for the username would be: Code:
Username Box One: <span style="color:#CC3300;background: url(images/backround6.gif)"><b> Username Box Two: </b></span> If you know it would be amazing. Thanks guys and girls. |
#2
|
||||
|
||||
It's not javascript, it's just css - the background image.
Code:
<span style="color: rgb(204, 51, 0); background: url("images/backround6.gif") repeat scroll 0% 0% transparent;">Username</span> |
#3
|
|||
|
|||
thank you ill try that
------------------- Problem i did that and i got: and |
#4
|
||||
|
||||
I can't tell a single thing about CSS with an image. An image doesn't allow me to see the actual CSS.
|
#5
|
|||
|
|||
oh ok Lynne thank you do you know anyone on the VBulletin mod or team who can help me please x
|
#6
|
||||
|
||||
Why don't you post a link? I don't know of many people who can tell what the exact CSS is just from an image.
|
#7
|
|||
|
|||
www.techenix.com - ill open the forums and erm i think i know the reason why when i enter it in the code is cut off to
Code:
<span style="color: rgb(204, 51, 0); background: url("http://techenix.com/images/shiny1.gif") repeat |
#8
|
||||
|
||||
Yep, the code is cut off. You'd have to either modify the field in the database to allow a larger number of characters, or just use a class instead and define the class in additional.css - <span class="whatever"> and define .whatever {background:.....}
|
#9
|
|||
|
|||
thank you lynne but i tried:
Code:
#admin { color: rgb(204, 51, 0); background: url("http://techenix.com/images/shiny1.gif") repeat scroll 0% 0% transparent;" } |
#10
|
||||
|
||||
And that is not going to work if you used <span class="admin"> because #admin is NOT a class, it is an id.
When posting what you've done, there are two things you need to post 1) the textareas in the usergroup manager and 2) the css you wrote. You need to tell us both of those things. I could just say "gee, well, that should work" and it should IIF you used id instead of class, and maybe you did, except you haven't posted that part of your code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|