The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Is there a way to stop moderators from replying to a closed thread, but still allow Super Mods and Admins to?
|
|
#2
|
||||
|
||||
|
In newreply.php replace this:
Code:
if (!$threadinfo[open]) {
if (!ismoderator($threadinfo[forumid],"canopenclose")) {
Code:
if (!$threadinfo[open]) {
if ($bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 5) {
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|