by Dr Jay February 25th 2017, 11:17 pm
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):
- 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.