forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: thenetimp on December 23, 2005, 01:21:46 am

Title: List of actions?
Post by: thenetimp on December 23, 2005, 01:21:46 am
Hi Guys,

I work for a company that does photo prints and gift items, we are beginning development on plugins for many OSS gallerys, and as I am a CPG user have chosen to create the first plugin for CPG.  Looking at the sample and sef plugins I notice that it seems it run off action hooks.  I was wondering if someone has a list of these hooks I can work from.  Maybe some more information on plugins that I can use.  Thanks.

James
Title: Re: List of actions?
Post by: donnoman on December 23, 2005, 03:18:42 am
I have a list posted over on cpg-contrib forums. That was gleaned from some of the developer postings.

http://cpg-contrib.org/board/index.php?topic=106.0
Title: Re: List of actions?
Post by: thenetimp on December 23, 2005, 04:31:38 am
awesome thanks, now to get to work. :-D
Title: Re: List of actions?
Post by: Tranz on December 23, 2005, 05:05:18 am
I'm looking forward to the finished product. Thanks for doing this.
Title: Re: List of actions?
Post by: thenetimp on December 23, 2005, 05:34:01 am
This will be my first contribution to an opens source project, so I'm pretty psyched.  I'm pretty psyched by it. I was looking at all the "shutter fly" hacks and it seems silly to hack CPG when there's a plugin API.  I am a little confused by the list provided, as I tried using add_filter('thumb_footer","myfunctionname"); and it doesn't seem to want to do anything, even when I threw an exit statement in it, it seemed to ignore it. :-\
Title: Re: List of actions?
Post by: thenetimp on December 23, 2005, 06:11:26 am
hehe, figured out what I need to do. :-D