Unmaintained A Visual Guide To XenForo 1.x Hooks

XenFrodo

Well-known member
Registered
Joined
Dec 28, 2023
Messages
119
Points
28

Reputation:

Here is a Visual Guide of all the hooks available in XenForo in

1. The Header

These are common hooks contained in all pages containing the header. The moderator_bar hook isn’t available for non-admin users.

1visual-hooks-header.png.png



2. The Footer

These are common hooks for the footer of all pages. The header hook is executed much later in the page when the actual heaer is absolutely positioned at the top and not in the proxy header.

2visual-hooks-footer.png.png


3. Hooks for Homepage (forum_list)

3visual-hooks-home.png.jpg



4. Hooks for forum page (forum_view)

Forum contains child forum and sticky threads.

4visual-hooks-forums.png.jpg



5. Hooks for thread page (thread_view)

5visual-hooks-thread.png.jpg



6. Hooks for member page (member_view)

6visual-hooks-member.png.jpg



7. Hooks for XenResoures (resource_description)

There aren’t any additional hooks in the resource index or category pages. Only the page that lists the resource contains additional hooks as shown below.

7visual-hooks-resource.png.jpg


Source
 
Top