Show filename and extension in phocadownload plug-in

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
shawnhy
Phoca Member
Phoca Member
Posts: 22
Joined: 04 Nov 2012, 08:22

Show filename and extension in phocadownload plug-in

Post by shawnhy »

Hi ,

As title, the only way I can make is manually fill the "title=filename.zip" into. Can I make filename.zip appear after my real title?

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

Re: Show filename and extension in phocadownload plug-in

Post by Jan »

Hi,

there is no such option, so this needs to be customized directly in the code. There is displayed $item->title variable, so the $item->filename variable should be added next to this $item->title variable (and customize the html output)

plugins/content/phocadownload/phocadownload.php

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