帝国CMS内容页如何调取编辑器上传的附件真实地址了?
网上收集灵动标签的调用附件方法代码
[e:loop={"select * from phome_enewsfile_1 where classid='$navinfor[classid]' and id='$navinfor[id]' order by id desc",0,24,0,'',''}] <a href="<?=$public_r[newsurl]?>d/file/<?=$class_r[$GLOBALS[navclassid]][classpath]?>/<?=$navinfor[newspath]?>/<?=$bqr['filename']?>"><?=$bqr['no']?></a> [/e:loop]
改进优化后的灵动标签的调用附件方法代码
[e:loop={"select * from phome_enewsfile_1 where classid='$navinfor[classid]' and id='$navinfor[id]' order by id desc",0,24,0,'',''}] <?=$public_r[newsurl]?>d/file/p/<?=date("Y",$navinfor[newstime])?>/<?=date("m-d",$navinfor[newstime])?>/<?=$bqr['filename']?>[/e:loop]
<?=$public_r[newsurl]?>网站根目录
<?=$class_r[$GLOBALS[navclassid]][classpath]?> 栏目链接
<?=date("Y-m-d",$navinfor[newstime])?> 或 <?=$navinfor[newspath]?> 文章存放的日前目录
<?=$bqr['filename']?> 代码名--附件名
<?=$bqr['no']?> 附件原名
- 灵动标签无限嵌套方法 [2020-05-29]
- 帝国CMS万能标签和灵动标签的区别 [2020-01-13]
- 帝国CMS搜索模板不支持灵动标签和万能标签的解决方法 [2020-01-07]
- 帝国CMS灵动标签调用discuz信息 [2019-09-22]
- 首页或其他页面利用灵动标签调用图片集 [2019-08-20]