Closed (fixed)
Project:
Nodewords Page Title (Views, Panels, Non-nodes)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2010 at 23:13 UTC
Updated:
24 Jun 2010 at 22:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
summit commentedAttached my settings on custom metatags page. Greetings, Martijn
Comment #2
summit commentedAs you can see looking at the source of this page: http://www.campings-europa.com/land/België
Description and keyword metatags are working fine. But pagetitle metatag is not shown.
What could be the problem please?
This page is a panel-page filled with views and other content.
greetings,
Martijn
Comment #3
Brian294 commentedCould you give me screenshot of this page?
admin/content/nodewords/settings
I'd like to see how you've configured the page title property on this page.
Comment #4
Brian294 commentedAlso, what version of the Page Title module are you using?
Comment #5
Brian294 commentedAlso, I need you to:
1. Replace the code in the nodewords_pagetitle_page_title_alter function to the example at the bottom of this comment. You will find this code in the nodewords_pagetitle.module file.
2. Clear your theme registry cache (Performance section in Drupal admin)
3. Go to the page that is having the page title problem.
4. Copy the variable dump at the top of the page. It will look something like: array(2) { ["type"]=> int(10) ["id"]=> string(1) "1" } ...
5. Paste the results into a new comment on this issue so I can see it.
Comment #6
summit commentedHi Brian,
Variable dump is the following on the page: http://www.campings-europa.com/land/België
I am using the latest .dev version of the module (2010-Jun-20).
Attached asked screenshot of admin/content/nodewords/settings.
Thanks for going into this!
Greetings,
Martijn
Comment #7
Brian294 commentedThanks Martijn,
What versions of Page Title module (http://drupal.org/project/page_title) and Nodewords module (http://drupal.org/project/nodewords) are you using?
Peace,
Brian
Comment #8
Brian294 commentedBTW, everything is perfect with the variables that are output by your site. Which leads me to believe your nodewords installation might have a problem.
Comment #9
summit commentedHi, Brian,
Nodewords 6.x-1.12-beta9, with a very small patch: http://drupalcode.org/viewvc/drupal/contributions/modules/nodewords/node...
and Page Title 6.x-2.3 .
What could be the problem please?
I also use Panels 3.5 and Ctools 1.6. I set panels internal pagetitle setting to none, right?
Thanks for your help so far, hopefully you can help to get it working!
greetings,
Martijn
Comment #10
summit commentedHi Brian,
It is working.
I had a problem on page.tpl.php.
Didn't had the right:
print $head_title;Thanks a lot for all your help!
Greetings, Martijn
Comment #11
Brian294 commentedah! I was going to suggest something with the page.tpl.php! A couple days ago, I found the code for the template you are using and it was using the $head_title variable, so I completely dismissed that possibility. Well done!
Comment #12
Brian294 commented