Default install of Drupal 5.2, module is active and settings are correct. Theme is garland. Image module also installed. Not getting the urchin js code showing up.

URL is http://www.parkingdenied.com

I've gone through the previous support cases and not found anything that would explain why its not working. I've got a minimal set of 3rd party modules, just the image module, image cache and one or two others that have previously worked with the google analytics module. I've also tried disabling them to no avail.

Any suggestions?

Comments

dekkeh’s picture

I've got the same problem on 1.2, and still on the dev version.

dekkeh’s picture

I get this in the HTML:

Drupal.extend({ settings: { "dhtmlMenu": { "useEffects": 0 } } });

See http://www.levendehave.nl

budda’s picture

Status: Active » Postponed (maintainer needs more info)

that's your own dhtmlmenu module.... nothing to do with google analytics!

dekkeh’s picture

Okay so here's the problem:
I created the Drupal install, but the design was done by someone else - someone that the client felt familiar with. Turns out these people are total drupal-nitwits and they removed the following statement from the end of the page.tpl.php:

print $closure

So the module couldn't inject the script into every page. It's been fixed now.

budda’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Damn fools them "designers".