kaotik:Quote:
"this module works really good. I highly recommend it"
This is a good module, but this not yet final... release. There are many bugs.
red_Slider:Quote:
a) I've a problem with random image (root: ../uploads/home/) on the left side of the main site of the rmgs :
Not random image, but "Images of the Main Page" (popular image) display because many user access this image.
This image automatically generate by module with preference setting. But, i don't know why not create default image for initial this feature before module generate new popular image.
Quote:
b) there's a problem with thumbnails and oryginal pics. Oryginal pics is not displaying wit the original size (its the same as the thumbnail size).
Upload images by Admin have bug at file admin/images.php line 217:
change this line:
Quote:
resize_then_crop($save_dir . '/' . $newname,$save_dir . '/ths/' . $newname,$mc['thwidth'],$mc['imgheight'],255,255,255);
with:
Quote:
resize_then_crop($save_dir . '/' . $newname,$save_dir . '/ths/' . $newname,$mc['thwidth'],$mc['thheight'],255,255,255);
Another bug:
- If you edit image by user panel (front-page), the original image cann't display again.
For the solution, you can edit mypics.php at case edit to add this code:
$form->addElement(new RMHidden('idu',$image->getVar('uid')));
- When you click at poster name, page Not Found! what mean of link "photos.php"?
Hmm...ok explore your self. Maybe you are better than me.
Sorry, my english not better. But i want to response this module.
Regards,
falcon73
Posted: 2006/5/1 0:34 • Updated: 2006/5/1 0:34