MyBB Community Forums

Full Version: Is there a way to add the red alert box to posting bans?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I was just wondering is there a way to have the red alert box display when a user's posting rights are taken? Not with a reason or anything just a message telling them what has happened? Do I add the red alert code into a template?
I'm sure you'll first need to add a PHP conditional so if the user is of the banned GID, then display, else nothing. And that would go into the PHP file on server. And you would need to define that as a function so in the template, you'd add {$bannedwarn} or whatever the function is. As for the PHP code, not sure Toungue
Hmmm, thanks I'll look into it a bit deeper Smile