[Typo3] lz_gallery without table layout...

Thomas Janke janke at imco.de
Tue Sep 13 13:10:05 CEST 2005


ben van 't ende wrote:
>> i have solved this problem with a quick and dirty hack in the file
>> class.tx_lztable.php. i have edited all "generate-table-commands" an 
>> now there no table-tags in my lz-gallery-code.
> 
> That sounds interesting! What exactly did you do?

Hello Ben,

i have commented all table-generate commands within the file 
class.tx_lztable.php, like this:

// $render .= "<tr>\n";

or
// $render .= '<table ';
if (isset($this->tableAttribs))
  {
    reset($this->tableAttribs);
    while ($tableAttrib = each($this->tableAttribs))
  {
  // $render.=''.$tableAttrib['key'].'="'.$tableAttrib['value'] . '"';
  }
}
// $render .= ">\n";


That's it. Not nice but works for me.

Greetings Thomas



More information about the TYPO3-english mailing list