LightGallery


Features:
* Administrator can add category and images from admin side.
* 2 type layout for client side,Category list and image list.
* support SEF.
Requirements:
* Joomla 1.5.x
* GD2
This would be fine for smaller or simpler layout sites but I have different modules and banners etc assigned to different menu items, meaning that the banner / modules do not show when you click on a Light Gallery category, i.e. you have to have your banners / modules assigned to all.
It would be vastly improved if it were possible to do this, I would use it again if it fits the design in future!
thnx for u r feedback.
Joomla admin can add multiple category under this menu "LightGallery Category" and can upload images to purticular category.
you will find 2 lines at line 403 that look like this:
$this->imageCompression($source,150,$dest);
$this->imageCompression($source,500,$source);
Remove the 2nd line which is line number 404. You can also change the number 150 to whatever thumbnail width size you prefer. That fixes the upload error.
- When you upload a small image (like 480 pixels wight for example) you get a GD error because the size of popup image are hardcoded by default to 500 pixels so any image below this size will cause an error.
- Ability to customize easily the size of thumbnail and popup image and keep really that size. In fact pictures are scaled and not totally resized to default hardcoded size.
- Public location of all stored images. Actually all image are stored inside Administrator folder making impossible to protect this folder with htaccess (like is often suggested for increase security) because all image will not displayed.
- Ability to choose slideshow ON / OFF instead ON hardcoded by default
- Add pagination features
- I agree with review of craig2006 telling ability to change default name Lightgallery
I think this component can have great potential if developer keep it simple like it is. Maybe a simple random image module can be also proposed in future. Personally I will very happy to pay for this component if all this point are solved. I will follow the development and hope some improvement will be done in near future.
thnx for u r review.
I will try to add u r requirements and get back to u asap.





