Oddzielenie sygnatury od posta

Założony przez  Darni.

wersja skryptu MyBB: Najnowsza
adres forum: http://cs-portico.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Styl: Deflection
Witam,
Mam problem z oddzieleniem sygnatury od stylu wpisuje tak jak w innych postach piszą znawcy - w postbit_signature to "<hr>"
i w global css daje kolory itd ale nie ma efektu, nie wiem dlaczego.

Proszę o pomoc.
Pomogłem? Doceń to ^.^
Pokaż postbit_classic i postbit_signature (ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Opis posta).
A może nie włączyłeś tej sygnatury?
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
<hr style="border: 1px solid red;color: red; background-color: red;" />

Taki kod powinien zadziałać w prawie wszystkich przeglądarkach.
Dlaczego masz dwa razy zdefiniowany hr (w CSS)[do tego błędnie]? :P
Zdefiniuj go raz.
hr {
background-color#fff;
height1px;

(01.08.2013, 19:14)Cybul napisał(a): Dlaczego masz dwa razy zdefiniowany hr (w CSS)[do tego błędnie]? :P
Zdefiniuj go raz.
hr {
background-color#fff;
height1px;


chyba ślepy jestem bo nie widze go dwa razy ;x

Mój postbit signature:
<hr style="border: 1px solid red;color: red; background-color: red;" />
{$post['signature']}
Postbit_classic:
<table border="0" class="showthread_postmain">
<tr>
<td class="tcatleft"><center>{$post['onlinestatus']} <span class="showthread_authorname">{$post['profilelink']}</span></center>
</td><td class="tcatright">
                <div class="left">{$post['postdate']}, {$post['posttime']}
                <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>{$post['posturl']}</td></tr>
<tr><td class="showthread_postauthorinfo">
<div>
            <div><span class="smalltext">{$post['usertitle']}</span><br />
                <span class="showthread_useravatar">{$post['useravatar']}</span>
            </div>
            <div>
{$post['reputation_title']}
                <span class="smalltext">
                    <br />
                    {$post['userstars']}
                    {$post['groupimage']}
                </span>
            </div>
            <div><div style="padding-top: 5px;">
            {$post['user_details']}{$post['ougc_awards']}{$post['awards']}</div>
            </div>
            </div> </td>
<td valign="top" class="showthread_postcontent">

<div class="showthread_postcontentwrapper">
        <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span><br />
        <div class="showthread_postbody_message" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                <hr style="border: 1px solid red;color: red; background-color: red;" />
{$post['signature']}
            <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
        </div>

</td>
</tr>
<tr><td colspan="2" class="showthread_post_options"><span class="left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
            </span>
            
            <span class="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
            </span></td></tr>
</table>
Pomogłem? Doceń to ^.^
w postbit_classic znajdź:
<hr style="border: 1px solid red;color: red; background-color: red;" />
{$post['signature']}

I usuń ten <hr/>
Dwa razy, bo masz globalek.css, który dopiero reaguje na zmiany (upewniłem się na FF, bo myślałem, że mnie Opera w konia robi).

Edytuj hr w globalek.css tak jak ci podałem i będzie działać.

Dowodzik:
[Obrazek: 6vbhGKS91PMZ08hhTZTed1]
Pomyłka.
nie doczytałem postu Cybula

//Edit
Działa
Pomogłem? Doceń to ^.^



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

1 gości