wersja skryptu MyBB: Najnowsza
adres forum: wscgang.ct8.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Top 5 Piszących, Top5 Reputacji oraz Top 5 czasu online ma inną belkę od np ostatnich tematów. Jak zmienić na normalne jakie jest u góry?
Demo na: wscgang.ct8.pl -> Sidebar.
topStats_Posters
topStats_PostersRow
topStats_Reputation
topStats_ReputationRow
topStats_Timeonline
topStats_TimeonlineRow
recenttopics ( wstawiam np dla wzorowania )
adres forum: wscgang.ct8.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Top 5 Piszących, Top5 Reputacji oraz Top 5 czasu online ma inną belkę od np ostatnich tematów. Jak zmienić na normalne jakie jest u góry?
Demo na: wscgang.ct8.pl -> Sidebar.
topStats_Posters
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead" colspan="1"><strong>{$lang->topStats_Top} {$tpl['limit']} {$lang->topStats_Posters}</strong></td></tr>
{$tpl['row']}</table><br />
topStats_PostersRow
<tr><td class="trow1">
<img src="{$tpl['avatar']}" alt="" style=" border: 1px solid #999;
border-radius: 4px;
padding: 2px;
height: 35px;
width: 35px; float: left;width: {$tpl['avatar_width']}px;margin-right: 5px;"/>
<span style="margin-top: 7px;float: left;">{$tpl['profilelink']}</span>
<div style="float:right; padding-right: 5px;">
<span style="background: #D8D8D8; border: 1px solid #E2E2E2;padding: 1px 6px !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: black;">
{$tpl['postnum']}</span>
</div>
</td></tr>
topStats_Reputation
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead" colspan="1"><strong>{$lang->topStats_Top} {$tpl['limit']} {$lang->topStats_Reputation}</strong></td></tr>
{$tpl['row']}</table><br />
topStats_ReputationRow
<tr><td class="trow1">
<img src="{$tpl['avatar']}" alt="" style=" border: 1px solid #999;
border-radius: 4px;
padding: 2px;
height: 35px;
width: 35px; float: left;width: {$tpl['avatar_width']}px;margin-right: 5px;"/>
<span style="margin-top: 7px;float: left;">{$tpl['profilelink']}</span>
<div style="float:right; padding-right: 5px;">
<span style=" background: #7BA60D; border: 1px solid #8DBE0D; padding: 1px 6px !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: white;"> {$tpl['reputation']} </span>
</div>
</td></tr>
topStats_Timeonline
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead" colspan="1"><strong>{$lang->topStats_Top} {$tpl['limit']} {$lang->topStats_Online}</strong></td></tr>
{$tpl['row']}</table><br />
topStats_TimeonlineRow
<td class="trow1">
<img src="{$tpl['avatar']}" alt="" style=" border: 1px solid #999;
border-radius: 4px;
padding: 2px;
height: 35px;
width: 35px; float: left;width: {$tpl['avatar_width']}px;margin-right: 5px;"/>
{$tpl['profilelink']}<br />
<div style="float:right; padding-right: 5px;">
<span style=" background: #cc6633; border: 1px solid #cc6600; padding: 1px 6px !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: white;">{$tpl['time']} </span>
</div>
</td></tr>
recenttopics ( wstawiam np dla wzorowania )
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-top:5px;">
<thead>
<tr>
<td class="thead" colspan="2">
<div><strong><i class="fa fa-eject"></i> {$lang->index_name}</strong></div>
</td>
</tr>
</thead>
{$recenttopics_row}
</table>
<br />