Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Limit Number of New Discussions or Comments/Category/User Role/Time Period

r0obertr0obert
edited October 2014 in Vanilla 2.0 - 2.8

Example:

10 Discussions in General Questions Category per New Members Role in 24hr Time Period

Possible?

Comments

  • Options
    peregrineperegrine MVP
    edited October 2014
    presumably, you would need to 
    

    check role

    if role {
    get count of discussions based on InsertionDate - 1 day prior to current time for that user id.
    get count of comments  based on InsertionDate - 1 day prior to current time for that user id.
    
    add them  totalposted24hour
    
     test  totalposted24hour against 10 
    
    and process in validation. 
    }    
     doable hardly worth it unless you have a big problem.
    
    If you have an individual who cause issues, notify them.
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.