bootstraptheme-for-typo3 / fluidcontent_bootstrap

TYPO3 extension Fluid Content - Bootstrap: Fluid Content Elements for Twitter Bootstrap using VHS
http://fluidtypo3.org
15 stars 21 forks source link

[BUG] TYPO3 6.0 - NavigationList: Rendering of links is wrong #31

Closed ste101 closed 10 years ago

ste101 commented 11 years ago

The rendered link looks like this: <a href="file:84" class="" rel="" title="">Test</a>

NamelessCoder commented 11 years ago

Hi Stephan,

You will definitely experience a bunch of breaking changes if you upgraded to the Git masters from an old version on an existing site. These are however expected and can't be avoided. In these cases please confirm that it is in fact a bug and not a breaking update - simply by creating a new element of the same type and configuring it. Do not copy elements; the point is to clear the saved XML.

The next versions of Flux, FluidPages and FluidContent will all be major versions clearly indicating the changes made will break existing setups. It is possible an update script will be written at some point, which can automatically adjust the XML in tt_content for elements - but for the brave who use the Git master, we'll have a period where upgrading happens with some risk.

I suspect this one is caused by differences in the saved data which now doesn't contain the linked page UID at the place where it is expected. You can confirm this is the case if creating a new NavigationList element doesn't show the same problem.

Cheers, Claus

ste101 commented 11 years ago

Hello Claus, I used a fresh TYPO3 installation with Git versions of flux, vhs, fluidpages, fluidcontent and fluidcontent_bootstrap from today.

NamelessCoder commented 11 years ago

Hi Stephan,

Just to let you know this has not been forgotten. The solution is to resolve a FAL reference properly but I fear it has to be by using detection of that particular type of record, then using the 6.0 FAL api to fetch the actual file path.

Cheers, Claus

NamelessCoder commented 11 years ago

Hi Stephan,

Would you mind giving this one a try on a 6.1 site? I suspect the typoLink feature has something to do with this - possibly it's the same code that is responsible for file links from an RTE, so I would hope that it's been fixed since. The best solution is one that doesn't require a special patching for "broken" TYPO3 core versions and this one would certainly fall in that category.

Fingers crossed that 6.1 solves it!

Cheers, Claus

cedricziel commented 10 years ago

No activity for 5 months, I'm taking the liberty to close this. Feel free to update it if neccessary.