Actions
Bug #33333
closedshortcut in other language not working
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2012-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
i have a website with more than one language... some pages are shortcuts...
my TS:
nav.headerNav = COA
nav.headerNav {
10 = HMENU
10 {
special = list
special.value = 187,28,238,237
1 = TMENU
1 {
wrap = <ul>|</ul>
NO.allWrap = <li>|</li>
NO.stdWrap.wrap = <span>|</span>
ACT < .NO
ACT = 1
}
}
}
with default language the navigation have no problem. but in other languages typo3 don't make an href for shortcut pages.
with no special paramenter in TS, all pages except from type shortcut have a href paramenter in frontend.
4.5.x haven't this problem... so i think is because of clean up the backend code...
i found http://forge.typo3.org/issues/32253 but this not work.
Actions