The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to add the effect of a special member everywhere

2 posters

Go down

In progress How to add the effect of a special member everywhere

Post by Rupture Wed Dec 18 2013, 04:26

I'd like to know if it is possible to have a special effect for a member display everywhere the name of the member is displayed. What I'm looking for is a glowing effect, much like the one used for the enjin sites. Is it possible to add this or are the only changeable things on members the color of their names?
Rupture
Rupture
Forumember

Male Posts : 329
Reputation : 6
Language : English, Español, Deutsch, Catalá
Location : Earth

http://raptorgaming.forumotion.com

Back to top Go down

In progress Re: How to add the effect of a special member everywhere

Post by Ange Tuteur Wed Dec 18 2013, 04:41

Hello {LGO}*CF*Oscar,

You can utilize CSS to change a users username style.

For members in a group :
Code:
a span[style="color:#FF6600"] strong {
text-shadow:0px 0px 6px #FF6600;
}

change color:#FF6600 to the hex color of your group. You can see the hex color here :
Administration Panel > Users & Groups > Groups administration > :edit:a group

Find 'color of group members' and copy the hex color. Once applied all members of that group will be applied with your style change.

For a single member :

Code:
a[href="/u6001"] {
text-shadow:0px 0px 6px #FF6600;
}

Just change /u6001 to the UID of the user you want to apply this to. You can see a users ID by viewing their profile and looking to the address bar.

How to add the effect of a special member everywhere Captu240
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum