Quote:
Originally posted by situledi
so registred user need a minimum of 5 posts before playing...
my question is.. there is a way.. for posts by day? or creating a new thread? something to help peple to not forget there are in a forum?
|
You could do things like that, but they would require additional queries. To get a user's posts in a day you would have to select from the post table where the userid is the user's and the date is today's date. For threads you'd have to check threadid to see if it was started by a particular userid on a particular day, and so on.
Basically, you would just have to add any conditional information to the code just as you added your post check above. You may want to display a message to the user as well, such as "You must post at least XX times each day to use the Arcade."