Closed (won't fix)
Project:
Page Title
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 05:40 UTC
Updated:
16 Jul 2013 at 17:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
dougp commentedCorrect patch
Comment #2
nicholasthompsonMarking this as "wont fix". I appreciate the patch as it has brought to my attention how un-scalable the module is.
I've just committed a new feature to the dev branches of Page Title. There are two hooks..
With these two functions, you can get
uc_catalogto hook into Page Title and provide it's own pattern and title for its own pages.Note: The implemtations of the pattern alter hook requires tokens to default to NULL as the frontpage does not have any tokens.
Another Note: This is a brand new hook and is in dev. I think it's pretty much ready to go - but I wouldn't "bank" on it just yet... :-)
Comment #3
dougp commentedHey, that's great! I'll keep manually patching the stable version for the moment, but I'm looking forward to doing it properly with those hooks!
Comment #4
Duplika commentedIt would be great to be able to manage Page Titles from the catalog pages Ubercart creates, subscribing.
Comment #5
quip commentedthis patch is working, but in this case catalog titles generating automatically with configured template.
how to define every title manually?
thanks.
Comment #6
jasonabc commentedsubscribing
Comment #7
kazah commentedsubscribe
Comment #8
u210ks commentedsubscribe
Comment #9
ucf713 commentedThanks for the patch.
I placed this inside my template.php file and added the check for page_title and the setting of the head_title. Replace THEME with your theme name.
Comment #10
jasonabc commented@ucf713 - thanks very much. That code works great.