مرحبا بك،
الطريقة القديمة لعرض آخر الأخبار قد تمّ الاستغناء عنها بسبب عدم دعم الوسم 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&show=1&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}