h1 changed, page title not

sedmi - October 14, 2009 - 13:20
Project:Taxonomy Title
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs work
Description

When I add Taxonomy Page Title, only h1 is changed, page title stays the same - term itself. I would like h1 to be the taxonomy term itself and page title to be changed to what I have entered into Taxonomy Page Title field. Isn't that purpose of this module?

#1

hass - November 19, 2009 - 00:04
Status:active» postponed (maintainer needs more info)

I 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...

#2

hass - November 22, 2009 - 19:52
Status:postponed (maintainer needs more info)» needs review

Do 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.

AttachmentSize
taxonomy_title_override_head_title.patch 1.12 KB

#3

hass - December 3, 2009 - 13:19
Status:needs review» needs work

Checked 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.

 
 

Drupal is a registered trademark of Dries Buytaert.