本教程需要購(gòu)買官方的點(diǎn)贊插件,地址:http://m.22321a.com/mall/plus/10569.html
購(gòu)買插件后找到網(wǎng)站根目錄applicationpluginscontrollerzan.php文件

如果在寶塔面板編輯直接點(diǎn)擊編輯,如果要本地編輯的話請(qǐng)下傳下路右擊用編輯軟件打開(請(qǐng)勿用記事本),找到

在箭頭位置添加以下代碼:
$this->archives_db = Db::name('archives');

此處箭頭添加以下代碼:
// 點(diǎn)贊數(shù)列表頁顯示開始
$Where1 = [
'aid' => $aid,
];
$UpdataNe = [
'zan_自定義名稱' => $LikeCount,
];
$UpdataNe = array_merge($Where1, $UpdataNe);
$this->archives_db->update($UpdataNe);
// 點(diǎn)贊數(shù)列表頁顯示結(jié)束
代碼添加保存后點(diǎn)擊保存,網(wǎng)上編輯直接OK,本地編輯保存后上傳覆蓋即可!
打開數(shù)據(jù)庫(kù)的方法:
更多詳情點(diǎn)擊https://www.8umb.com/xinwendongtai/2659.html 查看