Jump to content

Recommended Posts

Posted

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 🙂

 

image.thumb.png.8915ea2271ec58606031e35f486673fe.png

Posted

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;

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...