Page 1 of 1

Creating Direct Link=Yes for 466 pdf files

Posted: 18 Mar 2015, 03:01
by jrl
I am looking for an efficient way to set Direct Link to "Yes" for 466 PDF files I have uploaded via Phoca Download.

I multiple-added these PDFs, and then realized I couldn't multiple change/edit the Direct Link on the files. So, I really don't want to manually edit all 466 file entries with the Files window if I can do something quicker (and more efficient).

I am currently using version 3.0.6

Thanks.

Re: Creating Direct Link=Yes for 466 pdf files

Posted: 21 Mar 2015, 19:46
by Jan
Hi, I think, the best way is to run one sql query in your database:

UPDATE your-prefix_phocadownload SET directlink = 1;

Jan

Re: Creating Direct Link=Yes for 466 pdf files

Posted: 21 Mar 2015, 20:34
by jrl
Excellent. I did this with phpMyAdmin. It worked.

Thank you.

jrl