Thanks for your module.

It would be useful to be able to bypass the redirection with a permission. I've added this to the code (I can't create a patch - sorry!): -

function google_website_optimizer_perm() {
  return array('administer google_website_optimizer', 'bypass google_website_optimizer redirection');
}

And

function google_website_optimizer_init() {
  if (user_access('bypass google_website_optimizer redirection')) return;

Can this be added the the module?

Thanks,

Dubs

Comments

Schoonzie’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

GWO is no longer around. Closing old issues.