Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu:
wersja skryptu MyBB:
adres forum:
opis problemu:
Witam jak przesuńąc nazwe kategori aby nie zaslaniała napisu Metin2 screen w załączniku
ACP-->Style i szablony-->Szablony--> Szablony twojego stylu --> Opis działu --> forumbit_depth1_cat
i jak masz:
Kod PHP:
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
Zmień na:
Kod PHP:
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><span style="margin-left: 30px;"><a href="{$forum_url}">{$forum['name']}</a></span></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
Wartość marginesu ustaw pod siebie...
Pozrawiam
Jeden wątek jeden problem...
a jak zrobić w dziale i statystyki jeszcze. Wystarczy powiedzieć które pliki za to odpowiadają dalej chyba poradzę sobie