gzwnzss 發表於 2021-1-30 20:52:26

Discuz!3.4门户文章修改浏览量,随机增加或固定增加

<br /><br /><font face="Tahoma, &amp;quot;"><font style="font-size:15px">应用中心很多插件都只是将这个功能应用的贴子上,很少有人应用到门户文章上,今天就来教大家怎么修改DZ门户文章浏览量随机或固定增加的方法:</font></font><br /><font face="Tahoma, &amp;quot;"><font style="font-size:15px">一、查找:\source\module\portal\portal_view.php</font></font><br /><ol><li>if($article_count) {<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;C::t('portal_article_count')-&gt;increase($aid, array('viewnum'=&gt;1));<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;unset($article_count);<br /><li>} else {<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;C::t('portal_article_count')-&gt;insert(array(<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 'aid'=&gt;$aid,<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 'catid'=&gt;$article['catid'],<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 'viewnum'=&gt;1));<br /><li>}</ol><font face="Tahoma, &amp;quot;"><font style="font-size:15px">固定增加浏览量的话只需要修改上面的</font></font><font style="background-color:rgb(247, 247, 247)"><font face="Tahoma, &amp;quot;"><font style="font-size:15px"><font color="#ff0000">=&gt;1</font>改成</font></font></font><font style="background-color:rgb(247, 247, 247)"><font face="Tahoma, &amp;quot;"><font style="font-size:15px"><font color="#ff0000">=&gt;你想要的固定增加数字</font></font></font></font><br /><br />Tahoma<em>, </em>quot<em>, </em>15px

tcwgl 發表於 2021-2-6 20:06:53

还是谢谢你的分享

问题解决 發表於 2022-11-23 20:38:30

老哥知道怎么禁止游客查看帖子浏览量吗,或者直接去除
頁: [1]
查看完整版本: Discuz!3.4门户文章修改浏览量,随机增加或固定增加