I've looked for a way to do this and cannot find one, so I'm wondering if there is a mod like this or if one could be created? Maybe it's just a tweak somewhere, not sure. I'm not even sure if I'm posting this in the right forum.
What I would like is to be able to make it so members cannot see a certain forum unless they have posted that day... or maybe based on their activity for the week? I have a board that has a forum just for members with a post count higher than 300, but I would like it so that the inactive members with that post count cannot see the forum unless they are active again. Does that make sense?
I'm running 2.0 RC4.
I'd like this too, if it is possible.
I got something that can be used as a base for this: https://github.com/MissAllSunday/PostLimit it already saves the daily post count and has a scheduled task to reset the daily account.
That is easy stuff, now you need to modify all the parts where topics/messages are displayed since modifying only the BoardIndex isn't enough, people will still be able to access topics directly.