本文介紹pbootcms后臺列表增加訪問量和點(diǎn)贊量的修改方法,PbootCMS后臺默認(rèn)不帶文章內(nèi)容訪問量及點(diǎn)贊量的修改功能,為了方便自己動手,增加訪問量和點(diǎn)贊量的數(shù)量,可以通過修改代碼實(shí)現(xiàn)。下面我們看看修改的方法。
我們將這兩個(gè)功能合在一起,效果如下:
打開文件 /apps/admin/controller/content/ContentController.php
找到
// 文章修改 public function mod() { if (! ! $submit = post('submit')) { switch ($submit) {
在下面添加
case 'pbootnet': // 修改文章訪問量 $listall = post('listall'); if ($listall) { $visits = post('visits'); foreach ($listall as $key => $value) { if ($visits[$key] === '' || ! is_numeric($visits[$key])) $visits[$key] = visits; $this->model->modContent($value, "visits=" . $visits[$key]); } $likes = post('likes'); foreach ($listall as $key => $value) { if ($likes[$key] === '' || ! is_numeric($likes[$key])) $likes[$key] = likes; $this->model->modContent($value, "likes=" . $likes[$key]); } $this->log('修改內(nèi)容訪問量成功!'); success('修改成功!', - 1); } else { alert_back('修改失敗,無任何內(nèi)容!'); } break;
添加完畢保存后
再打開文件 /apps/admin/model/content/ContentModel.php
以下代碼中已添加'a.likes',可以復(fù)制代替原代碼,或根據(jù)下面的修改方式,自己照樣板加增'a.likes',
$field = array( 'a.id', 'b.name as sortname', 'a.scode', 'c.name as subsortname', 'a.subscode', 'a.title', 'a.subtitle', 'a.date', 'a.sorting', 'a.status', 'a.istop', 'a.isrecommend', 'a.isheadline', 'a.visits', 'a.likes', 'a.ico', 'a.pics', 'a.filename', 'a.outlink', 'd.urlname', 'b.filename as sortfilename' );
打開文件 /apps/admin/view/default/content/content.html
找到
<th>訪問量</th>
下面添加
<th>點(diǎn)贊量</th>
再找到
<td>value->visits</td>
改為
<td class="table-input"><input type="text" lay-ignore class="layui-input" name="visits[]" value="[value->visits]"></td> <td class="table-input"><input type="text" lay-ignore class="layui-input" name="likes[]" value="[value->likes]"></td>
再找到
<button type="submit" name="submit" value="sorting" class="layui-btn layui-btn-sm">保存排序</button>
下面添加
<button type="submit" name="submit" value="pbootnet" class="layui-btn layui-btn-sm">保存訪問|點(diǎn)贊量</button>
這樣就可以了,在觀看的您,可以試試看。
1、按客戶要求訂制,專業(yè)技術(shù)員做到客戶滿意為止。
2、網(wǎng)頁欄目和網(wǎng)頁數(shù)不限,用戶可通過網(wǎng)站后臺增加和修改。
3、網(wǎng)站電腦版和移動版同時(shí)開發(fā),同一網(wǎng)址,電腦打開是電腦版網(wǎng)頁,手機(jī)打開自適應(yīng)手機(jī)版網(wǎng)頁。
4、網(wǎng)站美工和客戶相互配合,客戶提供產(chǎn)品相關(guān)的圖片資料,美工排版,上傳到網(wǎng)站。
5、網(wǎng)站搭建完成后,配網(wǎng)站操作說明書,和操作視頻教學(xué)。
6、配相關(guān)網(wǎng)站優(yōu)化排名資料,和網(wǎng)頁圖片處理軟件,管理操作資料推送給客戶。
7、根據(jù)搜索引擎規(guī)則編寫網(wǎng)站代碼,自然排名和競價(jià)排名,容易被搜索引擎收錄。
8、交一次搭建網(wǎng)站制作費(fèi)用,獲得終身網(wǎng)站使用權(quán)。
1、從專業(yè)拍攝產(chǎn)品圖片;
2、到美工處理產(chǎn)品圖片;
3、到上傳產(chǎn)品資料圖片;
4、到網(wǎng)店旺鋪排版裝修;
5、到優(yōu)化管理網(wǎng)店旺鋪。
同時(shí)網(wǎng)店經(jīng)營商家只需要每天上班時(shí)間,按時(shí)登錄網(wǎng)店的在線客服溝通工具,等待與詢盤過來的客戶及時(shí)溝通,也就是開始等待接訂單。