diff options
Diffstat (limited to 'docs/extending_tidypics.txt')
| -rw-r--r-- | docs/extending_tidypics.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/extending_tidypics.txt b/docs/extending_tidypics.txt deleted file mode 100644 index 0fd544119..000000000 --- a/docs/extending_tidypics.txt +++ /dev/null @@ -1,26 +0,0 @@ -Extending Tidypics
------------------------------------
-
-*** DISPLAYING THE LATEST PHOTOS ***
-In tidypics/lib/tidypics.php, there is a function tp_get_latest_photos().
-It can be used to display the site-wide latest photos or an individual
-user's latest photos. The documentation explains how you could use that
-function to display the latest photos on your front page if you are using
-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
-different css elements and where they are used.
-
-
-*** TIDYPICS EVENTS ***
-1. album created: 'add', 'tp_album'
-2. album updated: 'update', 'tp_album'
-3. album deleted: 'delete', 'tp_album'
-4. photos uploaded: 'upload', 'tp_album'
-5. photo edited: 'update', 'tp_image'
-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 |
