ECSHOP v2.61 添加首页文章分类方法

2016-07-07 16:09 来源:www.chinab4c.com 作者:ecshop专家

呵呵,好东西,支持!

回答:
谁试过,会不会影响到上广告位的数量。之前我试过类似这种代码的,就影响上广告位的数量。最多首页可以上四个广告位,上多一个都会出现广告不显示或广告位串位等问。

很好呀,我也来试试,支持并谢谢楼主

www.my1008.com

不错,支持了

有没有GBK版的?

GBK版修改这里即可,其他是一样的。

二、cat_articles.lbi 文件里面内容

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="box">
<div class="box_3">
<h3><span><a style="color: #565656; text-decoration: none" href="{$articles_cat.url}"
title="{$articles_cat.name|escape:html}">{$articles_cat.name|escape:html}</a></span>
<a href="{$articles_cat.url}"><img src="../images/more.gif" title="浏览更多" /></a></h3>
<div class="boxCenterList RelaArticle">
<!--{foreach from=$articles item=article}-->
<a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title|truncate:16:"...":true}</a><br />
<!--{/foreach}-->
</div>
</div>
</div>
<div class="blank5"></div>


改为


<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<div class="box">
<div class="box_3">
<h3> <span><a style="color: #565656; text-decoration: none" href="{$articles_cat.url}"
title="{$articles_cat.name|escape:html}">{$articles_cat.name|escape:html}</a></span>
<a href="{$articles_cat.url}"><img src="../images/more.gif" title="浏览更多" /></a></h3>
<div class="boxCenterList RelaArticle">
<!--{foreach from=$articles item=article}-->
<a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title|truncate:16:"...":true}</a><br />
<!--{/foreach}-->
</div>
</div>
</div>
<div class="blank5"></div>

我用的是UTF-8 默认的模板
我想问一下,我目前添加了两项文章分类
都显示在上顶部,
在下边添的三项没有显示

2008-12-08_172156.jpg (12.53 KB)

2008-12-08_172156.jpg


需要到后台模板设置,指定文章分类位置、数量(数量推荐为 8 )。

谢谢,我想起来了
在后台首页模板里调用相应的就行了

我想问个题外的,能不能把留言的内容也在首页,以文章分类的形式调用啊

不错,用上了。http://www.aiyiyuan.cn/

我的不对呀,帮我看看是怎么回事呀?
我是菜鸟, 只能看到出错,还不知道错在那里呢
帮帮我~~谢谢!

案例网址:http://www.mwfor.com/index.php

我的不对呀,帮我看看是怎么回事呀?
我是菜鸟, 只能看到出错,还不知道错在那里呢
帮帮我~~谢谢!

案例网址:http://www.mwfor.com/index.php

我的不对呀,帮我看看是怎么回事呀?
我是菜鸟, 只能看到出错,还不知道错在那里呢
帮帮我~~谢谢!

案例网址:http://www.mwfor.com/index.php