Bug #70152
closedBullet List <LINK>
0%
Description
Bullet Lists had possibility to set links inside, long time ago.
I use typo 4.7 and it works.
I use typo 7.4 and it does not work.
7.4 installed with t3sbootstrap 2.1.1
Latest Documentation does not tell anything about the <LINK> option.
Are there any plans to includes this again in 7 LTS???
regards cryadm
Updated by Wouter Wolters almost 9 years ago
- Status changed from New to Needs Feedback
We need more information about what you are using to display this bullet list to help you with your problem.
Any TypoScript available or other information how you build your content?
Updated by Riccardo De Contardi almost 9 years ago
- Tracker changed from Task to Bug
- Is Regression set to No
Hi Janine, I guess you simply used the "Bullet list" content element, am I right?
Could you try with the latest 7.6 master? As far as I can see it is working. If it still does not work for you, please write all the steps you did to reproduce the problem. Thank you!
Updated by Riccardo De Contardi almost 9 years ago
[Update] <LINK> does not work with FLUID styled content (I think it is intentional, am I right?)
Updated by Gianluigi Martino almost 9 years ago
It works, you must link this way: <link 1>Link</link>
The number (1) is page-id
Updated by Riccardo De Contardi almost 9 years ago
Gianluigi, are you using css_styled_content or fluid_styled_content ?
Updated by Riccardo De Contardi almost 9 years ago
Solution in fluid_styled_content is easy: you just have to modify the template this way:
<f:format.html>{bullet}</f:format.html>
I think I can close this, do you agree?
Updated by Gianluigi Martino almost 9 years ago
@Riccardo you are right, i used css_styled_content but its not better to set <f:format.html>{bullet}</f:format.html> default in the template?
what do you think?
Updated by Gianluigi Martino almost 9 years ago
i have tested it now with fluid_styled_content and it works without <f:format.html>
Updated by Riccardo De Contardi almost 9 years ago
@Gianluigi:
Then your configuration differs from mine, but I don't know where... I am using 7.6.1-dev (latest master from GIT)
Updated by Gianluigi Martino almost 9 years ago
@ Riccardo it's true, it doesn't works.
What about to set <f:format.html> as standard in Bullets.html?
Updated by Riccardo De Contardi almost 9 years ago
@Gianluigi: I can change this issue as "Feature/Could have"
Updated by Gerrit Code Review almost 9 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 https://review.typo3.org/44817
Updated by Georg Ringer almost 9 years ago
- Status changed from Under Review to Rejected
as a strong default this will stay as it is. css_styled_content will be changed soon to follow those defaults as well.
if you really need this, please override the templates yourself.