List of current Zomplog plugin hooks
Here's a list of plugin-hooks currently available to developers. If you want to request a plugin hook, use the Ticket System.
Note: this page requires some updating for version 3.8.1
Templates
blogmenu
This is a plugin hook on the top of the weblog menu. Used by several plugins (Tagger, Current Visitors, LastFm?, etc.)
content.php
filter-define
This is the most advanced hook, because it allows you to insert an if-else condition at the top of content.php, which in turn allows you to add your use custom GET-variables for displaying content. A plugin that currently uses this is the LastFm? plugin, which uses index.php?tag=tagname to display all posts which were tagged with a certain tag. This hook works together with the hook "filter"
filter
see above
blogentry-bottom
A hook below each blog-entry, just above the categroy/author/date row. Used by the Tagger plugin.
spamwordslist
usage: define the list of spamwords as an array: $spamwords. the spamwords plugin by eazys uses this hook to override the default list of spamwords.
newentry.php
newentry-field-extended
A hook below the extended entry field
newentry-field-upload
A hook below the upload field
newentry-field
A hook at the bottom of the newentry page (below the category selector). Used by the Tagger plugin.
newentry-submit
A hook at just after a new entry has been submitted. You can use the variable $latestentry[id] to determine the id of the post that has just been submitted, and use that id in your plugin to update that entry
editor.php
editentry-field
A hook at the bottom of the editentry page (below the category selector). Used by the Tagger plugin.
editentry-submit
A hook at just after an entry has been updated. You can use the variable $latestentry[id] to determine the id of the post that has just been submitted, and use that id in your plugin to update that entry
editentry-field-text
A hook below the text entry field
editentry-field-upload
A hook below the upload field
Requested Hooks
Add your requests here
