It would be natural to want a different style of page title for different types of content.

For example, news items could have “!node_title | News on !site_name”

This would be especially useful once token integration is supported. For example, blog posts could be configured with “[node_title] | [node_author]’s [node_date] blog post”

CommentFileSizeAuthor
#2 page_title_0.patch6.19 KBnicholasthompson

Comments

nicholasthompson’s picture

I believe this also slightly overlaps issue #119016

nicholasthompson’s picture

StatusFileSize
new6.19 KB

Checkout this patch - its an enhancement to the page title settings area... It enables per-type enabling/disabling per type. It doesn't actually DO it yet, its just an admin interface.

I recall another feature request suggesting that the options are off, default & custom per type. What are the thoughts of this? Would be quite easy to add to the table.

johnalbin’s picture

Version: 5.x-1.x-dev » 5.x-2.x-dev

Nick,

I really liked the tabbed interface in this patch and have applied it to 5.x-2.x.

The enabled/disabled radio buttons are beautiful, but I used a simpler checkbox interface in #119016.

nicholasthompson’s picture

Version: 5.x-2.x-dev » 5.x-2.0-alpha1
Assigned: Unassigned » nicholasthompson
Status: Active » Fixed

Updated/fixed in release DRUPAL-5--2-0-ALPHA1.

Anonymous’s picture

Status: Fixed » Closed (fixed)
evo’s picture

Title: Allow different settings for each content type » Working?
Version: 5.x-2.0-alpha1 » 5.x-2.0-alpha2
Component: Code » Miscellaneous
Category: feature » support
Status: Closed (fixed) » Active

Is this feature working for alpha2? Everything works great but if I try to customise a pattern for each content type they all only show the default pattern.

Thanks

nicholasthompson’s picture

Title: Working? » Allow different settings for each content type
Priority: Normal » Critical

I shall investigate. The module is working on www.pponline.co.uk however I've applied a few bug fixes I need to apply to the DRUPAL-5--2 branch at which point I'll bug test and release alpha3. I do recall some pattern/type issues.

PS: Please try to keep title's relevant :-)

nicholasthompson’s picture

Status: Active » Fixed

This is fixed in this commit:
http://drupal.org/cvs?commit=96278

This was a duplicate of isse 193219

evo’s picture

I have tried adding the new commit and also used 'page_title-5.x-2.0-alpha4.tar.gz' but I still do not get page titles to display properly. I can get it to show different patterns per content type, but if I try to use tokens ([term], [type-name], etc) they will not display.

Is there something special I have to do?

Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

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