Home > Backend Development > PHP Tutorial > discuz的[order=N].[/order],该怎么处理

discuz的[order=N].[/order],该怎么处理

WBOY
Release: 2016-06-13 13:45:43
Original
986 people have browsed it

discuz的[order=N]...[/order]
discuz的[order=N]...[/order] 用法如何 谁能解释下

网上有个类似的问题,没找他它的解决方法,谁给看看
我的问题 跟他描述的差不多的


http://www.discuz.net/thread-2015989-1-1.html

先谢谢啦

------解决方案--------------------

HTML code

<div class="module cl xl xl1">
<ul>
[loop]
[order=5]
<li>
<em>{dateline}</em><a href="%7Burl%7D" title="{title}">{title}</a>
</li>
<div style="height:11px;border-bottom:1px #CCC dotted;margin-bottom:11px;overflow:hidden;"></div>
[/order]
[order=10]
<li>
<em>{dateline}</em><a href="%7Burl%7D" title="{title}">{title}</a>
</li>
<div style="height:11px;border-bottom:1px #CCC dotted;margin-bottom:11px;overflow:hidden;"></div>
[/order]
[order=15]
<li>
<em>{dateline}</em><a href="%7Burl%7D" title="{title}">{title}</a>
</li>
<div style="height:11px;border-bottom:1px #CCC dotted;margin-bottom:11px;overflow:hidden;"></div>
[/order]
[order=20]
<li>
<em>{dateline}</em><a href="%7Burl%7D" title="{title}">{title}</a>
</li>
<div style="height:10px;border-bottom:1px #CCC dotted;margin-bottom:10px;overflow:hidden;"></div>
[/order]
<li>
<em>{dateline}</em><a href="%7Burl%7D" title="{title}">{title}</a>
</li>
<div style="height:1px;overflow:hidden;"></div>
[/loop]
</ul>
</div> <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template