vForums Support > Programming & Coding :: Code Requests & Support :: > banned members have a strikethrough
banned members have a strikethrough - Posted By Miss Jess (jchen) on 13th Apr 10 at 12:29am
Is this possible?
In one other forum host you can do that I was wondering if it's possible here....
Re: banned members have a strikethrough - Posted By Michael (wrighty) on 13th Apr 10 at 11:57am
Do you have banned members going into a separate group when you ban them? Or are they just left with their usual group(s)?
If you decide to place them into a group when you ban them, then the members of that group can have their usernames styled.
Re: banned members have a strikethrough - Posted By Miss Jess (jchen) on 14th Apr 10 at 12:03am
yeah right now they are colored gray
Re: banned members have a strikethrough - Posted By Michael (wrighty) on 14th Apr 10 at 12:31am
Have you got a link to a banned member?
Re: banned members have a strikethrough - Posted By dog199200 (dog199200) on 14th Apr 10 at 12:57am
http://chenschattingplace.vforums.us/action/view_profile/user/banme
Re: banned members have a strikethrough - Posted By Michael (wrighty) on 14th Apr 10 at 1:01am
<style type = 'text/css'>
.group4 {
text-decoration: line-through;
}
</style>
Global Headers or if you're just going straight into the CSS part of the "Modify Colours":
.group4 {
text-decoration: line-through;
}
Re: banned members have a strikethrough - Posted By dog199200 (dog199200) on 14th Apr 10 at 1:30am
that ain't working
I added it for her since i got nothing else to do, even tested it on group one, and no result
Re: banned members have a strikethrough - Posted By Michael (wrighty) on 14th Apr 10 at 1:38am
You could try adding !important after the line-through ie. line-through !important.
Other than that, try moving it below your CSS declaration.
Works fine on my test forum.
Re: banned members have a strikethrough - Posted By dog199200 (dog199200) on 14th Apr 10 at 1:40am
I also forget about !Important... well adding that worked
Re: banned members have a strikethrough - Posted By Michael (wrighty) on 14th Apr 10 at 1:47am
I think it was down to you declaring a text-decoration within your CSS file that was overwriting it.
Re: banned members have a strikethrough - Posted By dog199200 (dog199200) on 14th Apr 10 at 2:57am
You probably, but thats what happens when using premade skins