Page 1 of 1
Re: ¿Preview and play button?
Posted: 01 Apr 2010, 20:22
by Jan
Hi, for now there is no such feature, so this needs to be customized/added to the code
Jan
Re: ¿Preview and play button?
Posted: 22 Nov 2012, 08:28
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);
?>
Re: ¿Preview and play button?
Posted: 27 Nov 2012, 17:53
by Jan
Ok