vanillaforums 文章列表页,帖子详细信息处添加 点击次数。

Auth:铂昂士       Date:2012/04/20       Cat:技术       Word:共341字       Views:0

在文件 /themes/air/views/discussions/helper_functions.php 中

修改代码如下:

         <span class="CommentCount"><?php printf(Plural($Discussion->CountComments, '%s comment', '%s comments'), $Discussion->CountComments); ?></span>
         <!-- 添加下面这行显示访问次数-->
         <span class="CommentCount"><?php printf(Plural($Discussion->CountViews, '%s click', '%s clicks'), $Discussion->CountViews); ?></span>

除非注明,Boang's Blog文章均为原创,本文地址 https://www.boangs.com/techniques/591/,转载请以链接形式注明出处。

作者: 简介:我只是个普通人,很普通,但是我有自己的梦,并追逐着。

《vanillaforums 文章列表页,帖子详细信息处添加 点击次数。》留言数:0

发表留言