Brent W Well-known member Mar 27, 2013 #1 I have a lot of javascript that I want to appear at the bottom of each page as close to the </body> as possible. In vBulletin you had ad_footer_end that worked perfectly. Is there any thing I can do here? I want to avoid editing the footer template.
I have a lot of javascript that I want to appear at the bottom of each page as close to the </body> as possible. In vBulletin you had ad_footer_end that worked perfectly. Is there any thing I can do here? I want to avoid editing the footer template.
Jake Bunce Well-known member Mar 27, 2013 #2 Looking in the PAGE_CONTAINER template, the page_container_js_body template is very close. There is also the "body" template hook which is even closer, but that involves code listeners. Here is a code example for that specific template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631 Upvote 0 Downvote
Looking in the PAGE_CONTAINER template, the page_container_js_body template is very close. There is also the "body" template hook which is even closer, but that involves code listeners. Here is a code example for that specific template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631