当我们在系统模型中添加了一个自定义附件类型字段的时候,例如我在后台添加一个名为"fujian"的附件类型的字段,字段的实际内容为:'/uploads/soft/100602/1-100602212355.jpg' 倘若前台调用直接用{dede:field.fujian/}则显示下面的内容:
<table width='300'>
<tr>
<td height='30' width='20'><a href='/uploads/soft/100602/1-100602212355.jpg' target='_blank'><img src='~cfg_phpurl~/img/addon.gif' border='0' align='center'></a></td>
<td><a href='/uploads/soft/100602/1-100602212355.jpg' target='_blank'><u>/uploads/soft/100602/1-100602212355.jpg</u></a></td>
</tr>
</table>
我只想调用/uploads/soft/100602/1-100602212355.jpg 该怎么办呢?
经过研究,终于发现这个样式用的模板是在/templets/system/channel_addon.htm的文件。只需要把里面的内容改为~link~即可。
版权属于:
teaxia
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论 (0)