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.

Trouble applying effects to group names

4 posters

Go down

Solved Trouble applying effects to group names

Post by Bunn3h September 28th 2017, 1:07 am

I can't get any of my groups names to apply any effects. Even after using these tutorials
https://help.forumotion.com/t131443-customize-usernames-according-to-group#881088
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow

my forum http://www.bunn3hs-arkserver.com/

codes I tried (even tried placing them at the top of the style sheet
Code:
a[href="/g4-donators"] {
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

Code:
a span[style="color:#C28100"] strong {
  text-decoration: none !important;
  text-shadow: 0 0 0.6em yellow, 0 0 0.6em yellow, 0 0 0.6em black;
}

even the individual usernames code below doesn't do anything
Code:
a[href="/u5"]{ 
text-decoration: none !important; 
text-shadow: 0 0 0.6em black, 0 0 0.6em black, 0 0 0.6em white;
}

I'm at a loss I dunno what else to try


Last edited by Bunn3h on September 28th 2017, 3:35 am; edited 1 time in total
Bunn3h
Bunn3h
New Member

Female Posts : 20
Reputation : 1
Language : English

http://bunn3hs-arkserver.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Bunn3h September 28th 2017, 1:13 am

figured soon as I post something about it I think I finally got it working

Code:
a[href="/g4-donators"] {
text-shadow: 0px 0px 5px #FF00D0;
}
Bunn3h
Bunn3h
New Member

Female Posts : 20
Reputation : 1
Language : English

http://bunn3hs-arkserver.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Chellizard September 28th 2017, 1:15 am

You want it for specific users or specific groups?
Chellizard
Chellizard
Forumember

Female Posts : 154
Reputation : 12
Language : English

http://superhero-rpg.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Bunn3h September 28th 2017, 1:15 am

ok now its not applying the effect to the users names but I can see it in the group legend?
Bunn3h
Bunn3h
New Member

Female Posts : 20
Reputation : 1
Language : English

http://bunn3hs-arkserver.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Bunn3h September 28th 2017, 1:16 am

Chellizard wrote:You want it for specific users or specific groups?

I would like the all users in the group to have the effect, trying to add an image before their usernames and add a glow
Bunn3h
Bunn3h
New Member

Female Posts : 20
Reputation : 1
Language : English

http://bunn3hs-arkserver.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Chellizard September 28th 2017, 1:22 am

Okay, and following this did not help?

https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow

Did you add the appropriate CSS to your stylesheet?

Code:

a[href="/g2-moderators"] {
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
   text-shadow:0px 2px 13px #f5a911;
}


Try this for your moderators to just test and see if the image and text shadow works.
Chellizard
Chellizard
Forumember

Female Posts : 154
Reputation : 12
Language : English

http://superhero-rpg.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Bunn3h September 28th 2017, 1:28 am

Chellizard wrote:Okay, and following this did not help?

https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow

Did you add the appropriate CSS to your stylesheet?

Code:

a[href="/g2-moderators"] {
    background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
   text-shadow:0px 2px 13px #f5a911;
}

Try this for your moderators to just test and see if the image and text shadow works.

I have this added yet the actual usernames are not applying the effect, but the effect is visible in the legend
Code:
a[href="/g4-donators"] {
text-shadow:0px 2px 13px #f5a911;
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
}
Bunn3h
Bunn3h
New Member

Female Posts : 20
Reputation : 1
Language : English

http://bunn3hs-arkserver.com

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Ape September 28th 2017, 11:41 am

When adding to the usernames you need to use this one.
Code:
a[href="/u5"]{
        text-shadow:0px 2px 13px #f5a911;
        background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
        padding-left: 19px;
        padding-top: 2px;
        }

When you need to add it to a member you need to find the user ID.
How to find the user ID see video:
Trouble applying effects to group names Ezgif_11

you will have repeat the code for each member.


Trouble applying effects to group names Left1212Trouble applying effects to group names Center11Trouble applying effects to group names Right112
Trouble applying effects to group names Ape_b110
Trouble applying effects to group names Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Trouble applying effects to group names

Post by Draxion September 29th 2017, 4:10 pm

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top

- Similar topics

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