For those interested, I will try creating this hack, however my experience with hacking vbulletin is very small. If anyone else could help out, I'd appreciate it. I've created a field in the session table called numofposts (int-10, unsigned, default=0) and plan on incrementing that number each time a new topic or reply is made. I also want to figure out how to store this number in the cookie and grab it for those who have cookies enabled when they return. Therefore:
1. A user who has no cookies enabled will be limited to xx posts/session before being required to register
2. A user who allows cookies will be limited to xx posts total before being required to register.
|