1.找到**的「\source\include\portalcp\portalcp_article.php」檔案並開啟。
2.找到這行**:
c::t
('portal_article_count')-
>
insert
(array
('aid'
=>
$aid
,'catid'
=>
$setarr
['catid'],
'viewnum'
=>1)
);
將**最後的「1」修改為需要設定的初始值即可。
3.也可以使用rand函式實現用隨機數設定
c::t
('portal_article_count')-
>
insert
(array
('aid'
=>
$aid
,'catid'
=>
$setarr
['catid'],
'viewnum'
=>
rand(5
,10))
);
織夢系統站點首頁 列表 文章頁等頁面點選數呼叫方法
大家都知道預設情況下,dedecms系統搭建的 文件頁 文章頁 軟體頁等 呼叫點選數,是動態的,重新整理一次,就多乙個點選。而首頁 頻道頁 列表頁等使用arclist或list呼叫資料的地方,更新生成靜態html網頁檔案後點選數卻是不變的。這種情況,是因為我們使用下面第一種方式呼叫的點選數。1 首頁...
Discuz 教程之門戶列表頁文章摘要字數長度修改
很多站長為了介面美觀與一致性,需要在文章列表介面對文章摘要字數進行限制,但是系統沒有直接設定此處的地方,本文介紹乙個簡單的方法解決此問題 開啟檔案 source include portalcp portalcp article.php 搜尋 message getstr strip tags me...
AJAX Js實現html頁面點選數自動更新
html 頁 aspx頁面 using system.web using system.web.security using system.web.ui using system.web.ui.htmlcontrols using system.web.ui.webcontrols using sy...