Hi,

Thanks for this module, it's very handy. I actually have 2 questions:

1) The message that is prepended to the content body shows right where it's supposed to but is it supposed to keep showing up on additional pages that the user views? For example, if the visitor lands on /content/xyz and then clicks a link to /content/123 should that message still be showing up on /content/123 and subsequent pages?

and

2) I am trying to insert the in the resulting message but it just doesn't show up. I'm inserting it as follows Am I missing something?

Thanks!!!

Jim

Comments

jusyjim’s picture

Just a follow up on the question regarding the message on subsequent page views... I was looking at the post at http://drupal.org/node/235604 and, if I understand the question and answer correctly, it looks like the module was originally designed to show the message only on the landing page but was redesigned to show message on all pages. If I'm reading that right would you recommend that I switch to the original dev version or is there some code I can easily change to make it work as originally designed?

Thanks again!!

Jim

danielb’s picture

You can clear the keywords out of the session with:

<?php
unset($_SESSION['mygooglekeyword']);
?>

So just put that somewhere that will get executed after google keyhaviour. Maybe page.tpl.php ?

jusyjim’s picture

Excellent, that worked Thanks!! I just noticed that when I posted my second question I put symbols around the word "keywords" but it wiped out the whole word.

Without the symbols the question should read: 2) I am trying to insert keywords the in the resulting message but it just doesn't show up. I'm inserting it as follows <keywords> Am I missing something?

Thanks again

danielb’s picture

No idea, can you tell me your settings so I can try to replicate this problem?

danielb’s picture

Status: Active » Postponed (maintainer needs more info)
danielb’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Well if anyone encounters this, try checking your input filters?