灰儿 发表于 2017-4-19 17:31:15

Discuz教程:贴子列表页显示精华贴和主题图标的方法

打开 \template\default\forum\forumdisplay.htm模板文件,在相应位置加入如下代码。

                     <!--显示精华贴、主题图标和new开始-->
                                                        <!--{if $thread['digest'] > 0 && $filter != 'digest'}-->
                                                                <img src="{IMGDIR}/digest_$thread.gif" align="absmiddle" alt="digest" title="{lang thread_digest} $thread" />
                                                        <!--{/if}-->

                        <!--{if $thread >= 0}-->
                                                <img src="{STATICURL}image/stamp/{$_G[$thread]}" alt="{$_G[$thread]}" align="absmiddle" />
                                                <!--{/if}-->

                         <!--{if $thread['weeknew']}-->
                                                        <a href="forum.php?mod=redirect&tid=$thread&goto=lastpost#lastpost" class="xi1">New</a>
                                                <!--{/if}-->
                        <!--显示精华贴、主题图标和new结束-->
页: [1]
查看完整版本: Discuz教程:贴子列表页显示精华贴和主题图标的方法