MyBB Community Forums

Full Version: What file to edit for the <head> tag...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to insert some JavaScript code that has to go into the <head> tag and am not sure which file to edit.

I've already tried editing the index file under:
Templates & Style / Templates / Default Templates / Index Page Templates / index

but that wasn't it, I was wondering if anyone could tell me which file I need to edit?


Here are the instructions for the code:
Copy the following lines of code into the <head> tag or footer of your webpage. If you use an include or template for your website, insert these lines of code into that template.

Here is the code:
<script src="https://www.blueletterbible.org/assets/scripts/blbToolTip/BLB_ScriptTagger-min.js" type="text/javascript"></script>


Actual Code Source
Hi, you can add it in template headerinclude
Thanks for the reply, but I don't actually have that listed under my headers...


[attachment=43292]


right now everything in my forum is pretty basic.
It's under unlisted/ungrouped templates
apologies, I found it after some searching, it was in the Ungrouped Templates.

Thanks for you help, that worked.