[TYPO3-english] Using GPVar with pagebrowse ext
    David Bruchmann 
    typo3-en at bruchmann-web.de
       
    Tue Aug 25 20:15:06 CEST 2009
    
    
  
----- Ursprüngliche Nachricht -----
Von:        Walter Seeberger <walk2moon at gmx.de>
Gesendet:   Dienstag, 25. August 2009 13:22:46
An:         typo3-english at lists.netfielders.de
CC:
Betreff:    [TYPO3-english] Using GPVar with pagebrowse ext
> Hello List,
> 
> has anyone some experiences with using GPVar in the TS of Dmitry's pagebrowse extension?
> 
> I need something like this to have my GPVars on every page of the resultBrowser...
> 
> plugin.tx_pagebrowse_pi1 {
> 	
> 	# USER_INT support
> 	includeLibs = EXT:pagebrowse/pi1/class.tx_pagebrowse_pi1.php
> 	userFunc = tx_pagebrowse_pi1->main
> 
> 	# Template file
> 	templateFile = {$plugin.tx_pagebrowse_pi1.templateFile}
> 
> 	# Extra parameters to the query string. Must start with & if not empty
> 	extraQueryString = &test={GPVar:test}
> ...
> }
> 
> Unfortunately this doesn't work at all. Some better suggestions?
> 
Hi Walter,
don't know Dimitry's Code but try it like this:
...
     extraQueryString = &tx_pagebrowse_pi1[test]={GPVar:test}
...
Best Regards
David
    
    
More information about the TYPO3-english
mailing list