Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved How to Disable Quick Reply in Locked Thread to Admin, Super moderator and Moderator?
#1
Not Solved
How to Disable Quick Reply in Locked Thread to Admin, Super moderator and Moderator from being able to post a reply to a locked thread?

Advance thanks for the help.. 
#2
Not Solved
Is hiding the quick reply enough?
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#3
Not Solved
(2015-08-19, 05:00 PM)Leefish Wrote: Is hiding the quick reply enough?

No i dont want to hide quick reply.. because it will affect the members..
#4
Not Solved
Line 1522 of showthread.php should be (sorry this line number is for 1.8, for 1.6 it is 1299).

	$plugins->run_hooks("showthread_end");

Insert the lines below before or after this line.

	if (is_moderator(0,"",$mybb->user['uid']) || strpos(",{$mybb->user['usergroup']},{$mybb->user['additionalgroups']},", ",4,") !== false)
	{
		$quickreply = "";
	}

When you don't like core edits, this can be added into a plugin.
Regards, Ad Bakker (NL)


Forum Jump:


Users browsing this thread: 1 Guest(s)