Adding "Custom Fields" to ItemAddAlbum in additon to ItemAddItem

zombor

Joined: 2003-08-06
Posts: 57
Posted: Mon, 2008-05-19 15:34

HI, I have written a module that added a few fields in addition to the Title, Description, etc. I added the fields to the ItemAddItem screen with:

$ret = GalleryCoreApi::registerFactoryImplementation('ItemAddOption', 'BungeAddOption', 'BungeAddOption', 'modules/bungefields/BungeAddOption.inc', 'bungefields', array('ItemAdd'));

It works great for regular photos, but does not show up when a user adds an album. It *does* show up when a user edits an album. How can I add my template to the ItemAddAlbum screen?