The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Throttle Posts/Threads (restrict number of posts/threads by usergroup/forum by time) Details »» | |||||||||||||||||||||||||||
Throttle Posts/Threads (restrict number of posts/threads by usergroup/forum by time)
Developer Last Online: Jan 2015
Users can be restricted to a set number of posts and/or new threads per a defined time period. The settings can be global for all forums by usergroup and/or specific to certain usergroups by forum.
FAQ:
Installation 1. Upload the contents of 'upload' to your forum directory 2. From the admincp, import the product file product-throttle_posts.xml 3. REFRESH your admincp page. 4. Change the usergroup setting for any usergroup you want to restrict. 5. OPTIONAL - To set per forum/usergroup settings, set "Activate per Forum/Usergroup Checking" (under Throttle Posts/Threads -> General Settings) to "Yes" 6. OPTIONAL - Set any forum/usergroup settings under Throttle Posts/Threads -> Per Forum/Usergroup Settings. 7. Done! Special note: a new thread does NOT count as a post (for the purpose of this mod) but a new thread does count as a post! Enjoy! Show Your Support
|
Comments |
#22
|
|||
|
|||
Looks very promising and is something that I have been looking for. Before I download and install, I do have a couple of questions
a) If the thread/post limit is set to 10 threads per week, can a member delete off his old thread/posts (to reduce his count) and then post some more? b) Does this mod override the forum permissions already set? Eg. Usergroup A cannot post at all, while Usergroup B has full access - and I want to continue blocking Usergroup A from posting (using already set permissions), and Usergroup B to create only X threads/posts per time limit (using this mod). c) Also, I do not understand your last statement about "a new thread does NOT count as a post (for the purpose of this mod) but a new thread does count as a post!" |
#23
|
||||
|
||||
Quote:
Quote:
Quote:
For my mod, when the number of threads allowed to be created is checked against what the user has started, obviously only the thread table is checked. What may not be quite as obvious is that when a user attempts to create a new post, any new thread he has created will also count as a new post. So, for example, if you have a usergroup that is set to only be able to create one post and one thread per day, creating the one thread will also use up the one post that can be created since creating a thread also creates a new post record. Clear as mud? |
#24
|
|||
|
|||
Quote:
Does your statement mean that currently, the mod does not count soft-deleted posts/threads towards the user post/thread limit? Example - Limit is set to 10 threads in a 24-hr period; I post 10 threads in the first hour; delete 5 in the next hour and post another 5; then delete all 10 in the 3rd hour and post another 10 - thus "bypassing" the limit? |
#25
|
||||
|
||||
Quote:
|
#26
|
|||
|
|||
Hmmm.... I get this Database Error when importing the product
Code:
Database error in vBulletin 3.6.7: Invalid SQL: CREATE TABLE `keybase_tp_throttleposts` ( `tp_id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , `tp_forumid` INT( 10 ) UNSIGNED NOT NULL , `tp_usergroupid` INT( 10 ) UNSIGNED NOT NULL , `tp_postlimit` INT( 5 ) NOT NULL DEFAULT '-1', `tp_threadlimit` INT( 5 ) NOT NULL DEFAULT '-1', `tp_posttime` INT( 10 ) NOT NULL DEFAULT '-1', `tp_threadtime` INT( 10 ) NOT NULL DEFAULT '-1', INDEX ( `tp_forumid` , `tp_usergroupid` ) ) ENGINE = MYISAM ;; |
#27
|
||||
|
||||
Can you see if you get the same error using the attached product file?
|
#28
|
|||
|
|||
Quote:
You should post this on mod page! |
#29
|
||||
|
||||
If I set a limit for GUESTS, will this also put a limit on the Spiders that crawl my site all day?
I'd really hate to limit them |
#30
|
||||
|
||||
No, it only restricts creating posts or threads, not reading them.
|
#31
|
||||
|
||||
Thanks for that simple explanation, it's my fault that I missed that LOL.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|