[TYPO3-english] doNotLinkIt stdWrap isTrue

Ansgar Brauner ansgarb at gmail.com
Thu Feb 4 15:47:08 CET 2010


Hi all,

another question.
As I read in the bugtracker it should be possible to use stdWrap with
doNotLinkIt since 4.3.0.

As far as I understand this feature it should be possible to decide if I
want use doNotLinkIt or not.

Whats in my mind:

2.IFSUB < 2.NO
2.IFSUB {
  doNotLinkIt = 0
  doNotLinkIt.stdWrap.override.cObject =TEXT
  doNotLinkIt.stdWrap.override.cObject {
    value = 1
    if.isTrue.field = tx_boolLink
  }
  wrapItemAndSub = <li class="secondLevel"> | </li>
}

tx_boolLink is an extensionfield to the pages table, where the editor
can use a checkbox to make the decision.

I'm not sure if its necessary but I also tried to add this field to the
"addRootLineFields" Variable in localconf.php.


The question is: Does anyone have an idea why my TS not working. And
does anyone have an idea how to enable or disable "doNotLinkIt" from a
field in the pages table.


Thanks in advance

Ansgar

ps. Same menu but different problem post will be posted in a different
thread.


More information about the TYPO3-english mailing list