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

Benjamin Mack benni at typo3.org
Mon Jul 21 09:05:42 CEST 2008


Hey,

Branches: trunk :)

+1 after reading. Documentation has to be updated as well.


-- 
greetings,
benni.
-SDG-


Georg Ringer wrote:
> 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