Just wondering if there is a way to display a generic thumbnail of non-image files, instead of them coming up as red x's.
http://airgunbbs-usa.com
The videos dont show a thumbnail.
Quote from: LeoJr2006 on August 26, 2006, 06:15:43 AM
Just wondering if there is a way to display a generic thumbnail of non-image files, instead of them coming up as red x's.
http://airgunbbs-usa.com
The videos dont show a thumbnail.
Strange, it does support wmv as an extension to use the default CPG image on.
Okay, congrats - you found a bug.
Open up in an editor cpmfetch_dao.php
THIS ONLY APPLIES TO 1.6.3 and before - as of version 1.6.4 fixes this Find line #758
$imagetoshow = $this->partialUrltoalbums . 'images/' . $this->getdefaultimagename($extension);
Change it to this:
$imagetoshow = $this->partialUrltocpm . 'images/' . $this->getdefaultimagename($extension);
Worked in my test case here. Once I get my package builder working I will post it as 1.6.4 on the web site, but that could be a day or two.
EDIT: Version 1.6.4 was posted on 8/26/2006.
Worked here too, great. Thanks again, you're right on top of things here. ;)