MyBB Community Forums

Full Version: Suspended Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

If you suspend a users posting privileges and they try to post how do you display a message telling them than their posting privileges have been suspended? Instead of using the current error_no_permission from displaying.
you can try using this method.
keep backup of original files with a different extension in files server (eg. filename.php.orig)
(2013-05-23, 01:13 PM).m. Wrote: [ -> ]you can try using this method.
keep backup of original files with a different extension in files server (eg. filename.php.orig)

Yet again, you came up with the solution - thank you dude. Smile

There is an issue I am facing now with that code in place, it is not automatically lifting the suspension when the time has expired.

Any assistance in resolving this?