Project

General

Profile

Actions

Bug #70152

closed

Bullet List <LINK>

Added by Janine Schendel over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Category:
Content Rendering
Target version:
Start date:
2015-09-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
css_styled_content Bullet List
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Wouter Wolters over 8 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?

Actions #2

Updated by Riccardo De Contardi over 8 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!

Actions #3

Updated by Riccardo De Contardi over 8 years ago

[Update] <LINK> does not work with FLUID styled content (I think it is intentional, am I right?)

Actions #4

Updated by Gianluigi Martino over 8 years ago

It works, you must link this way: <link 1>Link</link>
The number (1) is page-id

Actions #5

Updated by Riccardo De Contardi over 8 years ago

Gianluigi, are you using css_styled_content or fluid_styled_content ?

Actions #6

Updated by Riccardo De Contardi over 8 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?

Actions #7

Updated by Gianluigi Martino over 8 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?

Actions #8

Updated by Gianluigi Martino over 8 years ago

i have tested it now with fluid_styled_content and it works without <f:format.html>

Actions #9

Updated by Riccardo De Contardi over 8 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)

Actions #10

Updated by Gianluigi Martino over 8 years ago

@ Riccardo it's true, it doesn't works.
What about to set <f:format.html> as standard in Bullets.html?

Actions #11

Updated by Riccardo De Contardi over 8 years ago

@Gianluigi: I can change this issue as "Feature/Could have"

Actions #12

Updated by Gerrit Code Review over 8 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

Actions #13

Updated by Markus Sommer over 8 years ago

  • Assignee set to Gianluigi Martino
Actions #14

Updated by Georg Ringer over 8 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.

Actions

Also available in: Atom PDF