[TYPO3-dev] Problem with pagebrowse and GPVars

Ries van Twisk typo3 at rvt.dds.nl
Sun Aug 30 01:44:04 CEST 2009


Walter,

obviously I don't know your current situation,
but with my extension the extensions works just fine.

Do you also have your TS done like this?

plugin.tx_someextension_name_pi1.pageBrowser < plugin.tx_pagebrowse_pi1

Do you also have something in the line like this in yoru extension??

			$pageBrowserConfig = $this->conf['pageBrowser.'];

			$pageBrowserConfig += array(
				'pageParameterName' => $this->prefixId . '|page',
				'numberOfPages' => $numberOfPages,
			);

			// Get page browser
			$cObj = t3lib_div::makeInstance('tslib_cObj');
			/* @var $cObj tslib_cObj */
			$cObj->start(array(), '');
			$result = $cObj->cObjGetSingle($pageBrowserKind, $pageBrowserConfig);


Can't give much more advice without knowing more...

Ries


On Aug 23, 2009, at 5:27 AM, Walter Seeberger wrote:

> Hello there,
>
> I am using the universal pagebrowse extension from dmitry dulepov.
> I can display it correct, so this works fine.
>
> Now I have a problem, because I want to display results of a search.  
> On the first page everything is fine. But when I change to the  
> second page, my resultList is empty.
>
> Is there any solution to have my dynamically created GPVars from  
> page 1 also on the other pages? Hope you can help me...
>
> Best Regards
> Walter
> -- 
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla  
> Firefox 3 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev


			regards, Ries van Twisk

-------------------------------------------------------------------------------------------------
tags: Freelance TYPO3 Glassfish JasperReports JasperETL Flex Blaze-DS  
WebORB PostgreSQL DB-Architect
email: ries at vantwisk.nl        web:   http://www.rvantwisk.nl/     
skype: callto://r.vantwisk
Phone: +1-810-476-4196    Cell: +593 9901 7694                   SIP:  
+1-747-690-5133










More information about the TYPO3-dev mailing list