We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Choose Your Username Color
Topic Started: Dec 7 2017, 12:41 AM (283 Views)
spiiike
Member
[ *  *  *  * ]
Board Address: Private
Board Software: ZetaBoards
Description: wondering if it's possible for a code to be created where members (regardless of group) can enter a HEX/color name into a profile field which in turn colors their username across the board. If not possible, any other suggestions?
Edited by spiiike, Dec 7 2017, 12:42 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
This would require too much AJAX to do it globally. It can be done on the topic page, PM message page, and users profile with no AJAX usage.
Offline Profile Goto Top
 
spiiike
Member
[ *  *  *  * ]
What about online list Cory?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
That's one of many places that would require too much AJAX.
Offline Profile Goto Top
 
spiiike
Member
[ *  *  *  * ]
Oh okay, how about a manual way to change colour of individual names instead of through profile fields?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Javascripts
Code:
 
<style type="text/css">
a[href*="/profile/USER_ID/"] {
color: #HEX;
}

a[href*="/profile/USER_ID/"] {
color: #HEX;
}

a[href*="/profile/USER_ID/"] {
color: #HEX;
}
</style>
Change the capitlized text as necessary.
Offline Profile Goto Top
 
spiiike
Member
[ *  *  *  * ]
Thanks Cory :up:
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic