Re: [TYPO3] Modifying $_GET array before a page is rendered

2007-10-02 Thread Vlatko Surlan
Nikolas Hagelstein wrote: > Quick and dirty : index.php -> $_GET['whatever'] = 'something'; > > Bye, > Nikolas > :) hehehe I aint contracting you to code for my clients from the banking circles. ;) ___ TYPO3-english mailing list TYPO3-english@lists.net

Re: [TYPO3] Modifying $_GET array before a page is rendered

2007-10-02 Thread Nikolas Hagelstein
Hi, Vlatko Surlan wrote: > Mathias Schreiber [TYPO3] wrote: >> Not possible afaik. Quick and dirty : index.php -> $_GET['whatever'] = 'something'; Bye, Nikolas ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.d

Re: [TYPO3] Modifying $_GET array before a page is rendered

2007-10-02 Thread Vlatko Surlan
Mathias Schreiber [TYPO3] wrote: > Not possible afaik. > Are you the author of that extension? > Go away. This seems so basic to me I just can't believe it cannot be done. I am not the author, seems like I'll just have to modify the extension brute force.

Re: [TYPO3] Modifying $_GET array before a page is rendered

2007-10-02 Thread Mathias Schreiber [TYPO3]
Vlatko Surlan schrieb: > Hi list. What I've been looking how to do is, in short, a TS equivalent > of doing this: > > $_GET['param'] = value > > I need this in order to manipulate output from an extension that uses a > global GET parameter > instead of a pi var: www.domain.com/index.php?id=43&a

[TYPO3] Modifying $_GET array before a page is rendered

2007-10-02 Thread Vlatko Surlan
Hi list. What I've been looking how to do is, in short, a TS equivalent of doing this: $_GET['param'] = value I need this in order to manipulate output from an extension that uses a global GET parameter instead of a pi var: www.domain.com/index.php?id=43&album=1 That album=1 belongs to the ext