PDA

View Full Version : limiting post count per day


tanzeelniazi
12-06-2014, 10:49 AM
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 (https://vborg.vbsupport.ru/forumdisplay.php?f=30) forum. :)

Black Snow
12-08-2014, 10:21 AM
What about a plugin, something like:
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.