Betreff: Re: Zufällige Videos mit Xoopstube von pansenp am 11.05.2008 13:48:16
Ich komme meinem Ziel näher! 
Mein Versuch bringt mir jetzt zwei Videos nebeneinander aber leider sind beide videos die selben.
<table cellspacing="1" align="center" border="0">
<{foreach item=videorandom from=$block.random}>
<tr>
<td align="center" class="even" style="padding: 4px;vertical-align: top;">
<a href="<{$xoops_url}>/modules/<{$videorandom.dirname}>/singlevideo.php?cid=<{$videorandom.cid}>&lid=<{$videorandom.id}>"><small><{$videorandom.title}></small></a>
<br />
<small>(<{$videorandom.date}>)</small>
<br />
<a href="<{$xoops_url}>/modules/<{$videorandom.dirname}>/singlevideo.php?cid=<{$videorandom.cid}>&lid=<{$videorandom.id}>"><{$videorandom.videothumb}></a>
</td>
<td align="center" class="even" style="padding: 4px;vertical-align: top;">
<a href="<{$xoops_url}>/modules/<{$videorandom.dirname}>/singlevideo.php?cid=<{$videorandom.cid}>&lid=<{$videorandom.id}>"><small><{$videorandom.title}></small></a>
<br />
<small>(<{$videorandom.date}>)</small>
<br />
<a href="<{$xoops_url}>/modules/<{$videorandom.dirname}>/singlevideo.php?cid=<{$videorandom.cid}>&lid=<{$videorandom.id}>"><{$videorandom.videothumb}></a>
</td>
</tr>
<{/foreach}>
</table>
Woran liegt das denn?
|