How can I use my own thumbs with the lite version? Ive tried disabling the thumb creation in the code and putting my thumbs in the directory with the correct name but it wont use my thumbs.
Thanks
|
|||
|
MyWebMyMail.com |
|
|
© Copyright 2005-2012 MyWebMyMail.com. All rights reserved. Disclaimer All posted articles and comments are copyright by their owner, and reflect their own views and opinions, which may not necessarily be consistent with the views and opinions of the owners of MyWebMyMail.com. |
Re:lite version, vreate my own thumbs
then try changing the chmod level of the directory and the thumbs to 0755 or higher
Re:lite version, vreate my own thumbs
admin wrote
If you disable the following part in the code
// Create and save new thumbs if required
if (count($newthumbs)>0) {
if (!file_exists($thumb->Thumblocation)) {@mkdir($thumb->Thumblocation);@chmod($thumb->Thumblocation,octdec($thumb->Chmodlevel));}
$thumb -> Createthumb($newthumbs);
}
It should work OK when you created your own thumbs.
Thats exactly what I tried doing. I just get red Xs. I am using the same exact name as the script made thumbs but it doesnt load my thumbs for some reason.
Re:lite version, vreate my own thumbs
If you disable the following part in the code
// Create and save new thumbs if required
if (count($newthumbs)>0) {
if (!file_exists($thumb->Thumblocation)) {@mkdir($thumb->Thumblocation);@chmod($thumb->Thumblocation,octdec($thumb->Chmodlevel));}
$thumb -> Createthumb($newthumbs);
}
It should work OK when you created your own thumbs.