Jan
¿Preview and play button?
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: ¿Preview and play button?
Hi, for now there is no such feature, so this needs to be customized/added to the code 
Jan
Jan
If you find Phoca extensions useful, please support the project
-
thel33tone
- Phoca Newbie

- Posts: 3
- Joined: 14 Nov 2012, 05:33
Re: ¿Preview and play button?
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);
?>
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);
?>
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: