From bdf9f7fe79f5c8077d20dbb1029903ed90e77d36 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 3 Oct 2009 18:42:21 +0000 Subject: added watermark plugin hooks --- docs/extending_tidypics.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/extending_tidypics.txt b/docs/extending_tidypics.txt index 0fd544119..916cfa4ee 100644 --- a/docs/extending_tidypics.txt +++ b/docs/extending_tidypics.txt @@ -10,7 +10,7 @@ the custom front page tutorial plugin from Curverider. *** MAKING TIDYPICS MATCH YOUR THEME *** -Please check the css guid found in this directory. This will list the +Please check the css guide found in this directory. This will list the different css elements and where they are used. @@ -23,4 +23,15 @@ different css elements and where they are used. 6. photo deleted: 'delete', 'tp_image' *** TIDYPICS PLUGIN HOOKS *** -1. album slideshow: 'tp_slideshow', 'album' - return false to not have a slideshow, otherwise return link to slideshow \ No newline at end of file +1. album slideshow: 'tp_slideshow', 'album' - return false to not have a slideshow, otherwise return link to slideshow +2. watermark - return false to prevent default watermark + 'tp_watermark', 'gd' + 'tp_watermark', 'imagick' + 'tp_watermark', 'imagemagick' + + +*** IMAGE MENU EXTENSIONS *** +Below an image is a div called tidypics_controls. By default it contains controls +like tagging or downloading an image. You can change what is shown there by overridding +or extending the tidypics/image_menu view. + -- cgit v1.2.3