Project

General

Profile

Actions

Bug #26483

closed

stdWrap for excludeUidList (HMENU) does not work

Added by most wanted about 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2011-04-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

shouldn't stdWrap work for excludeUidList in HMENU in TYPO3 4.5 now?

http://wiki.typo3.org/TYPO3_4.5#TypoScript_.2F_Frontend

Implemented stdWrap in all properties of all cObjects to enhance flexibility

i tried these 2 typoscript snippets, but they did not work in TYPO3 4.5:

temp.navigation = HMENU
temp.navigation {
  ### i used TEXT here only to keep the example simple!
  excludeUidList.stdWrap.cObject = TEXT
  excludeUidList.stdWrap.cObject.value = 10
  1 = TMENU
  1 {
    wrap = <ul>|</ul>
    NO = 1
    NO {
      wrapItemAndSub = <li>|</li>
    }
  }
}
temp.navigation = HMENU
temp.navigation {
  ### do not list the current page in the menu:
  excludeUidList.stdWrap.data = page:uid
  1 = TMENU
  1 {
    wrap = <ul>|</ul>
    NO = 1
    NO {
      wrapItemAndSub = <li>|</li>
    }
  }
}

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #22516: HMENU: stdWrap for excludeUidListClosed2010-04-26

Actions
Actions

Also available in: Atom PDF