I want to install this gallery application on a website that sells real estate:
1. Assuming I have two pages on my site - Homes for Rent, Homes for Sale.
Is there a way to make sure that when I add say two albums that I can display one of them on the Homes for Rent page and the other album only on the Homes for sale page?
Is this simple to do? I know html, but not sure if I need to know php as well to do this if it is not straightforward.
2. Is there an easy way to show just thumbnails of recently added photos on a customized Home page (not the gallery home page, but the home page of the Real Esate site)?
Please enlighten me.
Posts: 16501
Yes and yes. Your pages will either need to be PHP or parsed by the PHP engine for it to work though.
Here are two options:
http://codex.gallery2.org/Gallery2:Modules:imageblock
-- This is a plugin you install in Gallery
http://www.flashyourweb.com/staticpages/index.php?page=mediaBlock
-- This is a 3rd party file you use that accesses your Gallery install
If you need further guidance just ask
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 19
Thanks nivekiam!
I will install the gallery this weekend and attempt to accomplish this.
Very much appreciated!