Adding a gallery search fuction to my homepage

dmc43

Joined: 2005-02-16
Posts: 59
Posted: Sat, 2005-10-29 22:25

Is there a simple way to add the gallery search function to a separate website homepage, similar to imageblock.
Gallery version (not just "2"):
PHP version (e.g. 4.3.11):
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33):
Database (e.g. MySql 4.0.11):
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):
Browser (e.g. Firefox 1.0):
--
For migration issues:
G2 URL (optional):
G2 version:
G1 URL (optional):
G1 version:
G1 character set:
PHP memory limit:
[/size]

 
drhiii

Joined: 2003-04-27
Posts: 397
Posted: Sat, 2005-10-29 23:14

Great question. Was just thinking about the same thing.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sun, 2005-10-30 04:22

if it's on the same webserver, you can use GalleryEmbed (see docs/EMBEDDING, modules/core/classes/GalleryEmbed.class).
else: you'd have to create a G2 module or a small wrapper file that does it for you.