wersja skryptu MyBB:1.6.15
adres forum: www.cs-atom.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
jak zmienic belki na forum ??
style masz w kodzie, więc musisz edytować szablon: forumbit_depth1_cat
forumbit_depth1_cat a gdzie to znajde ?
ACP / Style i Szablony / Szablony / Znajdź i zamień
Zjedź na sam dół i wpisz: forumbit_depth1_cat
i co mam tu edytowac ??
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_belka">
<thead>
<tr>
<div id="" class="thead belkatlo" colspan="5"><div class="relative">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></div>
<div><a href="{$forum_url}">{$forum['name']}</a>
</td>
</tr>
</thead>
</table>
<div class='obramowanie1'>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_kat">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
</div>
<br />
zamiast tego innego obrazka wstawic inny ?
Kod PHP:
.belkatlo {
background: http://edivision.pl/public/style_images/sssssssssssss/maintitle.png') repeat-x 100% 50% #FF0000;
}
Spróbuj, ale to powinno wyglądać tak:
Kod:
.belkatlo {
background: url('link_do_obrazka') repeat-x 100% 50% #FF0000;
}
zrobilem tak jak kazales i nic sie nie zmienilo
Dla mnie to wygląda jakbyś używał colorPickera, spróbuj pozbyć się tego skryptu.