The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
||||
|
||||
Perhaps this mod, https://vborg.vbsupport.ru/showthread.php?t=270797
|
#3
|
|||
|
|||
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 |
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
What about a plugin, something like:
Code:
if(is_member_of($bbuserinfo, 3) AND $bbuserinfo['posts'] > '5') { SHOW ERROR } |
#6
|
||||
|
||||
No, even if that is the correct syntax, it does not specify forums, nor does it specify times.
|
#7
|
|||
|
|||
This is true but it's a start. There's a mod that limits attachment downloads. Perhaps something along those lines would work.
|
#8
|
||||
|
||||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|