Most downloaded files

Phoca Download - download manager
pubdown
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Dec 2021, 16:07

Most downloaded files

Post by pubdown »

How to link each of the most downloaded files to the actual file, instead of the category?

Thank you!

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Most downloaded files

Post by Jan »

Hi, which "most downloed files" part you exactly mean?

Jan
If you find Phoca extensions useful, please support the project
pubdown
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Dec 2021, 16:07

Re: Most downloaded files

Post by pubdown »

Sorry, I meant the most downloaded files on the download homepage, like this demo https://www.phoca.cz/joomla3demo/phoca-download-demo.
The most downloaded files actually point to the category.
Thank you!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Most downloaded files

Post by Jan »

Hi, to change it, the output of categories view needs to be edited:
components/com_phocadownload/views/categories/tmpl/default.php ( PhocaDownloadRoute::getCategoryRoute should be changed to PhocaDownloadRoute::getFileRoute)
(File view is not default option, so the link goes to category view)


Jan
If you find Phoca extensions useful, please support the project
pubdown
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Dec 2021, 16:07

Re: Most downloaded files

Post by pubdown »

Thank you very much for the reply.
I only have very limited knowledge of PHP scripts. Please can you help to give me an example?
I appreciate your help greatly!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Most downloaded files

Post by Jan »

Hi, in fact, I have added it in previous post, there is only one change:

FROM:
PhocaDownloadRoute::getCategoryRoute($value->categoryid,$value->categoryalias)
TO:
PhocaDownloadRoute::getFileRoute($value->id, $value->categoryid,$value->alias, $value->categoryalias)

Jan
If you find Phoca extensions useful, please support the project
pubdown
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Dec 2021, 16:07

Re: Most downloaded files

Post by pubdown »

Thank you very much, it works!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Most downloaded files

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply