For those who want a simpler way to accomplish the same thing, I've released an add-on that only requires that you put your tracking id in default.php:
@Lykaon said:
For those who want a simpler way to accomplish the same thing, I've released an add-on that only requires that you put your tracking id in default.php:
I know this is a dumb remark but I'm a newbie to VanillaForums and I took a few minutes to understand what you said... "you put your tracking id in default.php"....
It's on /plugins/analytics/default.php ... Hope it help someone... Also had to clean /cache some files to start working...
Comments
I put the GA-code in the head of the file:
~/themes/yourTheme/views/default.master.php
If you look there, you won't find the file, so first you have to copy it from here:
~/applications/dashboard/views/default.master.php
Hope this helps you and others.
Greetz
p*
http://vanillaforums.org/addon/608/analytics
Hope it helps!
It helped and solved my problem. I'm using it at http://www.centraldetaxis.pt/forum/ and works like a charm!!
I know this is a dumb remark but I'm a newbie to VanillaForums and I took a few minutes to understand what you said... "you put your tracking id in default.php"....
It's on /plugins/analytics/default.php ... Hope it help someone... Also had to clean /cache some files to start working...
Thanks Lykaon!!