wersja skryptu MyBB: 1.6.9
adres forum: FerryCraft!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam. Ja tak sobie przerabiam portal i przykuło coś moją uwagę. A dokładniej chodzi o awatary kogoś kto napisze coś na portalu. Awatar jest dopiero w połowie wpisu.. Próbowałem już chyba wszystkiego, nawet rozbicia na 2 tabele >.< ale nic nie pomogło..
Kod portal_announcement
adres forum: FerryCraft!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam. Ja tak sobie przerabiam portal i przykuło coś moją uwagę. A dokładniej chodzi o awatary kogoś kto napisze coś na portalu. Awatar jest dopiero w połowie wpisu.. Próbowałem już chyba wszystkiego, nawet rozbicia na 2 tabele >.< ale nic nie pomogło..
Kod portal_announcement
<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}"><img src="http://ferrycraft.pl/images/ferry/x3t.png" width="200px" height="50px" style="float:right;"/></a>
<td class="thead"><strong>{$icon}<a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td>
</tr>
<tr>
<td class="trow2post" align="center">
<span class="smalltext">Napisane przez {$profilelink} {$numcomments} </span>
</td>
</tr>
<tr>
<td class="trow1">
<table border="0" cellpadding="{$theme['tablespace']}" width="100%" >
<tr>
<span class="data">{$anndate} {$anntime}</span>
{$avatar}
<td class="trow1">
<p>
{$message}
</p>
{$post['attachments']}
</td>
</tr>
<tr>
<td align="right" colspan="2" valign="bottom">
<span class="smalltext">
<a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/printable.gif" alt="{$lang->print_this_item}" title="{$lang->print_this_item}" /></a> <a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/send.gif" alt="{$lang->send_to_friend}" title="{$lang->send_to_friend}" /></a>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />