How would I go about just pruning posts by certain users?
Like MrBoz above, I want to pruno only RSS Feeds, but dont want to prune other users posts at the same time.
So basically, can I enter a username(s) or user id(s) in this line somewhere?
Quote:
$threads = $DB_site->query("SELECT threadid FROM " . TABLE_PREFIX . "thread WHERE forumid=$forum[forumid] AND replycount = 0 AND lastpost <= " . (TIMENOW - ($forum['pruneafter'] * 86400)));
|
Thanks...
Also, is there a way to make it run on all forums istead of having to specify it on each forum in the forum manager? Id like it to run Global if possible..