Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SJ77 Posted September 19, 2020 Posted September 19, 2020 HI, Trying to setup a block to list downloads files by "guest" I have many files that no longer have an author because the member deleted their account. How can I select only those files? Thank you 🙂 Â
SJ77 Posted September 19, 2020 Author Posted September 19, 2020 Well one option is to create an actual guest account and then every so often run this query assuming your guest account has ID of 131225 Update downloads_files SET file_submitter = 131225 where file_submitter = 0;
Recommended Posts