Feature #33491
closedstdWrap for title tag
100%
Description
the pagerenderer uses htmlSpecialChars for the title tag, i guess it would be splendid if there was a whole stdWrap available. then one could easily strip html tags...
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Needs Feedback
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Riccardo De Contardi almost 10 years ago
In TSREF>config section I don't see how to manipulate title via the stdWrap function
one should do something like:
config.noPageTitle = 2 page.headerData.5 = TEXT page.headerData.5.field = title page.headerData.5.wrap = <title> |</title>
Then you can manipulate the TEXT object via stdWrap
Updated by Anonymous almost 10 years ago
Riccardo De Contardi wrote:
In TSREF>config section I don't see how to manipulate title via the stdWrap function
one should do something like:
[...]
Then you can manipulate the TEXT object via stdWrap
This surely does the trick when one only wants to output the page title as title tag. The website title (set in root TS template) would be missing though. Additionally modification applied to the page title (news extension single view) would simply be ignored by your solution. Therefore not working for me ;-)
Updated by Riccardo De Contardi almost 10 years ago
For advanced title tag management i'd recommend an extension like metaseo http://typo3.org/extensions/repository/view/metaseo
Updated by Anonymous almost 10 years ago
Unnecessary when having a stdWrap for the title tag ;-)
Updated by Alexander Opitz almost 10 years ago
- Category set to TypoScript
- Status changed from Needs Feedback to New
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35691
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35691
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0b9183844b1a67062af345d23de78aa86c33751a.