首先在列表模板(list.var)上勾选使用程序代码,我们以推荐为条件输出带 推荐 图标的信息(列表页模板 【列表内容模板(list.var) 】上的格式)$newimg=;if($r[isgood]==1){$newimg …
列表页:
$scs=$empire->gettotal(select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]');
$listtemp='收藏数:& …
帝国CMS列表页及内容页,是没有收藏数量调用标签的,但万能的帝国CMS,使用PHP代码就能调用出来。列表页:$scs=$empire->gettotal("select count(*) as total from phome_enewsfava …
帝国cms栏目页是不做特别操作的话是调用不了副表字段的,但有时又需要调用副表字段,例如调用一般会把文章内容放在副表,在栏目页中要调用内容的一部分作为简介。下面以newstext …
帝国cms列表模板中,获取调用显示信息的收藏次数怎么显示呢?$scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid …
帝国CMS列表页内容怎么判断显示文章来源呢?并且来源带链接?在列表内容模板里面写如下代码即可:$userr=$empire->fetch1("select befrom from {$dbtbpre}ecms_news_data_{$r[st …