diff options
Diffstat (limited to 'docs')
-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.
+
|