展会首页调用展会搜索的标签

{phprequire_onceDT_ROOT.'/include/post.func.php';}{category_select('catid','不限栏目',$catid,$moduleid)}......
2019-03-01 19:57:27

展会增加统计离展会开展的时间天数

修改方法:找到模板template/default/tag/list-exhibit.htm,将下面的代码tdwidth="120"imgsrc="{DT_PATH}file/image/process_{get_process($t[fromtime],$t[totime])}.gif"//td换成:tdwidth="120"imgsrc="{DT_PATH}file/image/process_{get_process($......
2019-03-01 19:57:26

destoon调用某个分类行业

{php$child=get_maincat(你要调用的大类的id,模块id,1);}{loop$child$i$c}ahref="{$MODULE[$mid][linkurl]}{$c[linkurl]}"target="_blank"strong{set_style($c[catname],$c[style])}/strong/a{/loop}......
2019-03-01 19:57:25

destoon 调用多分类下的商品信息

如供应下!--{tag("moduleid=5catidin(20,22)condition=status=3andthumb''length=20pagesize=4template=指定标签模板")}--......
2019-03-01 19:57:24

在destoon首页调出高级搜索页面里的“分类”下拉菜单

高级搜索页面,比如template/sell/search.htm里面有分类:{$category_select}复制代码在sell/search.php页面就可以显示后台设置的分类,可以进行选择我把高级搜索的FORM直接放到INDEX.HTM里面,分类和地区的下拉菜单就显示不出来,不能从数据库里拿到信息。template/sell/search.htm好像是从module/sell/search.inc.php里面调用信息吧如果我想在首页用高级搜索FORM,怎么可以显示出下拉选项的内容代码如下:{......
2019-03-01 19:57:23

destoon好看的信息统计

好看的统计(加了假统计效果,就是代码中的数字)产品数:{phpechonumber_format(242332333+($db-count($DT_PRE.'sell_5','status=3',1800)));}采购数:{phpechonumber_format(32333+($db-count($DT_PRE.'buy_6','status=3',1800)));}企业数:{phpechonumber_......
2019-03-01 19:57:18

destoon首页底部加产品分类拼音索引

产品分类拼音索引:{php$LETTER=array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o',......
2019-03-01 19:57:16

公司LOGO调用方法

1、在/include中查找到global.func.php这个文件在这个文件中添加一个函数:functionget_company_setting($userid,$key='',$cache=''){global$db;if($key){$r=$db-get_one("SELECt*FROM{$db-pre}company_settingWHEReuserid=$useridANDitem......
2019-03-01 19:57:15

destoon在分类下调用当前栏目中发布过商品的公司

打开/include/global.func.php在最后边加上以下代码:functionget_com($catid){global$db;$sql="select*from".$db-pre."categorywherecatid=".$catid."";//调用当前栏目所有子分类$result=mysql_query($sql);$catids='';while($count=mysql_fetch_......
2019-03-01 19:57:14

destoon系统商城加淘宝客按钮方法

第一步:增加淘宝客字段在网站后台,选择商城管理的模块设置,点击定义字段,选择添加字段,如图上图需要注意的是字段长度和表单类型,字段长度建议输入大些,因为淘宝客链接一般都很长,字段长度建议选择text,前台显示处选择是。添加完成后,在字段列表中查看标签调用代码,一般的格式为{$t[字段名称]}第二步:修改模板在模板管理中选择商城模板,选择内容页show.htm点编辑,找到,将Go('')修改为Go('{$taowz}'),修改后的结果为:。通过上面两步的操作,在商城添......
2019-03-01 19:57:11