|
Closed Forums
|
|
08-13-2008, 07:34 PM
Post: #1
|
|||
|
|||
I think Closed forums still should be open tu admins for post/edit etc. but they are not. Why?
|
|||
|
08-13-2008, 07:36 PM
Post: #2
|
|||
|
|||
RE: Closed Forums
You can use forum permissions for that purpose. The "Closed" and "Active" are simple switches to disable posting from anybody, and hiding forums from everybody without having to mess around with permissions.
April Fool April Fool |
|||
|
08-13-2008, 07:40 PM
Post: #3
|
|||
|
|||
RE: Closed Forums
|
|||
|
08-13-2008, 07:46 PM
Post: #4
|
|||
|
|||
RE: Closed Forums
The first one.
The Mercenary X Clan - http://mercx.exofire.net |
|||
|
03-24-2011, 10:44 AM
Post: #5
|
|||
|
|||
RE: Closed Forums
How to disable posting in closed threads for admins and moderators?
|
|||
|
03-24-2011, 10:57 AM
Post: #6
|
|||
|
|||
RE: Closed Forums
Please make a separate thread instead of bumping 3 years old.
(03-24-2011 10:44 AM)Thorondor Wrote: How to disable posting in closed threads for admins and moderators? Open showthread.php file and find; PHP Code: 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 to; PHP Code: if($forumpermissions['canpostreplys'] != 0 && $mybb->user['suspendposting'] != 1 && ($thread['closed'] != 1) && $mybb->settings['quickreply'] != 0 && $mybb->user['showquickreply'] != '0' && $forum['open'] != 0) This'll remove `quickreply` from showthread pages. Now to disable `Full Reply`, open newreply.php and find; PHP Code: // Check to see if the thread is closed, and if the user is a mod.and change it to; PHP Code: // Check to see if the thread is closed.This will deny the reply in Closed threads.
![]() MyPortfolio | Latest Stuff: PremiumThemes | MyBlog |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help




![[Image: 1.png]](http://yaldaram.com/1.png)