|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Just a reminder.... if you want your Admins and Moderators to have special name colors, then the following classes need to be added into any stylesheets you're using. <br />.modname {<br /> color: #00AA00;<br />}<br />.adminname {<br /> color: #FF0000;<br />}<br />
|
|
|
|
Joined: Dec 2003
Posts: 44
Country Girl Geek
|
Country Girl Geek
Joined: Dec 2003
Posts: 44 |
I think I would like to be a special color, maybe pink or purple, what'da yah think?
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Well, because you're special. 
|
|
|
|
Joined: Dec 2003
Posts: 44
Country Girl Geek
|
Country Girl Geek
Joined: Dec 2003
Posts: 44 |
Oh, ok, here, I guess I meant where I was an Administrator, you know that cute little mouse siteVVVV as indicated below. But, I'll take purple anywhere I can get it.
I changed to Garfield, so he is a cool cat like you Josh.
By the way, great updates on here and L'ville. I don't see any reason to complain, they are terrific.
Thanks again for the color. I got a little sunburn today, so purple fits in nicely with how I feel, LOL.
|
|
|
|
Joined: Jun 2002
Posts: 670
Code Monkey
|
Code Monkey
Joined: Jun 2002
Posts: 670 |
I haven't downloaded the beta for 6.5 yet, but I would like to ask, are those the only two new stylesheet classes for 6.5?
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Yes, I believe so.  And if your'e missing them, it's no big deal - admin and mod names just appear the same color as users. 
|
|
|
|
Joined: Jun 2002
Posts: 670
Code Monkey
|
Code Monkey
Joined: Jun 2002
Posts: 670 |
Good. I always wanted them to be all one color and I could never figure out how to do it myself  Now I don't have to.
|
|
|
|
Joined: Aug 2004
Posts: 173
Member
|
Member
Joined: Aug 2004
Posts: 173 |
Sorry for dragging up an old thread....
I have just created my first Moderator, but I can't change the colour of her name. I can change the colour of .adminname, but not .modname
Any Ideas
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
What do you mean can't change? What are you using to edit it?
|
|
|
|
Joined: Aug 2004
Posts: 173
Member
|
Member
Joined: Aug 2004
Posts: 173 |
I am trying to change the colour code using the stylesheet edit section within control panel.
It works changing the Admin colours but not my Moderator, she is the same colour as all other members, but does have the small 'm'
Thanks Josh
|
|
|
|
Joined: Aug 2004
Posts: 173
Member
|
Member
Joined: Aug 2004
Posts: 173 |
Sorted! You can tell I am new to Threads. I changed the colour code within the datebase. Now it does not matter if the stylesheet is changed as it should apply on all.
|
|
|
|
Joined: Aug 2004
Posts: 4
Lurker
|
Lurker
Joined: Aug 2004
Posts: 4 |
Is there any reason why mod and admin names change colour but the actual underline inherits/maintains colour from regular' user names?
Is it a bug (seems that mod underlines are different colours here too) or have i made an oops in the stylesheet?
Thanks in advance
|
|
|
|
Joined: Mar 2000
Posts: 528
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 528 |
Can you post your ADMIN and MOD style parameters here?
|
|
|
|
Joined: Aug 2004
Posts: 4
Lurker
|
Lurker
Joined: Aug 2004
Posts: 4 |
Thanks [:"blue"] .modname { color: #00AA00; } .adminname { color: #FF0000; } [/] does that help? You'll normally be able to see an example of it here: Tyresmoke.net who's online as there's normally at least one mod on. You'll see that mod names are green but with an orangey/brown underline.  Thanks again
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
try this .modname {<br />color: #00AA00;<br />}<br />.adminname {<br />color: #FF0000;<br />}<br />a:hover font.modname {<br />color: #00AA00;<br />text-decoration: underline;<br />}<br />a:hover font.adminname {<br />color: #FF0000;<br />text-decoration: underline;<br />}
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
btw: anyone wondering why this occurs, it's because the classname is assigned to the <font> tag, while the underline is attached to the <a> tag, so the underline was the color of normal links
|
|
|
|
Joined: Aug 2004
Posts: 4
Lurker
|
Lurker
Joined: Aug 2004
Posts: 4 |
Thank you very much Ian. It was actually a:link font.x that did the trick but your suggestion made it more than clear how it needed to be fixed. Now that's done, I was just wondering why our recent posts seems to ignore these classes and displays mods and admin just like any other user?? here's the entries for mod/admin names now: .modname { color: #00AA00; } .adminname { color: #FF0000; } a:link font.modname { color: #00AA00; text-decoration: underline; } a:hover font.modname { color: #00AA00; text-decoration: underline; } a:link font.adminname { color: #FF0000; text-decoration: underline; } a:hover font.adminname { color: #FF0000; text-decoration: underline; } Thanks once again for your help, its very much appreciated!
|
|
|
|
Joined: Aug 2004
Posts: 4
Lurker
|
Lurker
Joined: Aug 2004
Posts: 4 |
A small clarification. This is all very new to me and I'm teaching it to myself just as quick as I can. I've picked up the technique of viewing source on things I want to change and have come across: <!-- Userlink is defined in dosearch.php --> So I've had a look at dosearch.tmpl and its all gotten a bit complicated for me there. Thanks again 
|
|
|
|
Joined: Mar 2003
Posts: 6
Lurker
|
Lurker
Joined: Mar 2003
Posts: 6 |
HolĂ Mr TSN, why didn't/don't you just ask me ?
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|