getImageBlock with specific album or image

csager

Joined: 2005-10-06
Posts: 8
Posted: Fri, 2007-03-16 19:31

How To's explain the use of getImageBlock. My question is:
[b]Is there any class that helps in selecting the album/image?[(b]

I am aware that there are functions that do part of it like fetchAlbumTree.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2007-03-16 20:59

some integrations offer a mini-browser to pick the image.

(drupal, wordpress, mediawiki, ...).

example:
http://codex.gallery2.org/Gallery2:How_to_Add_Items -> edit, pick the right-most icon when editing to show the mini-browser.
all images shown on that page are included with GalleryEmbed / and selected with that image picker.

--------------
Doumentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
maddruid

Joined: 2006-11-01
Posts: 15
Posted: Sat, 2007-03-17 20:11

I actually have the same question. Is there an way to get the list of available frames from an embeded gallery? I've done some modifications to mGallery2 (Postnuke integration) and I currently have a text field for albumName and itemName. I'd like to be able to call getImageFrameList() from the imageframe interface, but I'm not sure how to do that from an embedded installation.

 
maddruid

Joined: 2006-11-01
Posts: 15
Posted: Mon, 2007-03-19 17:06

Never mind. I found the answer by looking at WPG2.