Feature #25177
closedShow linktype as css class in typolink
0%
Description
I would like to introduce a possibility to display the type of a typolink (page, file, mailto, url) as css class. This is very useful for web analytics (with i.e. piwik).
The patch introduces two ways to configure this option:
config.useLinkTypeAsCssClass (boolean/stdWrap) as global setting
and
typolink.useLinkTypeAsCssClass (boolean/stdWrap) as local setting (per typolink)
I know, the typolink method is very large already and considered to be a performance bottleneck. However it is a nice feature and appears to be very useful.
(issue imported from #M17766)
Files
Updated by Wouter Wolters almost 10 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Hi,
as this issue is very old. Is this feature missing in newer versions of TYPO3 CMS (6.2.9)?
If yes, can you provide a newer patch against master by using Gerrit? http://wiki.typo3.org/CWT
Updated by Christian Futterlieb almost 10 years ago
Hi Wouter
Almost forgot about this.. Yes, I take a look at it.
How would this be handled currently in core development, will this be a new feature and thus go to version 7 only or could it make in 6.2 LTS? Just that I know where to push to
Tanks for taking care and regards, Christian
Updated by Alexander Opitz almost 10 years ago
New feature I think.
And pushing to only master is the right way to go, also for bugfixes, as the ACs normaly take care for backporting.
Updated by Christian Futterlieb almost 10 years ago
Hi Alexander
Ok, thank you for the info.
Regards, Chrstian
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35551
Updated by Gerrit Code Review almost 10 years ago
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/35551
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/35551
Updated by Anja Leichsenring almost 10 years ago
- Status changed from Under Review to New
Updated by Riccardo De Contardi almost 9 years ago
- Category set to Content Rendering
Updated by Benni Mack over 7 years ago
- Status changed from New to Closed
Closed as this was mentioned in the patchset by the author.