Categories > TinyButStrong general (FR) >

nodata et sub-blocks

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Xavier
Date: 2005-03-05
Time: 10:19

nodata et sub-blocks

J'ai essaye d'inserer un block nodata dans l'exemple sub-blocks de tbs.
Dans le php je supprime les matches du team Goonies:
...
$TeamList[1] = array('team'=>'Goonies','total'=>'281');

$TeamList[2] = array('team'=>'MIB'    ,'total'=>'615');
$TeamList[2]['matches'][] = array('town'=>'Dallas'    ,'score'=>'362','date'=>'2001-01-02');
$TeamList[2]['matches'][] = array('town'=>'Lyon'      ,'score'=>'321','date'=>'2002-11-17');
...
et dans le html je rajoute
        <tr bgcolor="#F0F0F0">
          <td colspan='4'>[sb;block=tr;nodata]NO DATA</td>
        </tr>
mais ca donne un resultat foireux au final,
peut-etre ne peut-on simplement pas utiliser nodata avec les sub-blocks ?
By: Skrol29
Date: 2005-03-05
Time: 13:49

Re: nodata et sub-blocks

Si on peut, mais ça dépend comment tu l'as placé par raport aux autres sections.