أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

ازاى اغير فى قالب اخر المشاركات


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif ازاى اغير فى قالب اخر المشاركات
  31-07-2016 04:41 مساءً  
Mr King
معلومات الكاتب
مرحبا بك،

الطريقة القديمة لعرض آخر الأخبار قد تمّ الاستغناء عنها بسبب عدم دعم الوسم marquee من طرف بعض المتصفحات

لإعادة الطريقة القديمة لعرض شريط آخر الأخبار يمكنك استبدال محتوى القالب lasts_posts_bar بالكود التالي

CODE

{if {$_CONF['info_row']['activate_lasts_posts_bar']} == 1}

<div id="lasts_posts_bar" class="pkr-b">
<div class="thead1 pkr pkr-b">
{$lang['latest_posts']}
</div>
<div class="news-item">
<marquee direction="{$_CONF['info_row']['lasts_posts_bar_dir']}" dir="{$_CONF['info_row']['content_dir']}" onmouseover=this.stop() onmouseout=this.start()>
{Des::while}{LastsPosts}
 <a target="_blank" title="{$lang['LastsPostsWriter']} {$LastsPosts['writer']}
{$lang['LastsPostsDate']} {$LastsPosts['reply_date']}
{if {$LastsPosts['last_replier']}}
{$lang['LastsPostsReplyWriter']} {$LastsPosts['last_replier']}
{else}
{$lang['LastsPostsReplyWriter']} {$LastsPosts['writer']}
{/if}
{$lang['LastsPostsReply_number']} {$LastsPosts['reply_number']}
{$lang['LastsPostsvisitor']} {$LastsPosts['visitor']}"
href="index.php?page=topic&amp;show=1&amp;id={$LastsPosts['id']}">
<?php $PowerBB->_CONF['template']['while']['LastsPosts'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastsPosts'][$this->x_loop]['title']); ?>
   {$LastsPosts['title']}
   </a>
     <span style="color:#FF0000;">..:||:..</span>
{/Des::while}
</marquee>
</div>

</div>
{/if}      


تم تحرير المشاركة بواسطة :Mr King بتاريخ:31-07-2016 04:43 مساءً



الساعة الآن 08:31 AM