Hi Marieke,

On 02/09/2012 04:51 PM, Marieke de Bruin wrote:
Hi all,

I have a menu with a userFunc. It starts like down here.
I have a problem with the menu.left.special.userFunc.select.where =
maingroup_id = {GPvar:tx_advertisement_dispatcher|maingroupid}
this isn't working.

It doesn't work because select.where has no stdWrap properties, which means that the values you enter there are not processed in the stdWrap way. Luckily, addWhere does have stdWrap (you find all that in tsref), so you can fix it by just swapping the values for where and andWhere.


But the same GPvar in the stdWrap is showing the right results 1,2 or 3.

You should also change GPvar into GP. GPvar is deprecated and has been removed in TYPO3 4.6.

Loek
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to