vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   limiting post count per day (https://vborg.vbsupport.ru/showthread.php?t=315864)

tanzeelniazi 12-06-2014 10:49 AM

limiting post count per day
 
Hi,
I would like to limit the maximum number of posts one can make for a certain subforum each day.
I mean example
I have a vip group and vip section i want VIP members made only 5 reply is vip section after if he made 6 he see error
You have exeed the limit count check after 24 hours

anyone make this mod please :(
Also include subforms

ozzy47 12-07-2014 01:10 PM

Perhaps this mod, https://vborg.vbsupport.ru/showthread.php?t=270797

tanzeelniazi 12-08-2014 10:07 AM

this mod is not working in vb4.2.0
I need this type
I have a vip group and vip section i want VIP members made only 5 reply is vip section after if he made 6 he see error
You have exeed the limit count check after 24 hours

ozzy47 12-08-2014 10:17 AM

That mod is reported working through 4.2.2

If you are running 4.2.0, I would suggest upgrading ASAP, there is unpatched security issues in anything below 4.2.2 pl2

Since that mod does not do what you need, then you should hire someone to code the mod for you, by posting a request in the Requests for Paid Services forum. :)

Black Snow 12-08-2014 10:21 AM

What about a plugin, something like:
Code:

if(is_member_of($bbuserinfo, 3) AND $bbuserinfo['posts'] > '5')
{
SHOW ERROR
}


ozzy47 12-08-2014 10:30 AM

No, even if that is the correct syntax, it does not specify forums, nor does it specify times.

Black Snow 12-08-2014 10:38 AM

This is true but it's a start. There's a mod that limits attachment downloads. Perhaps something along those lines would work.

ozzy47 12-08-2014 10:54 AM

As well as the mod I linked to. If the OP has programming skills, then they can certainly adapt it to suit their needs.

If not, then someone will have to make it, as it involves UGP, forum permissions, and pos counts per forum, per day or a rolling 24hr period.


All times are GMT. The time now is 01:20 PM.

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.01044 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete