織夢dede:channel取子欄目時(shí)重復(fù)顯示同級(jí)欄目的解決方法,沒有子欄目時(shí)重復(fù)顯示了同級(jí)欄目 解決方法 1、打開 /include/taglib/channel.lib.php 找到 $type=='son' $reid!=0 $totalRow==0 改成 $type=='son' $reid!=0 $total......
搜索結(jié)果要是指定欄目的就按欄目id來調(diào)用搜索結(jié)果模板(search1.htm,search2.htm,search8.htm),沒有指定欄目就是默認(rèn)的search.htm模板文件 打開 /include/arc.searchview.class.php 找到 $tempfile = $GLOBALS['cfg_base......
dedecms模型添加的圖片數(shù)據(jù)類型,在前臺(tái)模板輸出后是帶有html代碼的,我們在使用時(shí)只是需要圖片地址就行了。 欄目列表頁 和 內(nèi)容頁模板標(biāo)簽調(diào)用寫法 打開/templets/system/channel_article_image.htm 清空所有東西,只留下一個(gè) [field:imgsrc/] 保存,這樣就...
移動(dòng)站上一篇下一篇的鏈接和標(biāo)題和沒有上一篇下一篇的提示文字 li{dede:prenext get=pre runphp=yes}$preurl = @me;preg_match('/aid=(d*)/',$preurl,$match);$result = GetOneArchive($match[1]);@me = ......
織夢正則提取中英混合字符串中第一個(gè)中文漢字,沒有漢字就輸出固定一個(gè)中文漢字 網(wǎng)頁基礎(chǔ) - 網(wǎng)HTML - 導(dǎo)DIVCSS - 導(dǎo)Javascript/Ajax - 導(dǎo)Dreamweaver - 導(dǎo) UTF8 {dede:channelartlist typeid=1,1 currentstyle=current}p{d......
網(wǎng)站plus文件夾里建立個(gè) form.php ?phprequire_once(dirname(__FILE__)."/../include/common.inc.php");require_once(DEDEINC.'/datalistcp.class.php');$sql = "SEL......
織夢讓內(nèi)容摘要多行文本支持換行,后臺(tái)內(nèi)容摘要 / 多行文本 回車換行,前臺(tái)標(biāo)簽寫法 [field:字段名 function=nl2br(@me)/]...
打開 /include/extend.func.php 在文件的最下面加入一個(gè)方法 /** * 其他頁面調(diào)用模板的頭部尾部模板 * * @access public * @param string $path 模板路徑 * @return string */if(!function_exists('pasterTemp......
TAG標(biāo)簽輸出有時(shí)為了判斷或者其他,我們需要獲取它的自增數(shù)字,織夢dede:tag默認(rèn)標(biāo)簽沒有自增標(biāo)簽,我們可以自己添加 打開 /include/taglib/tag.lib.php 找到 $ctp-LoadSource($InnerText); 在它下面加入 $GLOBALS['autoindex'] = 1; 繼續(xù)......
解決方法 打開 /dede/catalog_add.php 找到 $tl-GetOptionArray(0,0,$channelid); 改成 $tl-GetOptionArray(0,0,0);...
織夢訂單列表導(dǎo)出到excel, 可選擇導(dǎo)出指定的訂單,不選就是導(dǎo)出全部 導(dǎo)出的excle文件按當(dāng)前時(shí)間命名 導(dǎo)出的excel文件請用wps軟件打開,office軟件下可能會(huì)亂碼 1、打開 /dede/shops_operations.php 找到 else if ($dopost == 'delete') 在它上面加入......
織夢在PHP7后臺(tái)數(shù)據(jù)備份文件空白,這是官方最新程序還沒有全面支持PHP7,很多地方的代碼寫的不夠嚴(yán)謹(jǐn)導(dǎo)致的,要么降低你的PHP版本,要么自己動(dòng)手修復(fù)這個(gè)BUG 打開 /dede/sys_data_done.php 找到 $fs = $bakStr = ''; //改成$fs = array();$bakStr = '......
找到 require_once (dirname(__FILE__) . "/include/common.inc.php"); 改成 define('DEDEMOB', 'Y');require_once (dirname(__FILE__) . "/../include/common.......
實(shí)現(xiàn)教程 打開 /include/arc.listview.class.php 找到 (大約在673行) else if($PageNo!=1 $ctag-GetName()=='field' $ctag-GetAtt('display')!='') 在它上面加入 else if($ctag-GetName()==&q......
網(wǎng)站用的是靜態(tài),篩選用的是偽靜態(tài),篩選的偽靜態(tài)地址以字段和鍵值呈現(xiàn),讓篩選URL與靜態(tài)保持一致。 如: 靜態(tài)欄目頁 http://www.aaa.com/juji/ 靜態(tài)欄目頁分頁 http://www.aaa.com/juji/list_1_2.html 偽靜態(tài)篩選頁 http://www.aaa.com/juji/......