PDA

View Full Version : Check if user has posted in x forum


vBNinja
02-28-2012, 12:29 PM
Hello,

I am trying to show something if user has not posted in x forum. Is there an if condition for this?

Thank you

kh99
02-28-2012, 07:14 PM
I think the short answer is no, it doesn't exist. You would either need to do a query to find out (which you probably don't want to be doing for every page load), or else you'd need to keep track of it whenever a user posts and store it in the database somewhere.