07.02.2013, 15:57
wersja skryptu MyBB:1.6.9
adres forum: www.stylerniaa.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Ikonka działu jest po prawej stronie a ja chcę żeby była po środku. Próbowałem sam zrobić, ale mi nie wychodziło. Proszę o pomoc! Dodaję screena.
dodaję szablony forumbit_depth2_forum:
adres forum: www.stylerniaa.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Ikonka działu jest po prawej stronie a ja chcę żeby była po środku. Próbowałem sam zrobić, ale mi nie wychodziło. Proszę o pomoc! Dodaję screena.
dodaję szablony forumbit_depth2_forum:
Kod:
<tr>
<td class="trow1" width="3%" valign="top"><ul><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></ul></td>
<td class="trow2" width="auto" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow1" valign="top" align="center" width="15%" style="white-space: nowrap"><ul><b>{$posts}</b> postów{$unapproved['unapproved_posts']}<br/><b> {$threads}</b> tematów{$unapproved['unapproved_threads']}</ul></td>
<td class="trow2" valign="top" align="right" width="25%" style="white-space: nowrap"><ul>{$lastpost}</td></ul>
</tr>