Hi,
The page title are working correct for the front and default patterns but are ignored for individual content types. Is this not yet working or am I doing something wrong?

Cheers

Comments

nicholasthompson’s picture

Assigned: Unassigned » nicholasthompson

Alpha 2 has some known bugs - this sounds like one of them. I'll investigate.

Thanks.

wmclark’s picture

Version: 5.x-2.0-alpha2 » 5.x-2.0-alpha3

This is happening for Alpha 3 for me.

nicholasthompson’s picture

I'll look into that... Thanks

wmclark’s picture

Will the 2.x dev version or the 1.1 version allow me to add a node reference title to the head_title of certain node types or is this only available in Alpha 2+?

Example:
I need to add the Artist (node reference title) for a Song content type to the page title so it would look like this... "Stronger by Kayne West | Site Title".

nicholasthompson’s picture

2.x-dev is the same as PageTitle2Alpha3.

As long as the Node Reference is available as a Token, that should work fine.

nicholasthompson’s picture

Version: 5.x-2.0-alpha3 » 5.x-2.x-dev
Status: Active » Fixed

I have addressed 2 problems in the dev release done today...

1) The module was not applying the right logic when using content-type-specific token patterns. It does now...
2) The module was not checking if the content type was actually USING an implicit page title based on the settings - it simply checked if one was present on the node. Therefore if you enabled it for the type, added a page title and then disabled it for the type then you would still get the page title rather than the node title.

nicholasthompson’s picture

Fyi, this was the fixing commit...
http://drupal.org/cvs?commit=96278

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.