Hi there.
To make it simple: Is it possible to integrate the gallery in a standard PHP website? I just need the thumbnails to show in the area i select, and when people click on it, they will get the fullsize image in a pop-up window. Can it be done with all themes, or only a few of them, and how can I do this?
Links to some kind of manual or guide would be VERY appreciated.
Thanks!
Posts: 24
There is some php code that will do this. As long as your pages are php you are in luck. I'm trying to figure out add random images as well, but on a website that uses html templates (like phpbb3), and I'm having no luck.
Anyhow, here is the simple way to do it in php that I found in many other threads: http://gallery.menalto.com/node/55245
If anyone knows how I can display random images in a html template file like phpbb3 (without resorting to a flash plugin), please let me know.
Posts: 39
Thanks for the answer. Unfortunately im not trying to get random images to show ( I can see now my first post is a little misleading), I already got this. ;) What I want is the entire gallery with all the albums and subalbums to show on a PHP site, instead of opening in a new window in its "own" layout.
I hope you understand what I want, and any help will be appreciated!