wersja skryptu MyBB: 1.8.5
adres forum:http://premiumraz.esy.es/index.php
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):
Gdzie mogę znaleźć informacje o tym gdzie znajduje się
konto testowe
L: mybbmod
h:123456
mimo że plugin jest na wersje 1.6* działa poprawnie po zmianie kompatybilność w szablonie postbit_classic nic nie widzę na ten temat.
No już mnie denerwujecie z tym jak zbadać element, szukałem, ale nie widzę nic w szablonie postbic_classic
mój postbic classic
Kod PHP:
<div class="newposts">
{$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']}">
<div class="post_author scaleimages">
{$post['onlinestatus']}
<div style="margin-top: 0px; padding-bottom: 5px;">
<center><strong><span class="largetext">{$post['profilelink']}</span></strong></center>
</div>
{$post['useravatar']}
<div class="author_information">
<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_date2">{$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['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</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']}{$post['iplogged']}
</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></div>
Poszukaj w szablonach od pluginu w szablonach globalnych.
Nie ma szablonu do tego pluginu
Szukaj w pliku .php tego pluginu.
Ogólnie tutaj masz plugin dla 1.8, który działa na takiej samej zasadzie co Twój obecny, ale jest raczej trochę lepiej ogarnięty (m.in posiada szablony, a nie html wrzucony do kodu wtyczki)
https://webboard.pl/thread-62364.html
a gdzie znajduję się css od tego pluginu? chodzi mi o css.php ?
dobra mam w pliku php pluginu
Maja wtyczka nie wymaga edycji plików w celu dostosowania wyglądu, wszystko znajdziesz w panelu administratora w zakładce style i szablony.