Feature #33491
closed
Added by Anonymous almost 13 years ago.
Updated about 6 years ago.
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...
- Status changed from New to Needs Feedback
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
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
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 ;-)
Unnecessary when having a stdWrap for the title tag ;-)
- Category set to TypoScript
- Status changed from Needs Feedback to New
- 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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF