[TYPO3-core] Reminder II: Re: RFC: #7922: stdWrap for doNotLinkIt & doNotShowLink

Ralf Hettinger ng at ralfhettinger.de
Thu Dec 18 16:21:01 CET 2008


Hi.

This one is funnily documented already in TSRef:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/10/#id4448036
So without committing it - this is turning into a bug, I would think.

Patch still applies correctly with some offset.

Ralf

Am 21.03.2008 17:27 schrieb Georg Ringer:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Feature, no_brainer
> 
> Branches: 4_2
> 
> Bugtracker Reference:
> http://bugs.typo3.org/view.php?id=7922
> 
> Problem:
> It would be very useful to have stdWrap for doNotLinkIt & doNotShowLink
> and not just a boolean value!
> 
> TS example would be:
> ...ACT.doNotLinkIt.stdWrap.cObject = TEXT
> ...ACT.doNotLinkIt.stdWrap.cObject {
>     value = 1
>     if.isFalse.numRows {
>         table = tt_content
>         select {
>             pidInList = this
>         }
>     }
> }
> 
> Explanation: This would delete the link from a menu entry if there is no
> content on that page
> 
> Solution:
> Apply the patch
> 
> Additional information:
> I now it is near RC but this just so nice and would complete the
> stdWrap-list, so please!
> 
> Georg
> 


More information about the TYPO3-team-core mailing list