Closed (works as designed)
Project:
Page Title
Version:
6.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2010 at 12:08 UTC
Updated:
5 Mar 2012 at 06:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
Poieo commentedMake sure your theme does not override page titles. For example, Acquia Marina has built in support for page titles and overrides the module's settings.
Comment #2
pyxio commentedThanks. Is that something configurable from Theme administration or do I need to go into the page.tpl code?
Comment #3
Poieo commentedFor Acquia Marina or Slate (1.x Versions only), this is in the theme configuration page. You'll need to set the page titles to 'custom' to prevent overriding the module. Not sure what theme you're using so it's hard to say if this is even the issue.
Comment #4
pyxio commentedI spoke with the theme developer and there is nothing in the theme configuration that would cause this. That seems to make sense since as I mentioned, it is possible to edit the title patterns at the admin level, just not the node creation level. Any other ideas? Thanks.
Comment #5
Poieo commentedIt's hard to say. At this point, I usually start disabling modules one at a time until the problem goes away. That will tell you what's causing it.
If you haven't already, I would switch the theme to a drupal core theme and check if the page titles are working. That will confirm it is, or is not, the theme.
Comment #6
vegantriathleteI am experiencing this same issue. I have set the default format for the content type to [title-raw], [term-raw] | [site-name]. I have checked the box that says show field. When I edit the node I am able to enter a title into the Page Title field. However, the page continues to display the title as specified in the default settings. The page_title table does have my custom entries for the nodes. My theme is a customized version of the Andreas03 contributed theme; there is no template.php. The only things I have changed from the contributed version are images and CSS. The changes I made to page.tpl.php only involved including the feed icon and writing a different credits line. The theme sets the title tag in the head section by printing the $head_title variable. I am on Drupal 6.19 (and therefore don't need any special template.php handling) and the latest release of Page Title. I have attached a screen print that shows which modules I have enabled.
Comment #7
vegantriathleteHere is a screen print of one of the nodes showing that I have a different custom title than what is showing in the title currently.
Comment #8
vegantriathleteWhat I am seeing is that if I enter the default pattern for a content type, then the custom page title is not picked up for that content type. If I don't enter a default pattern, then the custom page title is picked up.
Comment #9
nicholasthompsonI'd need to see a screenshot of the settings page - sounds like you might be using [title] instead of [page-title] for the tokens.
Comment #10
vegantriathleteReading over my comment in #6, I do see that I had the tokens of [title-raw], [term-raw] | [site-name]. I can verify that using [page-title] instead fixes the problem. User error!
Comment #12
angelil-il6 commentedHello.
I have the same problem.
reading this node help me very much.
I have changed the theme to garland, and the problem went away!
I went over my theme, Acquia Marina , and searched where am I to override the page title.
and I did not find it.
can you please explain this point ?
many thanks
Angel
Comment #13
nicholasthompsonThis is a problem with Fusion (fusion_core)....
This is a known bug #1144188: Page Title module not working
Comment #14
poorva commentedUpdate the fusion theme with the latest version (6.x-1.12 or more) and the problem resolve.