MyBB Community Forums

Full Version: Reply ban plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anybody help please

How to modify reply ban plugin to allow thread starter to ban replies in his own thread? Not moderators only but registered users

Probably need to add OR to this if ? like user(uid)==thread(uid)?

if(is_moderator($fid, "canmanagethreads"))
{
eval('$replybanlink = "'.$templates->get('showthread_replybanlink').'";');
}