The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I've searched here on the forums for the answer and keep coming up with nothing...
I have a forum (for sale section) that requires (well... it did) that a member have a minimum of 20 posts before they can post in it. Somehow this limiter's been removed and new members are able to post in it. I've searched permissions and moderations for the forums, for the members, trying to find that little key, but alas, I've come up empty. So can someone please tell me how to go about setting it up so my members must have a minimum of 20 posts before they can post in that section? Thanks in advance. |
#2
|
|||
|
|||
![]()
A simple way to do this is by hooking at the newthread_start location.
AdminCP > Plugins & Products > Plugin Manager > Scroll to bottom and click add new plugin. You can do something like: PHP Code:
$_REQUEST['f'] == 54, 54 is the ID of the forum. |
#3
|
||||
|
||||
![]()
Thank you.
I'll have to look and see if there's something along this line installed by the previous owner of the forum. I know we had a 20 post minimum in place before people could post in the For Sale section, but can't for the life of me figure out why this would have turned off. --------------- Added [DATE]1442763804[/DATE] at [TIME]1442763804[/TIME] --------------- Okay, I've added the code (cut/pasted your example), made it 20 instead of 100 and the ID of the forum is 84 - so that's all set. I see two boxes - Hook Location and Execution Order. Hook Location is blank - do I leave it blank or ?? Execution Order has a 5 in it. Same thing - leave it alone or ?? -------- addition to this - I hit 'save and reload' and it's telling me to 'Please Complete All Required Fields', so obviously I can't leave hook location blank. What do select? There's a massive number of things to use. I also see a box that says 'Product' - it's defaulting to vBulletin. Is that correct? |
#4
|
|||
|
|||
![]()
"A simple way to do this is by hooking at the newthread_start"
![]() --------------- Added [DATE]1442766997[/DATE] at [TIME]1442766997[/TIME] --------------- Cyb - Advanced Permissions Based on Post Count |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|