Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 09-18-2015, 02:10 PM
K-fab's Avatar
K-fab K-fab is offline
 
Join Date: Jan 2014
Location: Scottsdale, AZ - Eden!
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Setting number of posts to allow use of a forum?

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.
Reply With Quote
  #2  
Old 09-18-2015, 02:55 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
if($vbulletin->userinfo['posts'] < 100 && $_REQUEST['f'] == 54){
  
print_standard_redirect('You must have a post count of at least 100 to post in this section.'falsetrue);

< 100 means that if the user has less than 100 posts, they can not post.
$_REQUEST['f'] == 54, 54 is the ID of the forum.
Reply With Quote
  #3  
Old 09-20-2015, 01:23 PM
K-fab's Avatar
K-fab K-fab is offline
 
Join Date: Jan 2014
Location: Scottsdale, AZ - Eden!
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #4  
Old 09-20-2015, 02:29 PM
PinkMilk PinkMilk is offline
 
Join Date: May 2010
Location: Earth
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:25 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04135 seconds
  • Memory Usage 2,182KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete