¿Preview and play button?

Phoca Download - download manager
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48595
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: ¿Preview and play button?

Post by Jan »

Hi, for now there is no such feature, so this needs to be customized/added to the code :-(

Jan
If you find Phoca extensions useful, please support the project
thel33tone
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Nov 2012, 05:33

Re: ¿Preview and play button?

Post by thel33tone »

i figured it out! which surprises me to say the least but ive been trying for 3 days straight.
i added the following to the bottom of the users index.php for phocadownload in C:\inetpub\wwwroot\components\com_phocadownload\views\user\tmpl\default_files.php

i added it at line 311

<?php
mysql_select_db("brickfire", $con);
mysql_query("UPDATE brickf_phocadownload SET filename_preview = filename");

mysql_close($con);
?>
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48595
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: ¿Preview and play button?

Post by Jan »

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