tomaszj2000
- Użytkownik
- 53 19 0 0
wersja skryptu MyBB: Najnowsza
adres forum: http://classicskill.xaa.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Prosiłbym o:
1. Usunięcie grafiki dla Tematów i Postów.
2. Wyrównanie, aby Tematy i Posty były na środku.
SS: http://scr.hu/7dfi/sk7zd
Tutaj mój wycinek "forumbit_depth2_forum":
adres forum: http://classicskill.xaa.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Prosiłbym o:
1. Usunięcie grafiki dla Tematów i Postów.
2. Wyrównanie, aby Tematy i Posty były na środku.
SS: http://scr.hu/7dfi/sk7zd
Tutaj mój wycinek "forumbit_depth2_forum":
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="6%"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} countForum" valign="top" align="center" style="white-space: nowrap; width: 20%;"><div class="num-icons num-threads" title="Ilość tematów">
{$threads}{$unapproved['unapproved_threads']} Tematów
</div><br />
<div class="num-icons num-posts" title="Ilość postów">
{$posts}{$unapproved['unapproved_posts']} Postów
</div></td>
<td class="{$bgcolor}" valign="top" align="right" style="width: 15%; padding-right: 20px;">{$lastpost}</td>
</tr>