Free Php Photo Gallery: SelectaPix Image Gallery

by Noman Muhammad

Last week i googling for a Php photo gallery and found many. I try some of them and at last use SelectaPix Image Gallery. It seems very handy and useful to me as it is database supported. Though the instructions are very easy to implement, i found some error when i run the Gallery. It may be for that the config file is not included everywhere correctly. Then i add this line

include('includes/config.php');
to Two files (classes/top_cat.php and classes/sub_cat.php).
I add lightbox Javascript to modify the full image view. Lightbox is a simple, unobtrusive script used to overlay images on the current page. According to the instruction of lightbox Javascript keep the folders in appropriate place and then modify classes/sub_cat.php file to bring lightbox in action :D

SelectaPix Image Gallery with lightbox.

This entry was posted on Tuesday, February 24, 2009 and is filed under . You can leave a response and follow any responses to this entry through the Subscribe to: Post Comments (Atom) .

3 comments

bluey  

I use SELECTAPIX and would love some more details on integrating lightbox. What changes do you make to the sub_cat file?

Thanks

i think lightbox Javascript is very easy to integrate .. u just have to add 'rel="lightbox"' in ur 'a' tag that hyperlinked ur images. If u still face problem u can mail me ur sub_cat.php file ...

:)

Ignasi  

Hi there,
I can't upload a pic larger than 2Mb. How do you do it???? I modified "MAX_PIC_SIZE_KB" to 5000 but still having problems...