Help Center

Find answers or browse our knowledge base.

Creating new hooks
Creating new hooks

Plugin System / The Hooks

If you wish to create a new hook you will need to open root/hooks/hooks.php

And add you new hook to the line like this

'new_hook'

You template code would become

{foreach from=$new_hook_hooks item=hook_tpl} {include file=$hook_tpl} {/foreach}

 

And you template file would be

new_hook.tpl

That is all. Now you need to add your template code...

Read More
Footer Hooks
Footer Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Footer template files
Hook NameTemplate FileTemplate Code
footer_beforefooter_before.tpl{foreach from=$footer_before_hooks...

Read More
Header Hooks
Header Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Header template files
Hook NameTemplate FileTemplate Code
head_jshead_js.tpl{foreach from=$head_js_hooks item=hook_tpl}...

Read More
Forums Hooks
Forums Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Forums template files
Hook NameTemplate FileTemplate Code
forums_subheadforums_subhead.tpl{foreach from=$forums_subhead_hooks...

Read More
Market Hooks
Market Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Market template files
Hook NameTemplate FileTemplate Code
market_subheadmarket_subhead.tpl{foreach from=$market_subhead_hooks...

Read More
Events Hooks
Events Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Events template files

Hook NameTemplate FileTemplate Code
event_subheadevents_subhead.tpl{foreach...

Read More
Groups Hooks
Groups Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Groups template files

Hook NameTemplate FileTemplate Code
group_subheadgroup_subhead.tpl{foreach...

Read More
Pages Hooks
Pages Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Pages template files

Hook NameTemplate FileTemplate Code
pages_subheadpages_subhead.tpl{foreach...

Read More
Blogs Hooks
Blogs Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for blogs template files

Hook NameTemplate FileTemplate Code
blogs_subheadblogs_subhead.tpl{foreach...

Read More
Profile Hooks
Profile Hooks

Plugin System / The Hooks

Here you can find all hooks neeed for Profile template files

Hook Name

Template FileTemplate Code
profile_sidebar_beforeprofile_sidebar_before.tpl Read More
NewFeed
NewFeed

Plugin System / The Hooks

Here you can find all hooks neeed for Newsfeed template files

Hook NameTemplate FileTemplate Code
newsfeed_sidebar_beforenewsfeed_sidebar_before.tpl Read More
Menu Links
Menu Links

Plugin System / The Hooks

Here you can find all hooks neeed for Menu template files
Hook NameTemplate FileTemplate Code
usermenu_userusermenu_user.tpl{foreach from=$usermenu_user_hooks...

Read More
ScriptsTribe https://scriptstribe.com