Feature question

SilverGS

Joined: 2006-04-25
Posts: 19
Posted: Tue, 2009-03-10 20:09

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.

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 10995
Posted: Tue, 2009-03-10 22:17

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

Login or register to post comments
SilverGS

Joined: 2006-04-25
Posts: 19
Posted: Wed, 2009-03-11 14:19

Thanks nivekiam!

I will install the gallery this weekend and attempt to accomplish this.

Very much appreciated!

Login or register to post comments