Prefixy w top5reputacji

Założony przez  TheFarcik.

wersja skryptu MyBB: 1.6.11
adres forum: dgl-series.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): w top5 reputacji w prefixach w srodku liczby są ciemne a chce zeby były białe, a jak ranga na minusie to zeby było czerwone

Z
[Obrazek: 1PXgr.png]


Na


[Obrazek: 1NxGjb.png]
refff
Pokaż zawartość
ACP -> Style i szablony -> Szablony -> Szablony globalne -> topStats_ReputationRow
<tr>
<td class="trow1">
<img src="{$avatar_rep}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_rep}" style="margin-top: 7px;float: left;">{$top_rep_username}</a>
<span class="prefix" style="float: right;margin-right: 5px;margin-top: 6px; background-color: green;">{$reputacji}</span>
</td>
</tr>
Przecież wysłałem Ci kod, który masz podmienić w globalnych.....
W ACP -> Style i szablony -> Szablony -> Szablony globalne -> topStats_ReputationRow

Wszystko zamień na to:
<tr>
<td class="trow1">
<img src="{$avatar_rep}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_rep}" style="margin-top: 7px;float: left;">{$top_rep_username}</a>
<span class="prefix" style="float: right;margin-right: 5px;margin-top: 6px; background-color: green; color:white; font-weight:bold;">{$reputacji}</span>
</td>
</tr>
UP nie działa

123123 wysłałeś coś? napisałeś nawet nwm co zrobić napisz po poslku :P i wbijaj na gg
Omajgat ;)

Masz mój cały kod z Globalnych

Podmień CAŁY

<tr><td class="trow101">
            <span style="margin-top: 1px;float: left;">{$tpl['profilelink']}</span>
            <span style="float: right;margin-right: 5px;margin-top: 1px;"><span class="prefix" style="background-color: rgb(117, 68, 5);color:white;">{$tpl['reputation']}</span></span>
            </td></tr>
UP całkowicie nie działa :P nawet nicków ni ma :/
Podaj mi CAŁĄ zawartość kodu ReputationRow
Top stats reputation

<table border="0" cellspacing="0" cellpadding="4" class="tborder" style="border: 1px solid #393939;">
            <tbody><tr>
            <td class="thead" colspan="1"><strong>
            Top {$ilosc} reputacji
            </strong></td>
            </tr>
{$topstats_reputation_row}
            </tbody></table>

Reputation row

<tr>
<td class="trow1">
<img src="{$avatar_rep}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_rep}" style="margin-top: 7px;float: left;">{$top_rep_username}</a>
<span class="prefix" style="float: right;margin-right: 5px;margin-top: 6px; background-color: green; color:white; font-weight:bold;">{$reputacji}</span>
</td>
</tr>
Podmień reputation_row na ten:

<tr>
<td class="trow1">
<img src="{$avatar_rep}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_rep}" style="margin-top: 7px;float: left;">{$top_rep_username}</a>
<span class="prefix" style="float: right;margin-right: 5px;margin-top: 6px; background-color: white; font-weight:bold;">{$reputacji}</span>
</td>
</tr>
zamiast białej czcionki jest biały prefix
No bo tam jest background-color: white;
by czcionka była biała powinno być color: white;
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Nie działa ;/



Użytkownicy przeglądający ten wątek:

1 gości