2011-05-22, 11:41 AM
2011-05-22, 12:12 PM
Open ./showthread.php file and find;
In this way, you denied the use of quickreply in closed threads for Mods as well
if($forumpermissions['canpostreplys'] != 0 && $mybb->user['suspendposting'] != 1 && ($thread['closed'] != 1 || is_moderator($fid)) && $mybb->settings['quickreply'] != 0 && $mybb->user['showquickreply'] != '0' && $forum['open'] != 0)
and Change it into; if($forumpermissions['canpostreplys'] != 0 && $mybb->user['suspendposting'] != 1 && ($thread['closed'] != 1) && $mybb->settings['quickreply'] != 0 && $mybb->user['showquickreply'] != '0' && $forum['open'] != 0)
In this way, you denied the use of quickreply in closed threads for Mods as well
2011-05-22, 12:40 PM
you're the man yaldaram!! thanks again boss
2011-05-22, 12:44 PM
No problem at all