Closed (fixed)
Project:
Title Rewrite
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Reporter:
Created:
8 Apr 2008 at 21:12 UTC
Updated:
17 Jul 2008 at 22:04 UTC
Jump to comment: Most recent
Thanks for contributing this module - it seems pretty handy.
This module sounds a lot like the auto-nodetitle module: http://drupal.org/project/auto_nodetitle
Can you please add some documentation to the homepage to clarify how they are different to better help users determine what makes them different and which to use in which situations?
Comments
Comment #1
christefano commentedOh good, an issue has already been opened. I suggest adding the text from the module's help page to the project page.
Comment #2
gregglesWell, I read that and I still don't know under which circumstances I'd choose this module instead of Automatic Nodetitles...
So, I think it would be good to have both that description and the project page expanded.
Comment #3
Anonymous (not verified) commentedI can see how there might be some confusion with that description. Title Rewrite is not confined to nodes. It's invoked from the theme level and determines the rewrite rule to use based on the path of the current page. The client that requested this module wanted to override titles arbitrarily regardless of whether they were for nodes or views.
Not that I think that is a really good description either. :-p
I'll work on better explanatory text for the project page.
Comment #4
gregglesOk, I understand this better now - it's for the html title, not the node title.
Well, this sounds like a great module! Please do add some more description to the project page to clarify that.
Comment #5
Anonymous (not verified) commentedI've adapted the text from the module's help to (hopefully) provide more clarity and placed it on the module's homepage.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
crea commentedAnd how is it different from Page Title module ? :)
Comment #8
crea commentedComment #9
chrysfwi commentedHi,
I use Title Rewrite module since a few time only but it really fullfilled my needs.
First I used Page Title which allowed me to specify a Tile in the html tag of my web pages, with a different behaviour per content type and kind of pages... Very useful for SEO tasks.
But since my website is multilingual (English and French) I needed more accurate control on page titles to avoid duplicate content for search engines, since my titles are quite similar in each language.
Since I am using Title Rewrite, and because this module can generate the page title according to Drupal path, I really can specify multilingual and appropriate patterns for each category of content (considering that each category has its own necessary path and rewriting url rule). And unfortunately, I could not do this with Page Title since the same pattern was applied to my English and French content...
I am still testing Title Rewite, but I just wanted to share my experience in using it which might solve some SEO issues with multilingual sites I think.
Frankly, Page Title and Title Rewrite are 2 very good modules, and I would suggest to use the first one if your site has only one language, and use the second one if its multiligual (with proper formatted paths).
I hope this helps ;-)
Chrysfwi
Comment #10
Anonymous (not verified) commentedSee comment by chrysfwi. Page Title is per content type; Title Rewrite uses path expressions. It is sometimes necessary to create different title rules for the same content type. Page Title did not meet this need.
Comment #11
crea commentedLatest Page Title versions use expressions and Token too, so its not that simple as you say.
You can set expressions independend of content type but depending on tokens. Maybe main difference is how Title Rewrite works on not-nodes page types. Guess I'll just check it out myself and post my experience ( using Page Title currently )