Page 1 of 1

Different Images on the Same Page

Posted: Tue Feb 06, 2007 9:41 pm
by Nullig
I want to create a page for displaying full sized images when visitors click on thumbnails on various pages on my site.

Do I have to create a separate page for each image call, or is there a way to pass the image name as a parameter in the call to the image display page?

Thanks,

Nullig

Re: Different Images on the Same Page

Posted: Wed Feb 07, 2007 8:08 pm
by tsw
take a look at album module, it takes the edge out from creating image gallery in cmsms

Re: Different Images on the Same Page

Posted: Wed Feb 07, 2007 9:01 pm
by Nullig
I tried out the Album module, but it doesn't really do what I need.

I guess I'll have to either make a separate page for each full-sized image display, or create an imgdisplay.php page to use as a URL call.

Nullig