Totally Zenned
- Join Date:
- Sep 2004
- Posts:
- 2,309
- Plugin Contributions:
- 1
Google Analytics Integration
Stenrique:
I've downloaded the mod., read the forum and readme file. I'm still rather confused as to its installation.
There are two types of installs. Choose one or the other:
- variant_javascript install method:
Easiest install (does not require a template file edit) but does not work for everyone. Try it first.
UPLOAD:
/includes/templates/YOUR_TEMPLATE/jscript/jscript_google_analytics.php
/includes/templates/YOUR_TEMPLATE/jscript/on_load/on_load_google_analytics.js
And PATCH the DB with the provided SQL
- OR -
- variant_include install method:
UPLOAD:
/includes/templates/YOUR_TEMPLATE/common/tpl_footer_googleanalytics.php
EDIT:
tpl_footer.php or tpl_main_page.php or any other that you want.
(for example: copy template_default/common/tpl_footer.php then edit with instructions in readme and save in YOUR_TEMPLATE/common directory).
And PATCH the DB with the provided SQL
-Woody