وعليكم السلام
لوحة تحكم الإدارة القوالب » default-style » تحرير : whatis_new
أضف
CODE
$PowerBB->_CONF['template']['while']['lastPostsList'][$this->x_loop]['title_full'] = $PowerBB->_CONF['template']['while']['lastPostsList'][$this->x_loop]['title'];
قبل
CODE
$PowerBB->_CONF['template']['while']['lastPostsList'][$this->x_loop]['title'] = $PowerBB->Powerparse->_wordwrap($PowerBB->_CONF['template']['while']['lastPostsList'][$this->x_loop]['title'],'30');
استبدل
CODE
<a title="{$lastPostsList['title']}" href="index.php?page=topic&show=1&id={$lastPostsList['id']}">
ب
CODE
<a title="{$lastPostsList['title_full']}" href="index.php?page=topic&show=1&id={$lastPostsList['id']}">