Bei meinem Versuch, das Template go_vista_plain auf die nightly builds anzupassen hab ich wohl einen bug eingebaut, der mir nicht klar ist.
in folgendem output (page source) wird ab dem wort "modules" der code nicht mehr sauber verarbeitet:
<jdoc:exists type="modules" condition="user1 or user2" >
<table width="<jdoc:exists type="modules" condition="user1 and user2" >100%</jdoc:exists><jdoc:exists type="modules" condition="user1 *** user2" >50%</jdoc:exists>" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px;" class="vistauser1user1">
<tr>
<jdoc:exists type="modules" condition="user1" >
<td valign="top" class="vistauser1"><ul class="latestnews">
<li class="latestnews">
und das ist der code in der template.css
und da ich das ganze system noch nicht recht durchschaut habe: sollten die ganzen <jdoc vor der ausgabe nicht besser verarbeitet werden und im html-code nachher nicht mehr zu sehen sein?<table width="<jdoc:exists type="modules" condition="user1 and user2" >100%</jdoc:exists><jdoc:exists type="modules" condition="user1 *** user2" >50%</jdoc:exists>" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px;" class="vistauser1user1">
<tr>
<jdoc:exists type="modules" condition="user1" >
<td valign="top" class="vistauser1"><jdoc:include type="modules" name="user1" style="-3" /></td>
</jdoc:exists>
<jdoc:exists type="modules" condition="user2" >
<td valign="top" class="vistauser2"><jdoc:include type="modules" name="user2" style="-3" /></td>
</jdoc:exists>
</tr>
</table>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen