wersja skryptu MyBB: 1.8.6
adres forum: www.csgamers.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam chciałbym zrobić tak że "poddziały" w kategorii forum są jeden pod drugim bo w stylu mam każdy obok siebie załączam ssy
SS - http://zapodaj.net/3dd62468854c7.jpg.html
tak wygląda jak jest jeden "poddział" natomiast jak zrobię drugi "poddział" w kategorii forum mam taki effekt:
SS - http://zapodaj.net/f2a300ad66ef8.jpg.html
A chciałbym otrzymać taki effekt:
SS - http://zapodaj.net/32b335a01a65b.jpg.html
forumbit_depth1_cat
adres forum: www.csgamers.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam chciałbym zrobić tak że "poddziały" w kategorii forum są jeden pod drugim bo w stylu mam każdy obok siebie załączam ssy
SS - http://zapodaj.net/3dd62468854c7.jpg.html
tak wygląda jak jest jeden "poddział" natomiast jak zrobię drugi "poddział" w kategorii forum mam taki effekt:
SS - http://zapodaj.net/f2a300ad66ef8.jpg.html
A chciałbym otrzymać taki effekt:
SS - http://zapodaj.net/32b335a01a65b.jpg.html
forumbit_depth1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="forumh tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<h3><div valign="top" class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></h3>
<div><strong><a href="{$forum_url}" style="background: #111 url(images/duende2/topic_button.png) repeat-x top; border: 1px solid #212121; border-width: 1px 1px 0 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: -moz-linear-gradient(top, #111 0%, #111 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,111)); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.02), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; white-space: nowrap; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; color: #fff; text-shadow: 0 -1px 0 #191919; font: 300 12px/1.3 Helvetica, Arial, sans-serif; line-height: 30px; height: 30px; padding: 0 10px; text-align: center; min-width: 125px; display: inline-block; cursor: pointer; ">{$forum['name']} </a></strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td>
<ul>{$sub_forums}</ul>
</td>
</tr>
</tbody>
</table>
<br />