百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>Ecshop教程> 在ECSHOP首页调用标签云的所有标签
分享文章到:

在ECSHOP首页调用标签云的所有标签

发布时间:12/03 来源: 浏览: 关键词:

经常看到有人问,如何把ECSHOP标签云调用到首页呢,现在就来说一下相关的修改教程。

老规矩,还是以官方默认模板为例。

首先,让我们来打开 /index.php 文件

找到

$smarty->assign('shop_notice',     $_CFG['shop_notice']);       // 商店公告



在它下边增加PHP代码

$sql=‘select tag_id,user_id,tag_words,count(tag_id) as tag_count’.

        'from'.$globals[''ecs]->table['tag'.]"group by tag_words";

$tag_list=$globals['db']->getall($sql);

if(!empty($tag_lset))

{    

   inlude_once(root_path. 'includes/lib_clips.php');

  color_tag($tag_list);

} $smarty->assign('tag_list',$tag_list); //标签云

然后,我们再打开 模板文件  /themes/default/index.dwt 

鼠标定位到你想显示标签云的地方,加入下面代码

<!--标签云-->
<div class="box">
 <div class="box_1">
  <h3><span><a href="/exchange.php" class="f6">标签云</a></span></h3>
    <div class="centerPadd">
    <div class="clearfix goodsBox" style="border:none;">
       <!-- {if $tag_list} -->
          <!-- 标签云开始 {foreach from=$tag_list item=tag}-->
          <span style="font-size:{$tag.size}; line-height:36px;"> | <a href="{$tag.url}" style="text-decoration:none;color:{$tag.color}">
          {if $tag.bold}
          <b>{$tag.tag_words|escape:html}</b>
          {else}
          {$tag.tag_words|escape:html}
          {/if}
          </a>          
          </span>
          <!-- 标签云结束 {/foreach}-->
          <!-- {else} -->
          <span style="margin:2px 10px; font-size:14px; line-height:36px;">{$lang.no_tag}</span>
          <!-- {/if} -->
      <div class="more"><a href="/tag_cloud.php"><img src="images/more.gif" /></a></div>
    </div>
    </div>
 </div>
</div>
<div class="blank5"></div>


 最后,到后台更新下缓存,就可以了。

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

相关文章

共有7人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板