有些公司的網(wǎng)站前端不需要縮略圖,只需要個(gè)別文章顯示縮略圖,PbootCMS默認(rèn)自動(dòng)提取文章里的圖片作為縮略圖。設(shè)置可以增加一個(gè)選擇按鈕,判斷下就可以。
最終實(shí)現(xiàn)效果如下:
找到文件 apps /admin /view /default /content /content.html (大約在代碼340行和740行,添加以下代碼)
<div class="layui-form-item"> <label class="layui-form-label">內(nèi)容圖片設(shè)置</label> <div class="layui-input-block"> <input type="checkbox" name="contenttopic" value="1" title="內(nèi)容首圖設(shè)置縮略圖"> <input type="checkbox" name="contenttopics" value="1" title="內(nèi)容圖片設(shè)置多圖"> </div> </div>
找到文件 apps /admin /controller /content /ContentController.php
(大約在代碼96和428行)
$contenttopic = post('contenttopic');//設(shè)置內(nèi)容首圖按鈕 $contenttopics = post('contenttopics');//設(shè)置內(nèi)容圖片為多圖按鈕
(大約在代碼136和468行處添加)
// 提取文章第一張圖為縮略圖 if ($contenttopic && preg_match('/<imgs+.*?src=s?['|"](.*?(.gif|.jpg|.png|.jpeg))['|"].*?[/]?>/i', decode_string($content), $srcs) && isset($srcs[1])) { $ico = $srcs[1]; } // 設(shè)置內(nèi)容圖片為多圖,不適用內(nèi)容圖片很多的情況下使用。 if ($contenttopics && preg_match_all('/<imgs+.*?src=s?['|"](.*?(.gif|.jpg|.png|.jpeg))['|"].*?[/]?>/i', decode_string($content), $srcs)) { $strsrcs = implode(",", $srcs[1]); $pics = $strsrcs; }
附說明:要么復(fù)蓋下面這段原代碼,要么刪除這段原代碼,才能起作用。
// 無縮略圖時(shí),自動(dòng)提取文章第一張圖為縮略圖 if (! $ico && preg_match('/<imgs+.*?src=s?['|"](.*?(.gif|.jpg|.png|.jpeg))['|"].*?[/]?>/i', decode_string($content), $srcs) && isset($srcs[1])) { $ico = $srcs[1]; }
1、按客戶要求訂制,專業(yè)技術(shù)員做到客戶滿意為止。
2、網(wǎng)頁(yè)欄目和網(wǎng)頁(yè)數(shù)不限,用戶可通過網(wǎng)站后臺(tái)增加和修改。
3、網(wǎng)站電腦版和移動(dòng)版同時(shí)開發(fā),同一網(wǎng)址,電腦打開是電腦版網(wǎng)頁(yè),手機(jī)打開自適應(yīng)手機(jī)版網(wǎng)頁(yè)。
4、網(wǎng)站美工和客戶相互配合,客戶提供產(chǎn)品相關(guān)的圖片資料,美工排版,上傳到網(wǎng)站。
5、網(wǎng)站搭建完成后,配網(wǎng)站操作說明書,和操作視頻教學(xué)。
6、配相關(guān)網(wǎng)站優(yōu)化排名資料,和網(wǎng)頁(yè)圖片處理軟件,管理操作資料推送給客戶。
7、根據(jù)搜索引擎規(guī)則編寫網(wǎng)站代碼,自然排名和競(jì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)營(yíng)商家只需要每天上班時(shí)間,按時(shí)登錄網(wǎng)店的在線客服溝通工具,等待與詢盤過來的客戶及時(shí)溝通,也就是開始等待接訂單。