Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 10, 200519 yr How about adding a feature for group colors for each skin? becuase everyone knows if you choose a skin sometimes it won't match your group colors, so maybe on User Groups you can set something up that it will let you have different colors for each skin for groups, kinda confusing what im saying, but am sure everyone gets the idea! :lol:
July 11, 200519 yr Just modify the skin to have the shown users not conflict :) Overall nice idea, but.. it'd be bloat. Better as a mod.
July 11, 200519 yr This would probably be confusing to most people to directly support this and if you are worried about this, then you are able to do this with simple editing to a skin. Just setup the group prefix to use a CSS class instead of an inline style and configure the skin stylesheets to trigger the desired look.
July 12, 200519 yr This would probably be confusing to most people to directly support this and if you are worried about this, then you are able to do this with simple editing to a skin. Just setup the group prefix to use a CSS class instead of an inline style and configure the skin stylesheets to trigger the desired look.I'm interested in doing this, since I have many skins that vary from being dark in tones to being light in tones. Can you explain how to assign a CSS class on a per skin basis?
July 13, 200519 yr Instead of <span style="..."> in the prefix, use <span class="theGroupNameHere">. Then edit each skin's CSS in Advanced mode and add the CSS classes to the stylesheet..theGroupNameHere { ... }
July 14, 200519 yr Instead of <span style="..."> in the prefix, use <span class="theGroupNameHere">. Then edit each skin's CSS in Advanced mode and add the CSS classes to the stylesheet..theGroupNameHere { ... }I'll try that, thanks.
July 19, 200519 yr Can the CSS class name be anything, or does it have to match the name of your user group?
July 19, 200519 yr Can the CSS class name be anything, or does it have to match the name of your user group? It doesn't need to match the group name), it would need to be what you put in the span tag <span class="anythinghereaslongasitsthesameasthecss"> css would be .anythinghereaslongasitsthesameasthecss { color:purple; }
Archived
This topic is now archived and is closed to further replies.