Module template hooks are necessary to allow modules to easily be added to a Pligg template without making the Pligg user make edits to their template files. Pligg has added a large number of new template hooks in the latest templates and is providing this page so that template authors and users can learn how to add the new hooks into their existing and future templates.
The module hooks are generally placed as pairs, one at the beginning of an area and another at the end. This allows modules to place content before or after pretty much any part of Pligg. We even included an optional second and third sidebar hook if a template developer chooses to provide more than one sidebar.
Standard Template Module Hooks:- {checkActionsTpl location="tpl_pligg_head_start"} - After tag
- {checkActionsTpl location="tpl_pligg_head_end"} - Before tag
- {checkActionsTpl location="tpl_pligg_body_start"} - After tag
- {checkActionsTpl location="tpl_pligg_body_end"} - Before tag
- {checkActionsTpl location="tpl_pligg_navbar_start"} - Before main navigation link list
- {checkActionsTpl location="tpl_pligg_navbar_end"} - After main navigation link list
- {checkActionsTpl location="tpl_pligg_secondary_navbar_start"} - Before secondary navigation
- {checkActionsTpl location="tpl_pligg_secondary_navbar_end"} - After secondary navigation
- {checkActionsTpl location="tpl_pligg_banner_top"} - Before the main content area starts and after any navigation
- {checkActionsTpl location="tpl_pligg_banner_bottom"} - Between body content and footer
- {checkActionsTpl location="tpl_pligg_content_start"} - Top of the content area
- {checkActionsTpl location="tpl_pligg_content_end"} - Bottom of the content area
- {checkActionsTpl location="tpl_pligg_breadcrumb_end"} - End of the breadcrumbs
- {checkActionsTpl location="tpl_pligg_sort_start"} - Beginning of sort (day, week, month, etc.) buttons
- {checkActionsTpl location="tpl_pligg_sort_end"} - End of sort (day, week, month, etc.) buttons
- {checkActionsTpl location="tpl_pligg_profile_sort_start"} - Beginning of profile page sort buttons
- {checkActionsTpl location="tpl_pligg_profile_sort_end"} - End of profile page sort buttons
- {checkActionsTpl location="tpl_pligg_profile_start"} - Just after profile breadcrumbs
- {checkActionsTpl location="tpl_pligg_profile_end"} - After profile bookmarklet
- {checkActionsTpl location="tpl_pligg_profile_info_start"} - Before personal info
- {checkActionsTpl location="tpl_pligg_profile_info_middle"} - Between personal info and stats
- {checkActionsTpl location="tpl_pligg_profile_info_end"} - After user stats
- {checkActionsTpl location="tpl_pligg_group_start"} - Before the Group avatar and information
- {checkActionsTpl location="tpl_pligg_group_end"} - After Group Information (before the group stories on group_stories.php)
- {checkActionsTpl location="tpl_pligg_group_list_start"} - After individual Group title
- {checkActionsTpl location="tpl_pligg_group_list_end"} - After individual Group Member number
- {checkActionsTpl location="tpl_pligg_group_sort_start"} - Start of Group Sort list
- {checkActionsTpl location="tpl_pligg_group_sort_start"} - End of Group Sort list
- {checkActionsTpl location="tpl_pligg_submit_step1_start"} - After Submit step 1 of 3
- {checkActionsTpl location="tpl_pligg_submit_step1_middle"} - After Submit step 1 guideline list
- {checkActionsTpl location="tpl_pligg_submit_step1_end"} - After Submit step 1 link field
- {checkActionsTpl location="tpl_pligg_submit_step2_start"} - After step 2 of 3
- {checkActionsTpl location="tpl_pligg_submit_step2_middle"} - Before Submit Step 2 description
- {checkActionsTpl location="tpl_pligg_submit_step2_end"} - After Submit Step 2 continue button
- {checkActionsTpl location="tpl_pligg_submit_step3_start"} - After step 3 of 3
- {checkActionsTpl location="tpl_pligg_submit_step3_end"} - After Submit Step 3 continue button
- {checkActionsTpl location="tpl_pligg_story_start"} - Very beginning of link_summary.tpl
- {checkActionsTpl location="tpl_pligg_story_end"} - Very end of link_summary.tpl
- {checkActionsTpl location="tpl_pligg_story_votebox_start"} - Before votebox
- {checkActionsTpl location="tpl_pligg_story_votebox_end"} - After votebox
- {checkActionsTpl location="tpl_pligg_story_title_start"} - Before title
- {checkActionsTpl location="tpl_pligg_story_title_end"} - After votebox
- {checkActionsTpl location="tpl_pligg_story_body_start"} - Before story body
- {checkActionsTpl location="tpl_pligg_story_body_end"} - After story body
- {checkActionsTpl location="tpl_pligg_story_tools_start"} - Before story tools
- {checkActionsTpl location="tpl_pligg_story_tools_end"} - After story tools
- {checkActionsTpl location="tpl_link_summary_admin_links"} - End of the story admin link tools
- {checkActionsTpl location="tpl_pligg_story_who_voted_start"} - Before who voted
- {checkActionsTpl location="tpl_pligg_story_who_voted_end"} - After who voted
- {checkActionsTpl location="tpl_pligg_story_related_start"} - Before related
- {checkActionsTpl location="tpl_pligg_story_related_end"} - After related
- {checkActionsTpl location="tpl_pligg_story_comments_start"} - Before comments
- {checkActionsTpl location="tpl_pligg_story_comments_end"} - After comments
- {checkActionsTpl location="tpl_pligg_story_comments_single_start"} - Before individual comment
- {checkActionsTpl location="tpl_pligg_story_comments_single_end"} - After individual comments
- {checkActionsTpl location="tpl_pligg_story_comments_submit_start"} - Before comment submit
- {checkActionsTpl location="tpl_pligg_story_comments_submit_end"} - After comment submit
- {checkActionsTpl location="tpl_pligg_sidebar_start"} - Start of sidebar
- {checkActionsTpl location="tpl_pligg_sidebar_end"} - End of sidebar
- {checkActionsTpl location="tpl_pligg_sidebar2_start"} - Start of second (optional) sidebar
- {checkActionsTpl location="tpl_pligg_sidebar2_end"} - End of second (optional) sidebar.
- {checkActionsTpl location="tpl_pligg_sidebar3_start"} - Start of third (optional) sidebar.
- {checkActionsTpl location="tpl_pligg_sidebar3_end"} - End of third (optional) sidebar.
- {checkActionsTpl location="tpl_pligg_pagination_start"} - Before pagination
- {checkActionsTpl location="tpl_pligg_pagination_end"} - After pagination
- {checkActionsTpl location="tpl_pligg_footer_start"} - Beginning of footer
- {checkActionsTpl location="tpl_pligg_footer_end"} - End of footer
- {checkActionsTpl location="submit_step_2_pre_extrafields"} - Before Submit Step 2 Submit button
Admin Panel Module Hooks:- {checkActionsTpl location="tpl_pligg_admin_head_start"} - After admin panel head tag
- {checkActionsTpl location="tpl_pligg_admin_head_end"} - Before admin panel head close tag
- {checkActionsTpl location="tpl_pligg_admin_breadcrumbs"} - After admin panel breadcrumbs
- {checkActionsTpl location="tpl_pligg_admin_body_start"} - After admin panel body tag
- {checkActionsTpl location="tpl_pligg_admin_body_end"} - Before admin panel body end tag
- {checkActionsTpl location="tpl_pligg_admin_sidebar_start"} - Beginning of admin sidebar
- {checkActionsTpl location="tpl_pligg_admin_sidebar_end"} - End of admin sidebar
- {checkActionsTpl location="tpl_pligg_admin_navtabs_start"} - Beginning of admin navigation tabs
- {checkActionsTpl location="tpl_pligg_admin_navtabs_end"} - End of admin navigation tabs
- {checkActionsTpl location="tpl_pligg_admin_legend_before"} - After admin legend close tag
- {checkActionsTpl location="tpl_pligg_admin_legend_after"} - Before admin legend tag
- {checkActionsTpl location="tpl_header_admin_main_links"} - The main admin panel page link list for modules
- {checkActionsTpl location="tpl_admin_after_stats"} - Main admin panel page after the stats.
- {checkActionsTpl location="tpl_header_admin_links"} - Admin panel navigation links