DedeCMS:模板制作教程第十七期,织梦教程
导读:织梦教程织梦教程本期讲解【Ask 标记】此标记用于获取最新的问答的主题,适用范围:适用于非扩展模块所有模板. 此标签为DEDE5新添加的标签,主要用来调用问答模块的相关数模板织梦织梦的模板。
本期讲解【Ask 标记】此标记用于获取最新的问答的主题,适用范围:适用于非扩展模块所有模板.
此标签为DEDE5新添加的标签,主要用来调用问答模块的相关数据的.
一: 使用说明
二: 测试实例
注: 本例将在主页在适当位置添加一个区域以测试【Ask 标记】的所以参数的使用,以下为示例代码:
<div class="leftlist margintop"> <div class="ptitle"><a href="#">最新问答资讯</a></div> <div style="width:668px; border:1px solid #ddd; padding-bottom:3px; clear:both;"> <dl style="width:666px; margin:1px auto; overflow:hidden;"> <dl style="width:320px; margin:10px 0 0 9px; float:left; height:150px; text-align:center; line-height:20xp;"> <h1 style="font-size:15px; border-bottom:1px dashed #f60;">最新发表的问题</h1><br> {dede:ask row='5'} <dd style="float:left;">[<b><a href="[field:typeurl/]">[field:tidname/]</a></b>]<span style="padding-left:8px;"><a href="[field:url/]">[field:title/]&l织梦模板t;/a></span></dd> {/dede:ask} </dl> <dl style="width:320px; margin:10px 0 0 9px; float:left; height:150px; text-align:center; line-height:20xp;"> <h1 style="font-size:15px; border-bottom:1px dashed #f60;">高分问题</h1><br> {dede:ask row='5' qtype='high'} <dd style="float:left;">[<b><a href="[field:typeurl/]">[field:tidname/]</a></b>]<span style="padding-left:8px;"><a href="[field:url/]">[field:title/]</a></span></dd> {/dede:ask} </dl> <dl style="width:320px; margin:10px 0 0 9px; float:left; height:150px; text-align:center; line-height:20xp;"> <h1 style="font-size:15px; border-bottom:1px dashed #f60;">已解决的问题</h1><br> {dede:ask row='5' qtype='ok'} <dd style="float:left;">[<b><a href="[field:typeurl/]">[field:tidname/]</a><免费织梦模板;/b>]<span style="padding-left:8px;"><a href="[field:url/]">[field:title/]</a></span></dd> {/dede:ask} </dl> <dl style="width:320px; margin:10px 0 0 9px; float:left; height:150px; text-align:center; line-height:20xp;"> <h1 style="font-size:15px; border-bottom:1px dashed #f60;">推荐的问题</h1><br> {dede:ask row='5' qtype='commend'} <dd style="float:left;">[<b><a href="[field:typeurl/]">[field:tidname/]</a></b>]<span style="padding-left:8px;"><a href="[field:url/]">[field:title/]</a></span></dd> {/dede:ask} </dl> </dl> </div> </div>声明: 本文由我的SEOUC技术文章主页发布于:2023-07-19 ,文章DedeCMS:模板制作教程第十七期,织梦教程主要讲述制作教程,模板,CMS网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_30919.html