Discuz!论坛帖内标题上方添加浏览次数功能


Discuz!论坛帖内标题上方添加浏览次数功能

打开:viewthread_node.htm (风格目录下没有就到default系统目录里找)
找到:
[count]">$advlist[thread2][$post[count]]</div><!--{else}--><div id="ad_thread2_$post[count]"></div><!--{/if}-->

在下面添加:
<!--{if !$discuz_uid}-->您好尊敬的游客,<!--{else}-->您好{$discuz_userss},<!--{/if}--><!--{if $post['first']}-->您是第<font color=red><span class="smalltxt">{echo $thread[views]+1}</span></font>个浏览者<!--{/if}-->

如果想加粗显示就自行在文字头尾加上<b></b>
我网站黑了,暂时不做演示了

相关内容