please someone can help to change this mod
GS - Delete Soft Deleted Posts Every 30 Days 1.0 - vBulletin.org Forum
i want to delete post only in some forumid
thi is a basic code, only need to add some instruccion to restrict the forumid
$cutoff = time()-3600;
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE visible = '1' AND userid NOT IN (2) AND dateline <= $cutoff ");
GS - Delete Soft Deleted Posts Every 30 Days 1.0 - vBulletin.org Forum
i want to delete post only in some forumid
thi is a basic code, only need to add some instruccion to restrict the forumid
$cutoff = time()-3600;
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE visible = '1' AND userid NOT IN (2) AND dateline <= $cutoff ");