Showing title when banning user

YoloCraft

Member
So, with my xenforo 1.5, when I ban a user, I would like to show a title under their account that says BANNED, instead of just a straight line through their name.

I've changed the users group to 'banned' to show for an example for this post specifically.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Can anyone help?
 
@YoloCraft in Xenforo 2 you go to -> Users -> Warnings -> then you click on the permanent warning and select -> move to usergroup (my usergroup)

That way when the user receives a permanent ban, it will automatically move them to the usergroup "banned". You will need to make sure this usergroup is created and then you will need to give it the user title "banned" and also some css for the username such as this:

CSS:
color: grey;
text-decoration: line-through;

This is what I do on Xenforo 2. I see that your targeting Xenforo 1.5 but the process should be fairly similar at least I believe it is.
 
@YoloCraft in Xenforo 2 you go to -> Users -> Warnings -> then you click on the permanent warning and select -> move to usergroup (my usergroup)

That way when the user receives a permanent ban, it will automatically move them to the usergroup "banned". You will need to make sure this usergroup is created and then you will need to give it the user title "banned" and also some css for the username such as this:

CSS:
color: grey;
text-decoration: line-through;

This is what I do on Xenforo 2. I see that your targeting Xenforo 1.5 but the process should be fairly similar at least I believe it is.
I'm using 1.5
 
Top Bottom