phpcms 附件下载

安装

phpcms\modules\content\fields\fields.inc.php文件

 添加  ‘file’=>’文件上传’,
file文件夹复制到phpcms\modules\content\fields目录
 

 

调用

{pc:content action="lists" catid="$catid" num="10" order="listorder DESC" moreinfo="1"  page="$page"}

{if $_username}<a href="{$r[file]}" class="down" target="_blank">点击下载</a>{else}
<a href="javascript:alert('请先登录');" class="down" target="_blank">点击下载</a>
{/if}

判断登陆  $_username

{$r['你定义的字段名']}

 

添加字段

posted @ 2019-11-07 10:30  六人行  阅读(328)  评论(0编辑  收藏  举报