Download button plugin

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
plshep
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 08 Nov 2010, 16:07

Re: Download button plugin

Post by plshep »

Would it be possible to get the Front End upload page to display the actual File ID then the workaround would be to just enter the {phocadownload view=file|id=1} command in the front end editor. The only problem I see is that the upload list does not give the true ID.

Thanks

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

Re: Download button plugin

Post by Jan »

Hi, added to feature reqest list, you can add the id with the following code:

components\com_phocadownload\views\user\tmpl\default_files.php

e.g. from:

Code: Select all

<td><?php echo $row->title; ?></td>
to:

Code: Select all

<td><?php echo $row->title .' (ID: '.$row->id.')'; ?></td>
Jan
If you find Phoca extensions useful, please support the project
plshep
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 08 Nov 2010, 16:07

Re: Download button plugin

Post by plshep »

Wow thanks I'll give it a try in the morning.

Paul :)
plshep
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 08 Nov 2010, 16:07

Re: Download button plugin

Post by plshep »

Tried it on my Local copy and it worked fine.

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

Re: Download button plugin

Post by Jan »

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