wersja skryptu MyBB: 1.6.15
adres forum: www.skill-zones.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jak i gdzie coś takiego zrobić ?
Gdzie coś takiego zrobić ?
forumbit_depth2_forum
odszukaj <span class="smalltext
i dodaj po odstępie
liczbaWatkow
i do global.css:
Kod:
.liczbaWatkow {
background: green;
padding: 3px;
border-radius: 4px;
}
zamien
Kod:
.liczbaWatkow {
background: green;
padding: 3px;
border-radius: 4px;
}
na
Kod:
.liczbaWatkow {
background: green;
padding: 3px;
border-radius: 4px;
color: white;
}
Już lepiej,ale tak żeby były kształtne te figury ?
podaj adres forum, tego co zrobiles ss'a
zamien
Kod:
.liczbaWatkow {
background: green;
padding: 3px;
border-radius: 4px;
color: white;
}
na
Kod:
.liczbaWatkow {
background: url('http://cs-offensive.pl/public/style_images/spark3/rep_bg.png') repeat-x scroll 0px -1px #0A9900;
display: inline-block;
width: 85px;
height: 17px;
line-height: 16px;
padding: 0px 10px;
font-size: 9px;
text-transform: uppercase;
color: #FFF;
border-radius: 2px;
}
masz to samo co oni i nadal nie to? co Ci nie pasuje?
Moze ctrl + f5 kilka razy
Nie mam tak jak oni,bo tylko Posty są na zielono,a Wątki ?
pokaz szablon forumbit_depth2_forum
Kod:
<tr>
<td class="{$bgcolor}" align="center" width="1"><img src="{$theme['imgdir']}/ak/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" 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="{$bgcolor}" width="80" valign="center" align="center" style="white-space: normal"><span class="smalltext liczbaWatkow"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts}<br><br><strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" width="240" valign="center" align="left" style="white-space: normal">{$lastpost}</td>
</tr>