网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 网络知识 > 正文

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

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 14/06/29

【编者按】:网学网网络知识为您提供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="/uploadfile/201406/29/ED132238232.gif" alt="请稍候..." /></div><!--载入画面(可删除)-->
<div class="pic"><!--图片列表-->
<ul>
<!--{foreach from=$index_adlist item=ads}-->
<li><a target="_blank" href="{$ads.url}"><img src="{$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'', 



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















当前位置: 网学 > 编程文档 > 网络知识 > 正文

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

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 14/06/29
content
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号
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工作室

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号