Naklejka autor tematu

Szukam  Założony przez  Sebastianek32.

Chciałbym nazwę autor tematu jako naklejka jak właściciel tylko tam gdzie napisane :)


   

Forum : uTysia.pl

Silnik : 1.8.14
https://webboard.pl/thread-54037-post-22...#pid227650
https://community.mybb.com/mods.php?action=view&pid=371
Wsparcie poza forum - odpłatne.
(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

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
Wsparcie poza forum - odpłatne.
(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']}
Wsparcie poza forum - odpłatne.
(24.12.2017, 13:57)Penny napisał(a): {$post['threadstarter']}

   

Jak zmienić Na Autor Tematu ? :)
Mój postbit_classic
{$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?
Wsparcie poza forum - odpłatne.
(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.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna.
(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.

   



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

1 gości