wie man hier:
http://www.tanzforum.de.gg/phpBB2/portal.php
sieht, versuche ich gerade das letzte hochgeladen Bild aus dem Album Mod von Smartor im Portal anzeigen zu lassen.
Ich habe bisher nur die Portal Body um folgendes erweitert:
Code: Alles auswählen
<!-- ##### ALBUM START ##### -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center>Photoalbum:</center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3">
<a href="{recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics.recent_col.THUMBNAIL}" border="0" alt="{recent_pics.recent_col.DESC}" title="{recent_pics.recent_col.DESC}" vspace="10" /></a>
</td>
</tr>
<tr>
<td class="row2"><span class="gensmall">{L_PIC_TITLE}: {recent_pics.recent_detail.TITLE}<br />
{L_POSTER}: {recent_pics.recent_detail.POSTER}<br />{L_POSTED}: {recent_pics.recent_detail.TIME}<br />
{L_VIEW}: {recent_pics.recent_detail.VIEW}<br />{recent_pics.recent_detail.RATING}{recent_pics.recent_detail.COMMENTS}{recent_pics.recent_detail.IP}</span>
</td>
</span></td>
</tr>
</table> <br>
<!-- ##### ALBUM ENDE ##### -->
Gruß
Tobi