2024年10月28日
适用范围:在列表页或详情页使用。
标签作用:输出当前栏目的相关信息。
{sort:tcode}:当前栏目的顶级栏目编码
{sort:topname}:当前栏目的顶级栏目名称
{sort:toplink}:当前栏目的顶级栏目链接
{sort:pcode}:当前栏目的父栏目编码
{sort:parentname}:当前栏目的父栏目名称
{sort:parentlink}:当前栏目的父栏目链接
{sort:scode}:当前栏目编码
{sort:name}:栏目名称
{sort:subname}:
2024年10月28日
12小时发文数量统计:
使用以下代码:
<?= $empire->gettotal("select count(*) as total from cn_ecms_news where newstime > UNIX_TIMESTAMP() - 24 * 3600") ?>
6小时发文数量统计:
使用以下代码:
<?= $empire->gettotal("select count(*) as total from cn_ecm
2024年10月28日
目录权限问题:
将 e/data/adminlogin 目录设置为可写权限(Linux 设置为 755)。
检查安全软件设置,确保目录可写。
Cookie 作用域名问题:
在安全参数中设置或修改 Cookie 作用域。
修改 e/config/config.php 中的 $ecms_config['cks']['ckdomain'] 为当前域名或空字符串。
2024年10月28日
确保网站后台的水印功能已开启:
检查水印图片设置是否正确。
修改 swfupload.php 文件:
打开 /dede/swfupload.php 文件。
找到大约第 108 行的 //WaterImg($cfg_basedir.$fileurl, 'up');。
去掉前面的 //,保存文件。
修改 album_edit.php 文件:
打开 /dede/album_edit.php&
2024年10月28日
问题描述:使用织梦后台发布文章时,如果给文章添加了跳转属性,有时候会出现跳转页面什么都不显示,在后台编辑时,也全是空白页。
解决方法:
打开 include/arc.archives.class.php 文件,找到 header("location:{$this->Fields['redirecturl']}");,改为 echo '<META HTTP-EQUIV="REFRESH" CONTENT="0; URL='.$this->