1、首先打开DEDECMS根目录,找到在最底部 ?> 前面加入以下代码:function listtag($aid) {
$tsql = new DedeSql(false);
$tags = ”;
$tsql->SetQuery(“Select i.tag From dede_ta
织梦CMS
fermos
2021-06-29
0
146
在自定义模型中建立字段类型为date 命名为有效期 字段为youxiaoqi
在列表模板中开启<list.var>的程序支持代码 添加以下内容(按照自己的需要修改模板)if(strtotime("$r[youxiaoqi]")-time()<0){$a="[已过期]";}$lis
帝国CMS
fermos
2021-08-24
0
62
列表页显示新闻或软件简介时,自动清除换行符方法
看到有些人需要,把方法提供一下。
列表内容模板(list.var) (*) 使用程序代码if(strpos($r[smalltext],"n")>-1)   {echo "<font style="display:none">nl2b
帝国CMS
fermos
2021-08-24
0
65
============标签作用===========
这个标签对于分类信息网相当实用!各大分类信息网站很多频道都有这样的功能,因为能使用户筛选信息时更加直观明朗。
============使用前提条件===========
动态页必须支持标签解析功能
帝国CMS
fermos
2021-08-24
0
79
修改文件 connect.php找到$ylisttemp=$listtemp;在上面加
$nottobrf=',smalltext,';//haoyl.com 修改标记
找   if($spf==0&&!strstr($emod_r[$mid]['editorf'],','.$f.','))        &am
帝国CMS
fermos
2021-08-24
0
86
在栏目设置----生成选项里面列表模式 和 内容页模式 依然选择静态然后在其他一些选择是否生成列表页内容页的选项里面都选择不生成就可以了以下的是列表页的==================================为了不影响到使用结合
帝国CMS
fermos
2021-08-24
0
73
列表页:$scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'");$listtemp='收藏数:'.$scs;
帝国CMS
fermos
2021-08-24
0
65
<?=$class_r[$GLOBALS[navclassid]]['bname']?>
帝国CMS
fermos
2021-08-24
0
69
$uid=$empire->fetch1("select * from {$dbtbpre}enewsmemberadd where userid={$r[userid]}");if(empty($uid[userpic])){$uid[userpic]='/e/data/images/nouserpic.gif';} $newimg='';$newim='';if($r[ismember]==0
帝国CMS
fermos
2021-08-24
0
116
$smalltext='esub(strip_tags($r[smalltext]),120)';$listtemp='<li><a href="[!--titleurl--]" target="_blank">[!--title--]</a> <span>发表日期:[!--newstime--]</span><p&g
帝国CMS
fermos
2021-08-24
0
88
帝国CMS没有通用的调用网站栏目名称的标签,[!--pagetitle--]是调用当前页面的名称 如果想在列表页或者内容页调用网站的名称可以使用: <?=$public_r[sitename]?>
帝国CMS
fermos
2021-08-24
0
101
列表页调用tag的方法有两种,一种是切割副表的infotags字段,第二种种是从phome_enewstagsdata表中提取。如果采用tagid或tag静态化,则推荐使用第二种方法,效率更高。如果采用tagname的动态链接方式,可以采用第一种方法。第
帝国CMS
fermos
2021-08-24
0
95
此代码适用于栏目下面只有一个文章的 例如公司简介,联系我们等单页形式 代码如下<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
帝国CMS
fermos
2021-08-24
0
131
第一种:1、在内容模板中获取一个播放地址可以用:如:电影(单集)<?php$rr=explode(egetzy('rn'),$navinfor[onlinepath]);$fr=explode('::::::',$rr[0]);?>共<?=count($rr)?>集第<?=$fr[0]?>集视频播放地址:<?=$fr[1]?>2、在
帝国CMS
fermos
2021-08-24
0
74
因为[!--onlinepath--]字段在副表所以先得调用出来,即下面第一行$fr=$empire->fetch1("select onlinepath from {$dbtbpre}ecms_movie_data_{$r[stb]} where id='$r[id]'");$rr=explode
帝国CMS
fermos
2021-08-24
0
86
$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$r[stb]} where id='$r[id]'");$listtemp='<a href="[!--titleurl--]">[!--t
帝国CMS
fermos
2021-08-24
0
85
加到列表页模板里面的 列表内容模板(list.var) (*) 使用使用程序代码 并打上勾$rand=rand(1,100);$listtemp='  <li>'.$rand.'<a href="[!--titleurl--]" title="[!--oldtitle--]">&
帝国CMS
fermos
2021-08-24
0
108
在tags列表页获取当前tag的ID方法一:在动态页面中使用<?=intval($_GET['tagid'])?>在tags列表页获取当前tag的ID方法二:1、编辑etagsindex.php,找到 $listtemp=str_replace('[!--newsnav--]',$url,$listtemp);//位
帝国CMS
fermos
2021-08-24
0
97
想用帝国cms做个电影电视剧网站,怎么样在首页里调用总集数呢,用帝国cms灵动标签方法如下:[e:loop={1,10,0,0}]<?php$fr=$empire->fetch1("select onlinepath from {$dbtbpre}ecms_{$class_r[$bqr[classi
帝国CMS
fermos
2021-08-24
0
138