Feature #31319
closedpageTitle separator configurable
100%
Description
Currently when using the standard pageTitle that is shipped with TYPO3, a title is generated like:
"Website: page title"
It's possible to switch the Website and page title ("Page title: Website") but why isn't it possible to modify the separator with some TypoScript configuration?
Something like:
config.pageTitleSeparator = |
I guess it would also be convenient to have stdWrap processed over that?
PS: I know it's possible to create a custom page title by using:
config.noPageTitle = 2
page.headerData.99 = TEXT
etc...
I just think it would make more sense if this could be modified as well, and leave the other option for more complicated setups instead of for changing a page title separator.
Updated by Markus Klein about 13 years ago
I think we should even generalize the concept of title creation.
As a first step the related global settings (config.noPageTitle, config.pageTitleFirst, config.titleTagFunction) should be deprecated and moved to the PAGE object.
Second step could be having a simple TEXT cObject instead of these options, which should be enough to build any title one might desire.
The suggested stdWrap would be aboard automatically and a default setting would preserve the page title as it has always been.
Updated by Sebastiaan de Jonge about 13 years ago
Agreeing on that as well, would certainly provide the most flexibility!
Updated by Francois Suter about 13 years ago
- TYPO3 Version changed from 4.6 to 4.7
- Complexity changed from no-brainer to easy
That sounds good indeed. Bring on the patch! ;-)
BTW that would be a new feature, so I'm setting the TYPO3 version to 4.7.
Updated by Markus Klein almost 13 years ago
Work should be continued in the original ticket.
http://forge.typo3.org/issues/17030
Updated by Chris topher almost 13 years ago
- Status changed from New to Closed
- Assignee set to Chris topher
- % Done changed from 0 to 100
See #17030, which already is in Gerrit.