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.

post profile group color

3 posters

Go down

Solved post profile group color

Post by urbansolstice December 28th 2017, 3:45 am

My Forum: http://dreamingdna.forumotion.com/

I'm trying to change this white box to correspond to the usergroup color of each member on the side profile of posts:

post profile group color PAw0044post profile group color Kuk2K6I

Is there any way to do so? thank you!


Last edited by urbansolstice on December 29th 2017, 10:24 pm; edited 1 time in total
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 3:38 am

bump
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SarkZKalie December 29th 2017, 7:52 am



post profile group color Sarkzk10
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1442
Reputation : 220
Language : English

https://rotavn.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 8:57 pm

Thank you!! That worked for the most part, however the moderator group isn't working for some reason. Do I have the classname wrong?

This is what I have for the javascript:
Code:
$(function() {
 groupMod('#E35675', 'adminGroup');
 groupMod('#808F9E', 'modoGroup');
 groupMod('#DEA2A2','graphicaGroup');
 groupMod('#9E9E9E','memberGroup');
  
  function groupMod(color, classname) {$('.post:has(span[style="color:'+color+'"] strong)').addClass(classname)}
});

And the part of the CSS:
Code:
.adminGroup .profile-info { background:#E35675 }
.modoGroup .profile-info { background:#808F9E }
.graphicaGroup .profile-info { background:#DEA2A2 }
.memberGroup .profile-info { background:#9E9E9E }
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 9:07 pm

Post a link to a post that a moderator has posted.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 9:29 pm

@SLGray

Here: http://dreamingdna.forumotion.com/t1-official-rules-5-5-15-please-read-agree#2
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 9:32 pm

I do not see the CSS coding in your CSS.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 9:38 pm

@SLGray

That's odd. It's there.

post profile group color PGIk6G
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 9:47 pm

Add !important to the mod code.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 9:53 pm

@SLGray

Still no change
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 9:55 pm

Add it to the top.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 10:02 pm

@SLGray

It's still white. Should I make a test account so you can see everything for yourself?
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 10:03 pm

Yes, please.  Please send it to me by PM.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 10:21 pm

Ok.  It is fixed.

I had to change the order of the groups from 1 - 5 to 0 - 4.


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: post profile group color

Post by urbansolstice December 29th 2017, 10:24 pm

Ahh I see! Thank you so much for your help!
urbansolstice
urbansolstice
Forumember

Female Posts : 58
Reputation : 1
Language : English

http://dreamingdna.forumotion.com/

Back to top Go down

Solved Re: post profile group color

Post by SLGray December 29th 2017, 10:26 pm

You're welcome.

Zero is the highest you can go in the order of the groups.

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


post profile group color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51471
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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