Closed (fixed)
Project:
Taxonomy Title
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 13:20 UTC
Updated:
1 Jan 2010 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedI also wondered a bit about this... but it looks to be the way how this module was designed and designed for. You may like to use page_title module...!? I also need this and need to investigate on the page_title module. If it support this it may be a by design, otherwise it sounds like a valid feature request.
Code wise there is a drupal_set_title($title); - I wonder why it may not assigned...
Comment #2
hass commentedDo you like to change
head_title? I'm not sure if the implementation here makes much sense, but here is a patch to implement this. My feeling is - page_title module may be the better way... need to investigate myself, too.Comment #3
hass commentedChecked out page_title module and the patch above currently collide with the page_title module (could be a weight issue, not sure). Using a Vocabulary token like
Foo [cat-raw] | [site-name]works for me.Comment #4
Coupon Code Swap commentedThank you for the patch. I'm surprised this isn't default.
Comment #5
jenlamptonthe call to drupal_set_title should do the trick of getting the page title to update to the same thing as the page heading. It *is* default behavior to set the page title as well. I'll look into why it's not being set as it should.
Jen
Comment #6
jenlamptonFixed. Now the drupal_set_title does it's thing, and the preprocess function rebuilds the values based on the new title.
I have resolved the conflict with page_title by providing token support (http://drupal.org/node/575440) and disabling the rewriting of the meta page title by this module, when that module is active.
committed to dev branch, new release coming shortly.
Jen