帝国cms公共模板_相关信息模板添加支持标签

时间:2024年04月11日

/

来源:网络

/

编辑:佚名

帝国cms后台里的公共模板_相关信息模板默认只支持:
标题: [!–title–],标题alt:[!–oldtitle–], 标题链接: [!–titleurl–]
发布时间: [!–newstime–], 标题图片: [!–titlepic–]

这几个系统标签,那想要添加更多的支持标签应该怎么修改呢?
查看以下教程:
修改文件路径:/e/class/functions.php
查找://替换相关链接模板
添加:
    $temptext=str_replace("[!--onclick--]",$r[onclick],$temptext);
    $temptext=str_replace("[!--smalltext--]",$r[smalltext],$temptext);
    $lanmuming=$class_r[$r[classid]][classname];
    $temptext=str_replace("[!--classname--]",$lanmuming,$temptext);
    $lanmuurl=$class_r[$r[classid]][classpath];
    $temptext=str_replace("[!--classurl--]",$lanmuurl,$temptext);
然后搜索://取得相关链接模板
在上面检索条件加上想要显示的标签名,比如smalltext,onclick

这样就公共模板 – 相关信息模板里就可以用了。
[!--empirenews.listtemp--]
<li><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]/
缩略图:[!--titlepic--]/
点击:[!--onclick--]/
简介:[!--smalltext--]/
栏目名:[!--classname--]/
栏目地址:/[!--classurl--]/</a></li>
[!--empirenews.listtemp--]
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。