打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Ecshop首页主广告修改为:JS 并带有排序功能

Ecshop首页主广告修改为:JS 并带有排序功能

 

  下面讲一下如何把Ecshop网店系统的首页主广告修改为JS并带有排序功能,先来看看效果吧:

修改方法如下:

1、把library/index_ad.lbi 里代码替换成以下代码:

<meta http-equiv="Content-Type" content="text/html; charset=gbk"><script type="text/javascript" src="//archive.cnblogs.com/a/2717157/"http://www.mfwine.cn/themes/Genuine/myFocus/myfocus-2.0.1.min.js"></script><script type="text/javascript">//设置myFocus.set({id:'myFocus',//IDpattern:'mF_pconline',//风格time:5//切换时间间隔(秒)});</script><div id="myFocus"><!--焦点图盒子--><div class="loading"><img src="//archive.cnblogs.com/a/2717157/"themes/Genuine/myFocus/loading.gif" alt="请稍候..." /></div><!--载入画面(可删除)--><div class="pic"><!--图片列表--><ul><!--{foreach from=$index_adlist item=ads}--><li><a target="_blank" href="http://archive.cnblogs.com/a/2717157/"{$ads.url}"><img src="//archive.cnblogs.com/a/2717157/"{$ads.content}" alt="{$ads.ad_name}" /></a></li><!--{/foreach}--></ul></div></div>

2、修改index.php

在“?>”前加上以下代码: 

function get_index_ad(){$sql = 'SELECT ad_type,content,ad_name,url,orderid FROM ' . $GLOBALS['ecs']->table("ad_custom") .'ORDER BY orderid ASC'  ;$res = $GLOBALS['db']->getAll($sql);$ads = array();foreach ($res AS $adx => $row){$ads[$adx]['ad_type']           = $row['ad_type'];$ads[$adx]['content']           = $row['content'];$ads[$adx]['url']               = $row['url'];$ads[$adx]['ad_name']           = $row['ad_name'];}return $ads;}

 在下面这段代码

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

后加入

$smarty->assign('index_adlist', get_index_ad());

3、在“ecs_ad_custom”表下增加一个字段“orderid”

4、修改admin/flashplay.php

5、修改后台模板 admin/templates 下的三个文件

  • flashplay_custom.htm
  • flashplay_custom_add.htm
  • flashplay_ccustom_edit.htm

第4与5步的修改打包下载地址:http://www.028wz.net/mf.zip

本文摘自:028工作室

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
44万点赞,1万多用户评论,6000次转发的游戏广告什么样?
Ecshop商品分类页排序方式推荐排序为图片排序方式
Ecshop会员注册的电子邮箱改成非必填项
CnBlogs.Com用到的CSS控制的代码折叠功能测试
ecshop中将会员注册页面的email修改成非必填项
周特一药业
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服