glfusion:development:api:custom
Custom Hooks
There may be times that you need to customize how a feature in glFusion works, but creating a plugin would be too much. There are several places where CUSTOM_ functions can be defined to either override or extend a glFusion core function.
CUSTOM Function | Description |
---|---|
CUSTOM_404 | Replaces the COM_404() function. |
CUSTOM_centerblock | Allows custom content to be placed in a centerblock. |
CUSTOM_checkforSpam | |
CUSTOM_commentPreSave | |
CUSTOM_css | Allows custom CSS to be added to the site header |
CUSTOM_dopluginsearch | |
CUSTOM_feedElementExtensions | |
CUSTOM_feedExtensionTags | |
CUSTOM_feedNSExtensions | |
CUSTOM_feedupdatecheck | |
CUSTOM_getBlocks($side, $topic='') | |
CUSTOM_getfeedcontent | |
CUSTOM_getfeednames | |
CUSTOM_getheadercode | |
CUSTOM_getwhatsnew | |
CUSTOM_group_changed | |
CUSTOM_handleError | |
CUSTOM_itemPreSave | |
CUSTOM_itemdeleted($id, $type) | |
CUSTOM_itemsaved($id, $type, $old_id) | |
CUSTOM_js | |
CUSTOM_mail | |
CUSTOM_menuEntries | |
CUSTOM_profileblocksdisplay | |
CUSTOM_profileblocksedit | DEPRECIATED Use CUSTOM_profileEdit() |
CUSTOM_profileedit | |
CUSTOM_profilesave | |
CUSTOM_profilevariablesdisplay | |
CUSTOM_profilevariablesedit | DEPRECIATED Use CUSTOM_profileEdit() |
CUSTOM_runScheduledTask() | |
CUSTOM_searchtypes | |
CUSTOM_showstats | |
CUSTOM_showstats | |
CUSTOM_spamaction | |
CUSTOM_splashpage | |
CUSTOM_statssummary | |
CUSTOM_statssummary | |
CUSTOM_templatesetvars($templatename, $template) | |
CUSTOM_uniqueRemoteUsername | |
CUSTOM_uniqueUsername | |
CUSTOM_userCreateHook | DEPRECIATED Use CUSTOM_user_create() instead. |
CUSTOM_userDeleteHook | DEPRECIATED Use CUSTOM_user_delete() instead. |
CUSTOM_user_changed | |
CUSTOM_user_create | |
CUSTOM_user_delete | |
CUSTOM_user_login | |
CUSTOM_user_logout | |
CUSTOM_whatsnewsupported | |
Custom Registration APIs | |
CUSTOM_loginErrorHandler | |
CUSTOM_userCheck | |
CUSTOM_userDelete | |
CUSTOM_userDisplay | |
CUSTOM_userEdit | |
CUSTOM_userForm | |
CUSTOM_userSave |
glfusion/development/api/custom.txt · Last modified: 2016/10/09 10:09 (external edit)