Kto dał reputację pod postem.

Szukam  Założony przez  kubaszekr38.

wersja skryptu MyBB: Najnowsza
adres forum: skinydocsgo.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki): Skompilowałem ten plugin z 16 na 18: https://webboard.pl/thread-33365.html i dałem sobie z innego konta reputację i nie wyświetla się, że dałem reputację pod danym postem.. :/ Macie może jakiś inny plugin tego typu? Będę wdzięczny za odpowiedz ;)
https://webboard.pl/thread-60560.html
https://webboard.pl/thread-62822.html
Daje wam postbit i postbit_classic, abyście dodali zmienne tam gdzie trzeba ;)

postibt:

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
    {$post['useravatar']}
    <div class="author_information">
            <strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong><br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']}
        {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
     <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$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_classic:

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
 <h3>
                 <div class="post_username">
                     <strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
                </div>
                <div class="post_date2">
                     {$post['postdate']}
                </div>                
            </h3>
<div class="post_author scaleimages">
    {$post['useravatar']}
    <div class="author_information">
            <br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">                
    {$post['subject_extra']}
 <span class="post_checkandid">
                        {$post['posturl']}
                        {$post['icon']}
               </span>
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
     <div class="post_meta" id="post_meta_{$post['pid']}">
     <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
        {$post['iplogged']}
    </div>
    </div>
    {$post['attachments']}
    {$post['signature']}
    
</div></div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        <a href="#top" class="button_post"><img src="images/carbon/totop.png" alt=""> Do góry</a> {$post['button_report']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>

I napiszcie, czy dodaliście w postbit, czy w postbit_classic, abym się nie pomylił ;)
postbit_classic
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
                 <div class="post_username">
                     <strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
                </div>
                <div class="post_date2">
                     {$post['postdate']}
                </div>                
            </h3>
<div class="post_author scaleimages">
    {$post['useravatar']}
    <div class="author_information">
            <br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">                
    {$post['subject_extra']}
<span class="post_checkandid">
                        {$post['posturl']}
                        {$post['icon']}
               </span>
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
     <div class="post_meta" id="post_meta_{$post['pid']}">
     <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
        {$post['iplogged']}
    </div>
    </div>
    {$post['attachments']}
    {$post['signature']}
    
</div></div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        <a href="#top" class="button_post"><img src="images/carbon/totop.png" alt=""> Do góry</a> {$post['button_report']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
{$post['postrep_outline']}{$post['postrep_inline']}
    </div>
</div>

lub
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
                 <div class="post_username">
                     <strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
                </div>
                <div class="post_date2">
                     {$post['postdate']}
                </div>                
            </h3>
<div class="post_author scaleimages">
    {$post['useravatar']}
    <div class="author_information">
            <br />
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div>
<div class="post_content">
    <div class="post_head">                
    {$post['subject_extra']}
<span class="post_checkandid">
                        {$post['posturl']}
                        {$post['icon']}
               </span>
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
     <div class="post_meta" id="post_meta_{$post['pid']}">
     <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
        {$post['iplogged']}
    </div>
    </div>
    {$post['attachments']}
    {$post['signature']}
    
</div></div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_left">
        <a href="#top" class="button_post"><img src="images/carbon/totop.png" alt=""> Do góry</a> {$post['button_report']}
    </div>
    <div class="postbit_buttons post_management_buttons float_right">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
{$post['postrep_outline']}{$post['postrep_inline']}
</div>
Ten drugi kod jest git ;)



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

1 gości