-
帝国cms列表式分页导航样式修改示例
<div class="shpa">[!--show.listpage--]</div> /e/class/t_functions.php function sys_ShowListMorePage函数的内容中:$firststr='<b>页次'.$page.'... 全文》
记录笔记 9年前 | authorhu -
如何去掉帝国cms[下载地址]的两个空格,自动换行
修改e/class/functions.php搜索 //替换模板//替换模板 $ydownsofttemp=$public_r[downsofttemp]; $ydownsofttemp=str_replace('[!--classid--]',$add[classid],$ydownsofttemp); $ydowns... 全文》
记录笔记 9年前 | authorhu -
帝国cms搜索关键字加亮显示
修改e/search/result/index.php文件,找到“//替换列表变量”在这行下面加上$r[title]=str_replace($search_r[keyboard],"<font color='red'>$search_r[keyboard]</font>",$r[titl... 全文》
记录笔记 9年前 | authorhu -
IIS服务器不支持下载.格式文件解决办法 MIME类型
方法:打开iis,打开“网站”(或所需设置站点)属性,——HTTP头——MIME类型,新建 扩展名:.torrent,MIME类型:application/octet-stream或application。其它iis默认不支持下载的文件格式大部分也可以用此方法操作,只需把.torrent改为你要改的格式即可。... 全文》
记录笔记 9年前 | authorhu -
ECMS(帝国CMS)搜索伪静态
一、打开esearchindex.php 411行左右,找到:Header("Location:result/?searchid=$searchid".$dogetvar);修改为:Header("Location:$public_r[newsurl]search-0-$searchid.html&quo... 全文》
记录笔记 9年前 | authorhu -
ueditor1.4.3 php七牛存储版更新支持图片、视频、附件上传管理
./php/conf.php//配置$QINIU_ACCESS_KEY和$QINIU_SECRET_KEY 为你自己的key $QINIU_ACCESS_KEY = 'your akey'; $QINIU_SECRET_KEY = ... 全文》
记录笔记 9年前 | authorhu -
帝国cms为当前栏目加上样式
帝国cms为当前栏目加上样式[e:loop={"select classid,classname from {$dbtbpre}enewsclass where bclassid=0 order by myorder,classid desc",0,... 全文》
记录笔记 10年前 | authorhu -
帝国cms根据字段值定义选择不同样式
<?php if($navinfor[zhuangtai]=='已结束') { ?> <div class="acR acRgray"> ... 全文》
记录笔记 10年前 | authorhu -
列表内容模板(list.var)判断标题图片是否存在
$titlepic=$r[titlepic]; $titlepic=stripslashes($titlepic); if($titlepic==''){ $titlepic='/e/data/images/notimg.gif'; } $listtemp='<img src="... 全文》
记录笔记 10年前 | authorhu