Closed (fixed)
Project:
Page Title
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2009 at 13:34 UTC
Updated:
14 Jul 2009 at 14:44 UTC
I tried the Page Title override feature for the first time and it does not seem to work.
In the configuration the "Show Field" box is checked to allow override on Blog Entries and the pattern is "[title] - [site-name] - [site-slogan]". I checked the documentation and it have been installed correctly.
Comments
Comment #1
nicholasthompsonThe "Show Field" box will make a new field appear on the node/add/* page (in your case blog). This is assuming the user you're writing your blogs with has permission to set page titles.
In any case, the page-title is irrelevant as you've ser the pattern to use [title] which is the Node Title (not the node's Page Title).
Nick
Comment #2
daemon commentedChanging it from [title] to [page-title] fixed it.
Thank you Nick!
Comment #3
nicholasthompsonGlad its fixed :)