I think last activity gets reset before PHPINCLUDE_START gets to parse.
Anyway, I think I've thought up a solution - use a cookie to store the date of the last time it launched the pop-up.
I would like to store the cookie using vbulletin's inbuilt functions for handling cookies:
fetch_bbarray_cookie($cookiename, $id)
set_bbarray_cookie($cookiename, $id, $value, $permanent = 0)
What should I know about these functions before calling them?
|