The Arcive of vBulletin Modifications Site. |
|
Simple Question Details »»
|
|||||||||||||||||||||||||
I noticed that when a user is banned through AWS, the rank "Temporarily Banned" overwrites the default set for the usergroup he's moved in to. Any way of changing this?
Alternatively, how do I simply change "Temporarily Banned" to "Banned User" ? Thanks Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
hi,
do you mean the "custom ban" message if a banned user trys to login to your forums ? that's defined in "/includes/functions.php" PHP Code:
as for the usergroup thingy you should be able to define this this through your usergroupmanager and the aws settings open this url http://www.yoursite.com/vbulletin/ad...=manageoptions there you can define what happens if a user get's banned |
|
#3
|
|||
|
|||
|
No, he is talking about the user title, which I change to temporarily banned or permanently banned. In the file includes/functions_warning.php, find every occurence of:
PHP Code:
PHP Code:
|
![]() |
|
|