The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BAnned

4 posters

Go down

BAnned Empty BAnned

Post by pexa Sat Aug 29 2015, 12:37

When i ban member i want that other members when visit his profile know ...how to do it ?

Written banned or something ?
pexa
pexa
New Member

Posts : 18
Reputation : 1
Language : Otocac

Back to top Go down

BAnned Empty Re: BAnned

Post by brandon_g Sat Aug 29 2015, 12:40

You could add a rank called banned if you want? Then give the banned user the rank. Smile


-Brandon


BAnned Brando10
Remember to mark your topic BAnned Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

BAnned Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

BAnned Empty Re: BAnned

Post by Guest Sat Aug 29 2015, 13:23

Yea, pretty much what brad said. You could also customize the "Banned" rank with color code.
avatar
Guest
Guest


Back to top Go down

BAnned Empty Re: BAnned

Post by pexa Sat Aug 29 2015, 16:08

how to do this : Banned
pexa
pexa
New Member

Posts : 18
Reputation : 1
Language : Otocac

Back to top Go down

BAnned Empty Re: BAnned

Post by Klemen Sat Aug 29 2015, 17:23

pexa wrote:how to do this : Banned

1. Go to AP > Users & Groups > Rank Administration > Add new rank
name the rank:
Code:
<span id="banned">Banned</span>
Select 'yes' on 'Set as Special Rank'
Hit save.

2. Go to AP > Display > Pictures & Colors > Colors and select the 'CSS stylesheet' and add the following code:
Code:
#banned{
    text-decoration: line-through;
}
Hit save.

And you're done Smile


Then when you ban a member, don't forget to give him the 'Banned' rank title.






On a second note: https://www.youtube.com/watch?v=Ko7dw4DFtnU

Adding unneccessary symbols over the clear text can add an unwanted (or contrary) meaning. Words with lines drawn over them usually mean that what is written is not true, so in your case a line through 'banned' makes me go: "not banned...?"

It's your decision though.
Klemen
Klemen
Forumember

Male Posts : 292
Reputation : 32
Language : English, German, Slovene

http://www.bannedbrotherhood.com

Back to top Go down

BAnned Empty Re: BAnned

Post by brandon_g Sat Aug 29 2015, 18:47

Klemen wrote:
pexa wrote:how to do this : Banned

1. Go to AP > Users & Groups > Rank Administration > Add new rank
name the rank:
Code:
<span id="banned">Banned</span>
Select 'yes' on 'Set as Special Rank'
Hit save.

2. Go to AP > Display > Pictures & Colors > Colors and select the 'CSS stylesheet' and add the following code:
Code:
#banned{
    text-decoration: line-through;
}
Hit save.

And you're done Smile


Then when you ban a member, don't forget to give him the 'Banned' rank title.






On a second note: https://www.youtube.com/watch?v=Ko7dw4DFtnU

Adding unneccessary symbols over the clear text can add an unwanted (or contrary) meaning. Words with lines drawn over them usually mean that what is written is not true, so in your case a line through 'banned' makes me go: "not banned...?"

It's your decision though.


I think the topic starter meant they want the username of the banned user (example: brandon_g) to be crossed out. I have seen this done on other forums.


-Brandon
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

BAnned Empty Re: BAnned

Post by Klemen Sat Aug 29 2015, 19:37

brandon_g wrote:I think the topic starter meant they want the username of the banned user (example: brandon_g) to be crossed out. I have seen this done on other forums.

Well... that makes way more sense haha

In that case, forget anything I said above and do the following:

1. Go to AP > Users & Groups > Group Administration > Create new group. Then fill the fields:

Group name: Banned (or whatever you want)
Group moderator: yourself
Group member color: set a unique color, something that you won't use on your forum (this color won't be visible to anyone). And then copy that color (you'll need it in step 2!)
Group status : Closed group
Group auto subscribe: no
Hit save.


2. Go to AP > Display > Pictures and Colors > Colors > CSS Stylesheet and paste the following code:
Code:
a span[style="color:banned-group-color"]{
  color: FF00F7 !important; /* banned username color */
  text-decoration: line-through;
}
Replace the 'banned-group-color' in the code with whatever you set the color of the banned group to in step 1. And then under 'color' you can set your own color in which the banned usernames will appear.

And you have to add that member to the banned group once you ban him.


////////////////////////
Extra:

Now you will also have a group name on the button of the forum named 'Banned' in its original color. To make it like this: "Banned", you go again to your CSS and put in this code:

Code:
a[href="LINK"]{
    color: black !important;
    text-decoration: line-through;
}
In order to get the 'LINK'. Go to your homepage and click on the group 'Banned' where your groups are listed. Then it will take you to the page of the group. Copy the link of that page and then remove the part of your forum name. Example: if the link you just copied is 'http://www.blabla.com/g5-banned', then what you need to put as the 'LINK' in the above code is '/g5-banned'. So your code in the end looks something like this:

Code:
a[href="/g5-banned"]{
    color: black !important;
    text-decoration: line-through;
}

Don't forget to submit the CSS.
Klemen
Klemen
Forumember

Male Posts : 292
Reputation : 32
Language : English, German, Slovene

http://www.bannedbrotherhood.com

Back to top Go down

BAnned Empty Re: BAnned

Post by pexa Wed Sep 02 2015, 10:35

@Klemen  
Ne radi./Dont work.
Ovaj kod za grupu Banned grupu radi,ali ovaj za banned username ne radi.
This code for group banned works,but for bannedusername dont work.
pexa
pexa
New Member

Posts : 18
Reputation : 1
Language : Otocac

Back to top Go down

BAnned Empty Re: BAnned

Post by Klemen Wed Sep 02 2015, 11:07

Pozdrav,

Make sure that the group color and the color in the code is written EXACTLY the same. That means, if the letters are upper-case in group color, then they must upper-case in the CSS code I gave you above as well. This should make the line-through work.

If you're still having some troubles then please give us your forum address.

Klemen
Klemen
Forumember

Male Posts : 292
Reputation : 32
Language : English, German, Slovene

http://www.bannedbrotherhood.com

Back to top Go down

BAnned Empty Re: BAnned

Post by SLGray Wed Sep 02 2015, 18:50

pexa wrote:@Klemen  
Ne radi./Dont work.
Ovaj kod za grupu Banned grupu radi,ali ovaj za banned username ne radi.
This code for group banned works,but for bannedusername dont work.
Please don't use bold or color and keep to the default text. This is reserved for the staff for moderation.


BAnned Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum