André
Admin
Problem:
http://www.soccer-fans.de/index.php?styleid=107
Die obersten 2 Foren haben jeweils eine eigene Grafik:
Jetzt soll die Grafik links, und der Text rechts daneben erscheinen. Also müsste die Grafik in ein eigene Tabelle oder?
Hier ist das entsprechende Template:
Bin für jeden Tipp dankbar, da ich Ilai zur Zeit nicht erreiche und ich jetzt schon seit knapp 3 Stunden daran sitze!
http://www.soccer-fans.de/index.php?styleid=107
Die obersten 2 Foren haben jeweils eine eigene Grafik:
Jetzt soll die Grafik links, und der Text rechts daneben erscheinen. Also müsste die Grafik in ein eigene Tabelle oder?
Hier ist das entsprechende Template:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
<div>
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
<div style="clear:both">
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
</div>
<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
<phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" </phrase>
</div>
<b>$lastpostinfo[lastpostdate]</b> <if condition="!$show['detailedtime']"><span class="time"><b>$lastpostinfo[lastposttime]</b></span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if>
</if>
</td>
Bin für jeden Tipp dankbar, da ich Ilai zur Zeit nicht erreiche und ich jetzt schon seit knapp 3 Stunden daran sitze!