![]() |
It works fine on mine...according to the page source it shows up just before the end of the header section.
Did you go into the options of the plugin and change them to the header and not the footer? |
Yes, I have "Add code just above the opening body tag" selected as yes, but the code is after the closing </head> and not before.
Any idea ? |
Hmm I moved mine up and I'm now getting an error on all my pages according to firebug:
Code:
script is not defined Line 24 |
Okay, fixed the error...
In Plugin Manager -> BBR Google Analytics -> Edit Find: Code:
var s = document.getElementsByTagName(script)[0]; s.parentNode.insertBefore(ga, s); Code:
var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s); |
Quote:
Also visit mine, do a page source, see if you're seeing it like on mine. btw, did you upgrade it from a previous version? or a fresh install? |
Actually you don't have any google analytics in your forum.
See it here, is a fresh install of forum and plugin. Thanks. |
Quote:
Check again and it should now be showing. Hmm you're using a different version or something compared to mine...the code that renders on yours is different. Even though I have 1.0.3 my code in mine is different. I'm going to verify the script on googles site for async. The good news is I also found where the error is :) Checking real fast to make sure thats the right code, then will post up the fix. |
Okay to fix the <body> issue:
AdminCP -> Plugin Manager -> Edit BBR Google Analytics Find Code:
$BBR_find='<body>'; Code:
$BBR_find='</head>'; Mine & on Google's site Code:
(function() { Code:
(function() { |
Changing body to head fixed it.
About the code difference I have no idea why, in GA you get different codes ? Thanks for the fix. |
Quote:
|
All times are GMT. The time now is 04:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|