aboutsummaryrefslogtreecommitdiff
path: root/docs/extending_tidypics.txt
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-10-03 18:53:57 +0000
committerCash Costello <cash.costello@gmail.com>2009-10-03 18:53:57 +0000
commita587ad4ed1867743ea9e698f98a156f4f763e86a (patch)
treef94a1d3372902d8e33927c5ca97d7384ddd4432a /docs/extending_tidypics.txt
parentbdf9f7fe79f5c8077d20dbb1029903ed90e77d36 (diff)
downloadelgg-a587ad4ed1867743ea9e698f98a156f4f763e86a.tar.gz
elgg-a587ad4ed1867743ea9e698f98a156f4f763e86a.tar.bz2
added plugin hook for image links - allows people to do creative things
Diffstat (limited to 'docs/extending_tidypics.txt')
-rw-r--r--docs/extending_tidypics.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/extending_tidypics.txt b/docs/extending_tidypics.txt
index 916cfa4ee..58fba6721 100644
--- a/docs/extending_tidypics.txt
+++ b/docs/extending_tidypics.txt
@@ -28,6 +28,7 @@ different css elements and where they are used.
'tp_watermark', 'gd'
'tp_watermark', 'imagick'
'tp_watermark', 'imagemagick'
+3. image link: 'tp_image_link', 'image' - return false for no link or a url otherwise - params passed to this will porbably change in 1.7
*** IMAGE MENU EXTENSIONS ***