Change the list/items with the item action drop down list?

squawk

Joined: 2006-05-31
Posts: 7
Posted: Fri, 2009-11-20 18:22

Does anybody know how to add or more importatantly change the list/items with the item action drop down list?
I wish to change the Download Photos option to read low, medium or high res depending on the size of the file.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22892
Posted: Fri, 2009-11-20 19:04

I think you might be interestd in the http://codex.gallery2.org/Gallery2:Modules:downloadlink module.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
squawk

Joined: 2006-05-31
Posts: 7
Posted: Sat, 2009-11-21 08:31

Many thanks for your reply.
I'm using that module, what I would like to do is change the text within the drop down list from say Download Photo (1200 x 857) to Medium Res (1200 x 857)
Any help would be greatly appreciated.

 
alecmyers

Joined: 2006-08-01
Posts: 4338
Posted: Sat, 2009-11-21 10:56

Hmmm.

modules/downloadlink/module.inc lines 159-164 are where the menu items are added, so that's where you'll have to change the code.

Good luck.

 
squawk

Joined: 2006-05-31
Posts: 7
Posted: Sat, 2009-11-21 15:15

Great Alec, just what I wanted.
Many Thanks