Webboard

Pełna wersja: Naklejka autor tematu
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Chciałbym nazwę autor tematu jako naklejka jak właściciel tylko tam gdzie napisane :)


[attachment=13126]

Forum : uTysia.pl

Silnik : 1.8.14
(24.12.2017, 13:20)Penny napisał(a): [ -> ]https://webboard.pl/thread-54037-post-22...#pid227650
https://community.mybb.com/mods.php?action=view&pid=371

Kod:
function author_postbit(&$post)
{
   global $db, $thread, $mybb;
   
   if($post['uid'] == $thread['uid'] && $post['pid'] != $thread['firstpost'])
   {
   $post['author'] = '<span class="autor_tematu">&nbsp;</span>';
   }
   else
   {
   $post['author'] = '';
   }
   return $post;    
}
Gdzie to mam wpisać ? niby ? bo nigdzie nie napisane gdzie :D
Wszystko jest opisane w temacie, możesz też użyć gotowego pluginu: https://community.mybb.com/mods.php?action=view&pid=371
(24.12.2017, 13:46)Penny napisał(a): [ -> ]Wszystko jest opisane w temacie, możesz też użyć gotowego pluginu: https://community.mybb.com/mods.php?action=view&pid=371

A jego zmienna ? bo nigdzie nie ma
{$post['threadstarter']}
(24.12.2017, 13:57)Penny napisał(a): [ -> ]{$post['threadstarter']}

[attachment=13128]

Jak zmienić Na Autor Tematu ? :)
Mój postbit_classic
Kod:
{$ignore_bit}{$deleted_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_head">
<h1>{$post['profilelink']}</h1>
<h2>

{$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']}
</h2>
</div>

<div class="post_author scaleimages">{$post['threadstarter']}
{$post['userstars']}

{$post['useravatar']}
<div class="author_information">
<span class="smalltext">
{$theme}
</span>
</div>
<div class="author_statistics">

{$post['user_details']}
</div>
</div>
<div class="post_content">
<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']}">
{$post['iplogged']}
</div>
</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>
Wgrałeś poprawnie plugin?
(24.12.2017, 14:04)Penny napisał(a): [ -> ]Wgrałeś poprawnie plugin?

Tak poprawnie wgrany :)
Jest wyraźnie napisane - Check the plugin settings in configuration - na pewno znajdziesz tam możliwość zmiany napisu.
(24.12.2017, 14:31)Conors napisał(a): [ -> ]Jest wyraźnie napisane - Check the plugin settings in configuration - na pewno znajdziesz tam możliwość zmiany napisu.

[attachment=13130]