Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Posts Required To View This Forum
Author Message
Nickman Offline
Manager
*******
Management

Posts: 2,699
Joined: May 2008
Reputation: 67
Post: #1
Posts Required To View This Forum
Mod Description: Set forums to require a specific number of posts the user must have before he can see the forum.

Link to Mods DB: Get It
01-26-2009, 07:26 PM
Visit this user's website Find all posts by this user
GANGCHIL Offline
Junior Member
**

Posts: 4
Joined: Jan 2009
Reputation: 0
Post: #2
RE: Posts Required To View This Forum
Its not working.
02-17-2009, 02:19 PM
Find all posts by this user
Nickman Offline
Manager
*******
Management

Posts: 2,699
Joined: May 2008
Reputation: 67
Post: #3
RE: Posts Required To View This Forum
Care to be more specific? What is not working?
02-17-2009, 02:34 PM
Visit this user's website Find all posts by this user
GANGCHIL Offline
Junior Member
**

Posts: 4
Joined: Jan 2009
Reputation: 0
Post: #4
RE: Posts Required To View This Forum
Sorry, Now its working. Thanks.
(This post was last modified: 02-24-2009, 09:56 PM by GANGCHIL)
02-19-2009, 06:01 PM
Find all posts by this user
gamemaster Offline
Junior Member
**

Posts: 2
Joined: Feb 2009
Reputation: 0
Post: #5
RE: Posts Required To View This Forum
How to use the Set the GIDs of usergroups that can bypass all blocks. Separated with commas
02-25-2009, 07:34 AM
Find all posts by this user
MattR Offline
Sitting in Jacob's Cabin
Premium Users

Posts: 54
Joined: Oct 2008
Reputation: 0
Post: #6
RE: Posts Required To View This Forum
You put the ID of groups you don't want to be affected.

And don't you need 5 posts to download or has that changed??

[Image: mybbsig.php]
Learn MyBB - My Blog
MyBB Support Team
02-25-2009, 11:20 AM
Visit this user's website Find all posts by this user
Nickman Offline
Manager
*******
Management

Posts: 2,699
Joined: May 2008
Reputation: 67
Post: #7
RE: Posts Required To View This Forum
It's actually 0 for most mods now. You pretty much just have to register.
02-26-2009, 04:42 AM
Visit this user's website Find all posts by this user
xrum Offline
Junior Member
**

Posts: 10
Joined: Mar 2009
Reputation: 0
Post: #8
RE: Posts Required To View This Forum
is there a way to add the number of posts required in the message?
03-13-2009, 12:19 AM
Find all posts by this user
Splappy Offline
O.o
****

Posts: 347
Joined: Oct 2008
Reputation: 5
Post: #9
RE: Posts Required To View This Forum
(03-13-2009 12:19 AM)xrum Wrote:  is there a way to add the number of posts required in the message?

Yep.
Find this in the code:
PHP Code:
        if (!defined("IN_ARCHIVE"))
        {
    
error("You do not have enough posts to view this forum");
        }
        else {
            
archive_error("You do not have enough posts to view this forum");
        } 
Replace that with this:
PHP Code:
        if (!defined("IN_ARCHIVE"))
        {
    
error("You do not have enough posts to view this forum. You need ".$postsNeeded." posts.");
        }
        else {
            
archive_error("You do not have enough posts to view this forum. You need".$postsNeeded." posts.");
        } 
03-13-2009, 03:44 AM
Visit this user's website Find all posts by this user
xrum Offline
Junior Member
**

Posts: 10
Joined: Mar 2009
Reputation: 0
Post: #10
RE: Posts Required To View This Forum
Thanks!
03-13-2009, 03:54 AM
Find all posts by this user




User(s) browsing this thread: 4 Guest(s)