Przycisk "cytowanie selektywne"

Założony przez  sim0_n.

wersja skryptu MyBB:1.8.4
adres forum:www.opelsignum.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):

Witam, dodałem plugin "cytowanie selektywne" do forum, jednak button nie wyświetla się prawidłowo. Próbowałem poczytać i zrobić to samemu ponieważ widziałem, że problem ten był już poruszany, jednak nie mogę sobie poradzić. Proszę o pomoc. W tej chwili wyświetla się to tak jak w załączniku - chciałbym, żeby wyświetlało się jak pozostałe buttony.


Załączone pliki Miniatury
   
Daj szablon tego przycisku oraz szablon przycisku ze stylu (opis posta -> np. postbit_quote)
postbit_classic
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade} post_{$post['usergroup']}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
  <div class="arrow_box">
    <div class="author_information">
       {$post['onlinestatus']} <strong><span class="protext">{$post['profilelink']}</span></strong>  <br>
      <br />
      {$post['useravatar']}
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']} <br>
      <div class="postbit_buttons author_buttons float_left" style="padding-top: 8px;">
    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
    </div>
</div></div></div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
  
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    
    
    
     {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
    </div>
</div>
<div class="post_controls">

    <div class="postbit_buttons post_management_buttons float_right">
            {$post['button_rep']}    {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote_fast']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>
</div>


postbit_quote
<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote"><span>{$lang->postbit_button_quote}</span></a>
Chodziło mi o button cytowania selektywnego z globalnych szablonów, a nie o postbit_classic
Własnie edytowałem post bo chciałem zadać pytanie gdzie znajdę ten button w globalnym szablonie, nie mogę tego zlokalizować. Nie są to pliki graficzne tylko wszystko jest chyba w CSS, a ja nie do końca rozumiem, w jaki sposób tam są ikonki tych przycisków, dlatego nie mam pojęcia gdzie ich szukać i jak edytować.

Czy chodzi może o to?

.post_controls {
    background: #eeeeee;
    color: #777777;
    clear: both;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-shadow: 1px 1px 0px #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0 1px 1px #fff;
    box-shadow: inset 0 0 1px 1px #fff;
    padding: 2px;
    overflow: hidden;
    
    font-size: 12px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
padding: 2px 5px;
margin: 2px;
font-size: 12px;
color: #777777;
text-shadow: 1px 1px 0px #fff;
}

.postbit_buttons > a:hover {
    color: #000;
    text-shadow: 1px 1px 0px #fff;
}

.postbit_buttons a span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
   font-size: 12px;
}

.postbit_buttons a.postbit_find span:before {
content: "\f002";
}

.postbit_buttons a.postbit_reputation_add span:before {
content: "\f067";
}

.postbit_buttons a.postbit_email span:before {
content: "\f0e0";
}

.postbit_buttons a.postbit_website span:before {
content: "\f0ac";
}

.postbit_buttons a.postbit_pm span:before {
content: "\f199";
}

.postbit_buttons a.postbit_quote span:before {
content: "\f10e";
}

.postbit_buttons a.postbit_multiquote span:before {
content: "\f055";
}

.postbit_buttons a.postbit_multiquote_on span:before {
content: "\f056";
   color: #DB1304;
}

.postbit_buttons a.postbit_edit span:before {
content: "\f044";
}

.postbit_buttons a.postbit_qdelete span:before {
content: "\f00d";
}

.postbit_buttons a.postbit_qrestore span:before {
content: "\f067";
}

.postbit_buttons a.postbit_report span:before {
content: "\f0a1";
}

.postbit_buttons a.postbit_warn span:before {
content: "\f0e3";
}

.postbit_buttons a.postbit_purgespammer span:before {
content: "\f071";
}

.postbit_buttons a.postbit_reply_pm span:before {
content: "\f112";
}

.postbit_buttons a.postbit_reply_all span:before {
content: "\f122";
}

.postbit_buttons a.postbit_forward_pm span:before {
content: "\f064";
}

.postbit_buttons a.postbit_delete_pm span:before {
content: "\f00d";
}
ACP -> style i szablony -> szablony -> szablony globalne -> fastquote_ (albo podobnie)
fastQuote_button
<a href="#message" onclick="addquote('{$fastquote_data['pid']}','{$fastquote_data['dateline']}','{$fastquote_data['username']}');" title="{$fastquote_data['title']}" class="postbit_fastquote"><span class="postbit_fastquote_span" style="{$fastquote_data['style']}">*</span></a>
<div style="display:none;" id="message_fq{$fastquote_data['pid']}">{$fastquote_data['message']}</div>

w życiu bym sam tego nie znalazł...
Zobacz tak
<a href="#message" onclick="addquote('{$fastquote_data['pid']}','{$fastquote_data['dateline']}','{$fastquote_data['username']}');" title="{$fastquote_data['title']}class="postbit_fastquote"><span>Cytowanie selektywne</span></a>
<
div style="display:none;" id="message_fq{$fastquote_data['pid']}">{$fastquote_data['message']}</div
I do .css dodaj to
.postbit_buttons a.postbit_fastquote span:before {
  
content"\f10e";

Jeżeli nie będzie nadal wyglądało tak jak reszta to podaj konto testowe.
działa wyśmienicie, dziękuję:)



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

1 gości