上一篇: 下一篇:

底部新闻插件不能正常显示过长标题解决方法

2010年04月20日  |  15:49分类:Zen-Cart二次开发  |  标签:  |  681 views

zen-cart安装底部新闻插件后,有的新闻标题过长,不能正常显示,会显示成2行,很不美观,所以

可以显示成固定长度的标题加上省略号,方法如下:

找到/includes/templates/Your_template_name/templates/tpl_modules_news_list.php
这个文件的echo $newsArticle['articleName'];
修改成下面的:
<?php
 if (strlen($newsArticle['articleName']) >=50) {
    
 echo substr($newsArticle['articleName'],0,47).’…’;
   
 }else{
 echo $newsArticle['articleName'];
 }
?>

50是标题显示的长度,47标题长度大于50时截取47字符显示然后加上…
50和47 可以根据网页的宽度来适当调整。

喜欢本文,那就收藏到: Del.icio.us Google书签 Digg Live Bookmark Technorati Furl Yahoo书签 Facebook 百度搜藏 新浪ViVi 365Key网摘 天极网摘 和讯网摘 博拉网 POCO网摘 添加到饭否 QQ书签 Digbuzz我挖网

1条评论 关于 “底部新闻插件不能正常显示过长标题解决方法”

  1. zhu 发表于: 七月 13th, 2010 15:40

    有底部新闻插件吗?可以的话,发一份给我,谢谢


发表您的评论

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word