wersja skryptu MyBB: 1.8.3
adres forum: localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Planuję zmienić styl na forum, styl z Internetu z drobnymi zmianami. Chciałbym, żeby opis działu, tj. ilość postów i ilość wątków była w jednej kolumnie.
Screen przed / Screen po
adres forum: localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Planuję zmienić styl na forum, styl z Internetu z drobnymi zmianami. Chciałbym, żeby opis działu, tj. ilość postów i ilość wątków była w jednej kolumnie.
Screen przed / Screen po
<tr><td style="background:#f7f7f7;">
<table cellspacing="0" cellpadding="4" border="0" align="left" width="100%" class="forumstyle">
<tr class="forumstyles">
<td class="trow3 teerow" align="center" valign="middle" width="1"><div class="fbitcon"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read onnicons" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></div></td>
<td class="trow3 teerow" 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="trow3 teerow" valign="middle" align="center" style="white-space: nowrap" width="130"><span class="fbitstats">{$threads}{$unapproved['unapproved_threads']} wątków</span></td>
<td class="trow3 teerow" valign="middle" align="center" style="white-space: nowrap" width="130"><span class="fbitstats">{$posts}{$unapproved['unapproved_posts']} postów</span></td>
<td class="trow3 teerow" valign="top" align="right" style="white-space: nowrap" width="200">{$lastpost}</td>
</tr>
</table>
</td></tr>