Project

General

Profile

Actions

Bug #64319

closed

FLUID: "f:link.page" and RealURL

Added by Vasyl Mosiychuk over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-01-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have problem with a view helper for creating links to TYPO3 pages.

This code: <f:link.page pageUid="1">Page link</f:link.page>
Output: <a href="http://www.domain.ltd/index.php?id=1&quot;&gt;Page link</a>

... then I'm install ext: RealURL version 1.12.8

This code: <f:link.page pageUid="1">Page link</f:link.page>
Output: Page link

This code:
<f:for each="{menu}" as="menuPage">
<f:link.page pageUid="1">Page link</f:link.page>
</f:for>
Output: <a href="http://www.domain.ltd/page-link&quot;&gt;Page link</a>

This code <f:link.page pageUid="1">Page link</f:link.page> inside "*f:for*" well works. Outside "*f:for*" does not work.

Why? This is bug?

Install: =
TYPO3 6.2.9 stable
EXT: fluid 6.2.0 stable
EXT: view 2.0.0 stable
EXT: vhs 2.2.0 stable
EXT: flux 7.1.2 stable
EXT: fluidpages 3.1.2 stable
EXT: fluidcontent 4.1.1 stable
EXT: fluidcontent_core 1.0.2 beta
EXT: realurl 1.12.8 stable =


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #51960: Fluid ViewHelper f:link.page fails with link to start pageClosed2013-09-12

Actions
Actions

Also available in: Atom PDF