Banned members strike
3 posters
Page 1 of 1
Banned members strike
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : http://onthave.com
Description of problem
Hello, i was searching for ,but i didnt sucess so i opened new theme.When i ban member how to put strike trought his name exaple * ""Zeus" when he get ban
Re: Banned members strike
Hello there,
Although the version Skouliki has linked is good if you would like to create a group, this may not be as necessary if you do not have many people banned or ever face having to ban many people.
If that is the case, you can alternatively do the following for each individual (as I said, this is if you have a few to ban):
Where XXX is after the /u - you place in the userid number for their profile /u0 for example.
You can modify that CSS also with many properties, especially for each individual. For example, if you have a user with a temporary ban, maybe 1-2 weeks for example, you could do an orange color or red color. If the user was banned permanently for example, you could do a black color (as is right now) or a bold red color. We can be very flexible with ideas.
Although the version Skouliki has linked is good if you would like to create a group, this may not be as necessary if you do not have many people banned or ever face having to ban many people.
If that is the case, you can alternatively do the following for each individual (as I said, this is if you have a few to ban):
- Code:
/* banned users */
a[href="/uXXX"] {
color:#000;
text-decoration:line-through;
}
Where XXX is after the /u - you place in the userid number for their profile /u0 for example.
You can modify that CSS also with many properties, especially for each individual. For example, if you have a user with a temporary ban, maybe 1-2 weeks for example, you could do an orange color or red color. If the user was banned permanently for example, you could do a black color (as is right now) or a bold red color. We can be very flexible with ideas.
Similar topics
» Members receiving 'you are banned' messages when they're not banned
» Vetting new members suspected of being returning banned members
» Completely hide posts by banned members?
» Banned members?
» Banned members
» Vetting new members suspected of being returning banned members
» Completely hide posts by banned members?
» Banned members?
» Banned members
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum