ON the module description it says
Variables available in page.tpl.php such as $title and $site_slogan etc... can be replaced/appended/prepended with your own text or the user's keywords.

are there any variables to display the users keywords?

Comments

danielb’s picture

You want a variable dedicated to just showing the keywords? You might be able to just use one of the ones that you aren't using for anything else, and stick that into your page template?

danielb’s picture

Status: Active » Fixed
ocamp’s picture

sorry, didnt explain well. For example if I have a page for fruit and my page title is apples, if the user searches for red apple I want the title to be changed to red apple, if the users searched for green apple I want the page title to be green apple. is this possible?

danielb’s picture

Yes, that is exactly the purpose of this module!

Configure a rule then add the action like so:

Replace
$title
with:
<keywords>

Status: Fixed » Closed (fixed)

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