灵动标签调用附件真实地址
帝国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’]?> 附件原名
相关专题
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。



