MyBB Depo Forum

Orjinalini görmek için tıklayınız: Grup resmi görünümü hk.
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2 3
posbit authoruser sablonu nu aç 

<div class="author_statistics">
{$post['user_details']} 
{$post['groupimage']}
</div>bununla değiştir 
hatta 

PHP Kod:
<ul>
 <
li>{$lang->postbit_posts} <b><font color="black">{$post['postnum']}</font></b></li>
 <
li>{$lang->postbit_threads} <b><font color="black">{$post['threadnum']}</font></b></li>
 <
li>{$post['replink']}</li>
 <
li>{$post['warninglevel']}</li>
</
ul>
 
<
ul>
 {
$post['profilefield']}
</
ul

posbit_autorusers i bununla değiştirebilirsin benim forum daki posbit ile aynı
Herkes birşey diyor hangisi doğru konu güncel sorun çözülmedi
Posbit Clasic kodlarını buraya verirmisin ayarlayıp vereyim sana 
ve posbit author user i
(17-01-2018, Saat:19:36)ArseniC Adlı Kullanıcıdan Alıntı: [ -> ]Posbit Clasic kodlarını buraya verirmisin ayarlayıp vereyim sana 
ve posbit author user i
PHP Kod:
<dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-comments"> </iYorum:</dt>
 <
dd>{$post['postnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-comments-o"> </iKonu:</dt>
 <
dd>{$post['threadnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-calendar"> </iKayıt:</dt>
 <
dd>{$post['userregdate']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-user"> </iÜye Sayısı</dt>
 <
dd>{$post[uid]}</dd>
 </
li>
 </
dl>
 {
$post['replink']}
 {
$post['warninglevel']}
 {
$post['profilefield']} 
Bunu yapıştır Ve bana Posbit-classig in de kodunu gönder


PHP Kod:
<dl class="author_user">
 <
li class="post_count desc lighter">
  <
dd>{$post['groupimage']}</dd> <br>
 <
dt><class="fa fa-comments"> </iYorum:</dt>
 <
dd>{$post['postnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-comments-o"> </iKonu:</dt>
 <
dd>{$post['threadnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-calendar"> </iKayıt:</dt>
 <
dd>{$post['userregdate']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-user"> </iÜye Sayısı</dt>
 <
dd>{$post[uid]}</dd>
 </
li>
 </
dl>
 {
$post['replink']}
 {
$post['warninglevel']}
 {
$post['profilefield']} 
(17-01-2018, Saat:20:18)ArseniC Adlı Kullanıcıdan Alıntı: [ -> ]Bunu  yapıştır Ve bana Posbit-classig in de kodunu gönder



(17-01-2018, Saat:20:18)ArseniC Adlı Kullanıcıdan Alıntı: [ -> ]Bunu  yapıştır Ve bana Posbit-classig in de kodunu gönder


PHP Kod:
<dl class="author_user">
 <
li class="post_count desc lighter">
 
 <dd>{$post['groupimage']}</dd> <br>
 <
dt><class="fa fa-comments"> </iYorum:</dt>
 <
dd>{$post['postnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-comments-o"> </iKonu:</dt>
 <
dd>{$post['threadnum']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-calendar"> </iKayıt:</dt>
 <
dd>{$post['userregdate']}</dd>
 </
li>
 </
dl>
 <
dl class="author_user">
 <
li class="post_count desc lighter">
 <
dt><class="fa fa-user"> </iÜye Sayısı</dt>
 <
dd>{$post[uid]}</dd>
 </
li>
 </
dl>
 {
$post['replink']}
 {
$post['warninglevel']}
 {
$post['profilefield']} 


Kod:
{$ignore_bit}
<div class="border clear clearfix">
<div class="post_classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post_wrap">
<h3>
<span class="post_id smalltext float_right desc blend_links">{$post['posturl']}{$post['icon']}</span>
<div class="post_username">{$post['onlinestatus']} {$post['profilelink']}</div>
<div class="post_date">{$post['postdate']}</div>
{$post['subject_extra']}
</h3>

<div class="author_info clearfix">
<div class="user_details">
<ul class="basic_info">
<p class="desc member_title">{$post['usertitle']}</p>
<li class="avatar">{$post['useravatar']}</li>
<li class="group_icon">{$post['groupimage']}</li>
</ul>

<div class="extraUserInfo">
{$post['user_details']}{$post['newpoints_postbit']}
</div>
<br />
{$post['button_warn']}
</div>
</div>

<div class="post_body">
<div class="post_content" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_meta" id="post_meta_{$post['pid']}">{$post['iplogged']}</div><br />
<div class="RepBar float_right clearfix">{$post['button_rep']}</div>

<ul class="post_controls clear clearfix">
<li class="float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</li>
<li class="float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</li>
</ul>
</div>
</div>
</div>
</div>
Şimdi bunu  yapıştır 
PHP Kod:
{$ignore_bit}
<
div class="border clear clearfix">
<
div class="post_classic {$unapproved_shade}style="{$post_visibility}id="post_{$post['pid']}">
<
a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
<
div class="post_wrap">
<
h3>
<
span class="post_id smalltext float_right desc blend_links">{$post['posturl']}{$post['icon']}</span>
<
div class="post_username">{$post['onlinestatus']} {$post['profilelink']}</div>
<
div class="post_date">{$post['postdate']}</div>
<
div class="post_date">{$post['groupimage']}</div>
{
$post['subject_extra']}
</
h3>

<
div class="author_info clearfix">
<
div class="user_details">
<
ul class="basic_info">
<
class="desc member_title">{$post['usertitle']}</p>
<
li class="avatar">{$post['useravatar']}</li>
<
li class="group_icon">{$post['groupimage']}</li>
</
ul>

<
div class="extraUserInfo">
{
$post['user_details']}{$post['newpoints_postbit']}
</
div>
<
br />
{
$post['button_warn']}
</
div>
</
div>

<
div class="post_body">
<
div class="post_content" id="pid_{$post['pid']}">
{
$post['message']}
</
div>
{
$post['attachments']}
{
$post['signature']}

<
span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<
div class="post_meta" id="post_meta_{$post['pid']}">{$post['iplogged']}</div><br />
<
div class="RepBar float_right clearfix">{$post['button_rep']}</div>

<
ul class="post_controls clear clearfix">
<
li class="float_left">
{
$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</
li>
<
li class="float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</
li>
</
ul>
</
div>
</
div
Sayfalar: 1 2 3