[TYPO3-project-formidable] Supress a Row in LISTER

Fernando A. fernando.arconada at saicar.es
Thu Jan 11 10:10:40 CET 2007


Hi

I need to apply a special condition over each row to decide which row
show and which one not. I ve tried with something like this
 <duringlisterraw>
          <userobj>
             <php><![CDATA[
                     $aData = array_pop(func_get_args());
                     if($aData["name"] != "llllllll"){
                        return $aData=array();
		     }else{
			return $aData
		     }
                  ]]></php>
           </userobj>
 </duringlisterraw>

But it doesnt wotk right cause of the numrows counter and the wrapper of
each row in the default template at LISTER datahandler.

Any way or patch to solve it???


Thanks



More information about the TYPO3-project-formidable mailing list