本站遵守 Creative Commons License 许可 转载时务必以超链接形式标明文章原始出处和作者信息 |





| There are no items to display 问题解决方法 |
|
|
|
| Written by Administrator | |||
| Wednesday, 14 November 2007 08:59 | |||
|
当没有一篇文章在Front Page显示时,Joomla的首页会出现There are no items to display的提示,令人心烦,解决办法有2种。 1、编辑language/english.php,大约119行,找到代码 DEFINE('_EMPTY_BLOG','There are no Items to display'); 删除There are no items to display。 2、编辑components\com_content\content.php,大约1138行,找到代码 echo _EMPTY_BLOG;,删除这行代码。 适用于:Joomla 1.0.x
|
|||
| Last Updated on Sunday, 08 February 2009 07:15 |