diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-10-03 18:42:21 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-10-03 18:42:21 +0000 |
commit | bdf9f7fe79f5c8077d20dbb1029903ed90e77d36 (patch) | |
tree | 4b8835cd5edf789c5a38102ba816f7f5d39ba6d3 /docs/extending_tidypics.txt | |
parent | 29da1ff8d4e70f81c401730117a832a1238399dc (diff) | |
download | elgg-bdf9f7fe79f5c8077d20dbb1029903ed90e77d36.tar.gz elgg-bdf9f7fe79f5c8077d20dbb1029903ed90e77d36.tar.bz2 |
added watermark plugin hooks
Diffstat (limited to 'docs/extending_tidypics.txt')
-rw-r--r-- | docs/extending_tidypics.txt | 15 |
1 files changed, 13 insertions, 2 deletions
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.
+
|