post profile group color
3 posters
Page 1 of 1
post profile group color
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:
Is there any way to do so? thank you!
I'm trying to change this white box to correspond to the usergroup color of each member on the side profile of posts:
Is there any way to do so? thank you!
Last edited by urbansolstice on Fri Dec 29, 2017 3:24 pm; edited 1 time in total
Re: post profile group color
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:
And the part of the CSS:
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 }
Re: post profile group color
Post a link to a post that a moderator has posted.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
I do not see the CSS coding in your CSS.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
Add !important to the mod code.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
Add it to the top.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
Yes, please. Please send it to me by PM.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
Ok. It is fixed.
I had to change the order of the groups from 1 - 5 to 0 - 4.
I had to change the order of the groups from 1 - 5 to 0 - 4.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: post profile group color
You're welcome.
Zero is the highest you can go in the order of the groups.
Zero is the highest you can go in the order of the groups.
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» [QUERY] How to show the members' group joined in their post profile and even in their profile?
» Reduce Space between post profile and post body
» color group post msg
» Group post profile bakground
» CSS Color of post profile text
» Reduce Space between post profile and post body
» color group post msg
» Group post profile bakground
» CSS Color of post profile text
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum