Re: [TYPO3-english] Register usage and clearing

2012-11-01 Thread Loek Hilgersom
Hi Thomas, If you can't find an easier solution, you should be able to do it with a small PHP script using cObj-LOAD_REGISTER($conf, 'RESTORE_REGISTER') Hth, Loek Op 31-10-12 18:07, Thomas Skierlo schreef: Hi Christoph, Am 31.10.2012 13:28, schrieb Christoph: Hy Thomas What's wrong with

Re: [TYPO3-english] Register usage and clearing

2012-11-01 Thread Thomas Skierlo
Hello Loek, Hi Thomas, If you can't find an easier solution, you should be able to do it with a small PHP script using cObj-LOAD_REGISTER($conf, 'RESTORE_REGISTER') Thanks for your hint, but I think I found a solution for conditional register clearing: stdWrap.postCObject = COA

[TYPO3-english] Register usage and clearing

2012-10-31 Thread Thomas Skierlo
Hello, I'm currently struggling with the problem to get some awareness of content into a multi-column grid element. Since I can't reference the content of column1 while rendering column2 (at least I didn't find a way to do so) I'm setting a register. This register will only be set, if

Re: [TYPO3-english] Register usage and clearing

2012-10-31 Thread Christoph
Hy Thomas What's wrong with something like: 10 = COA 10.if.isTrue.data = register:yourRegister 10.10 = RESTORE_REGISTER Regards, christoph -- Christoph Buchli ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Register usage and clearing

2012-10-31 Thread Thomas Skierlo
Hi Christoph, Am 31.10.2012 13:28, schrieb Christoph: Hy Thomas What's wrong with something like: 10 = COA 10.if.isTrue.data = register:yourRegister 10.10 = RESTORE_REGISTER Yes, I've tried that, but 10.10 is executed before the if. The if only effects rendering, but the register is