Hi all,

I´ve used this module on many sites before and most of the time with no hassle, it's a great and a very useful one. This time however I cannot get the tracking code to appear on the front page but it's fine on subpages, the JS doesn't even load. My theme has the closure printed out but it's empty on the front page.

Any suggestions?

regards, logi

Comments

Logi-1’s picture

Yeah,

Forgot, here is the site: http://vefsetur.hi.is/vigdis/is

if that helps...

regards, logi

hass’s picture

Category: bug » support
Status: Active » Fixed

1. You may run a buggy frontpage module
2. The frontpage path is on your exclusion list
3. You are using a special page-front.tpl.php template without $closure variable.
4. Your theme have a preprocess hook that destroyes something
5. etc.

Logi-1’s picture

Hey!

thanks, that did the trick, for some reason the exclusion : node/*/* included the front page, probably caused by the /is in the end for the front page.

best regards, logi

hass’s picture

How is this possible??? This should only remove the tracking from node/4/edit and such pages... but never ever from frontpage. Frontpage have a path of <front> or "node".

Logi-1’s picture

Mine has the path /node/133/is, for some still unknown reason I have to leave the language in for my language specific menu to appear. You set this (as you probably know) in the "site information" thingie, if I skip the lang there it does not work.

thanks for the help, Logi

hass’s picture

Ah, than the filter node/*/* catch this. You should take a look to http://drupal.org/node/442846#comment-1511760

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.