国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

DEDECMS內容圖片如何在二級域名下調用的解決方法

2024-07-12 08:56:33
字體:
來源:轉載
供稿:網友
DedeCmsSYSTEM_配置參數->其它選項中有兩個配置選項:[附件目錄是否綁定為指定的二級域名|附件目錄的二級域名]很明顯示官方早就注意到了在二級域名下的各種子問題!解決辦法:
  我們現在打開include/FCKeditor/editor/dialog/目錄下的文件:“dede_image.php”!
  找到下面的代碼
  if($cfg_multi_site=='N')
  {
  $imgHtml.="<imgsrc=/"$imgsrcValue/"width=/"$imgwidthValue/"border=/"0/"height=/"$imgheightValue/"alt=
/"$altname/"style=/"cursor:pointer/"onclick=/"window.open('$urlValue')/"/><br/>/r/n";
  }
  else
  {
  if(empty($cfg_basehost))$cfg_basehost='http://'.$_SERVER["HTTP_HOST"];
  $imgHtml.="<imgsrc=/"$imgsrcValue/"width=/"$imgwidthValue/"border=/"0/"height=
/"$imgheightValue/"alt=/"$altname/"style=/"cursor:pointer/"onclick=/"window.open('$urlValue')/"/><br/>/r/n";
  }
  吧代碼改成下面的代碼
  if($GLOBALS['cfg_addon_domainbind']){$addon_domain=$GLOBALS['cfg_addon_domain'];}
  if($cfg_multi_site=='N')
  {
  $imgHtml.="<imgsrc=/"{$addon_domain}{$imgsrcValue}/"width=/"$imgwidthValue/"border=/"0/"height=/"$imgheightValue/"alt=
/"$altname/"style=/"cursor:pointer/"onclick=/"window.open('{$addon_domain}{$urlValue}')/"/><br/>/r/n";
  }
  else
  {
  if(empty($cfg_basehost))$cfg_basehost='http://'.$_SERVER["HTTP_HOST"];
  $imgHtml.="<imgsrc=/"{$addon_domain}{$imgsrcValue}/"width=/"$imgwidthValue/"border=/"0/"height=/"$imgheightValue/"alt=
/"$altname/"style=/"cursor:pointer/"onclick=/"window.open('{$addon_domain}{$urlValue}')/"/><br/>/r/n";
  }
  看看,現在上傳的圖片正常了吧,接下來咱們要考慮的是下面不是有一個“瀏覽服務器_”的按紐嗎,[圖片/隨便/flash/多媒體]都有這個功能!
  我們先打開include/dialog/目錄下的select_images.php|select_media.php|select_soft.php|select_templets.php
  將下面的代碼:
  $activeurl='..'.$activepath;
  改成以下的代碼
  if($GLOBALS['cfg_addon_domainbind']){$addon_domain=$GLOBALS['cfg_addon_domain'];}
  $activeurl='..'.$addon_domain.$activepath;
  現在我們已經完成所以的更改,這樣更改是在保證織夢CMS內容管理SYSTEMSYSTEM_的完整性上改的,只有內容中的圖片才會變!當然前提是你要開啟:附件目錄是否綁定為指定的二級域名而且指定二級域名地址。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 芜湖市| 天长市| 米泉市| 保靖县| 垫江县| 泸溪县| 古浪县| 涪陵区| 拜城县| 西乌珠穆沁旗| 永济市| 常德市| 丹巴县| 巴中市| 井陉县| 德安县| 阿鲁科尔沁旗| 修文县| 澄城县| 三穗县| 商洛市| 招远市| 乌鲁木齐县| 嘉定区| 西青区| 中方县| 辽中县| 东源县| 合川市| 阳西县| 浦北县| 治多县| 平山县| 内江市| 连平县| 青海省| 永春县| 凯里市| 阿拉尔市| 吉首市| 大方县|