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
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
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.#3
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.