Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 13:13 UTC
Updated:
22 May 2012 at 18:10 UTC
Although this issue is considered here:
http://drupal.org/node/606170
And here:
http://drupal.org/node/1235100
I suppose maximum length should be more than 128, for the pages that have tokens in it.
For example most of my pages' title is like this:
[current-page:page-title] - [current-page:query:first_param] - [current-page:query:second_param] - [current-page:query:third_param] - [site:name]
In this situation field length became 145 characters which can't be added to page title module.
Although the query strings are 4-5 characters each, i can't put them all in my node titles.
That would be good if we can enter 255 characters.
Thank you
Comments
Comment #1
nicholasthompsonThis is now fixed in both D6 and D7.
Comment #2
trante commentedThank you!