ckfinder/config.php

  1. function CheckAuthentication()
  2. {
  3.         return true;
  4. }
複製代碼
網站架設
  1. // Remove some buttons provided by the standard plugins, which are
  2.         // not needed in the Standard(s) toolbar.
  3.         config.removeButtons = 'Underline,Subscript,Superscript';
  4.  
  5.         // Set the most common block elements.
  6.         config.format_tags = 'p;h1;h2;h3;pre';
  7.  
  8.         // Simplify the dialog windows.
  9.         config.removeDialogTabs = 'image:advanced;link:advanced';
  10.         baseurl = 'https://'+window.location.hostname;
  11.         config.filebrowserBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html';
  12.         config.filebrowserImageBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html?Type=Images';
  13.         config.filebrowserFlashBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html?Type=Flash';
  14.         config.filebrowserUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; //可上傳一般檔案
  15.         config.filebrowserImageUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images';//可上傳圖檔
  16.         config.filebrowserFlashUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';//可上傳Flash檔案
  17. };
複製代碼



路徑就改成妳要的路徑就可以了

  1. function CheckAuthentication()
  2. {
  3.         return false;
  4. }
複製代碼

在搜尋引擎不絕改版網頁不能不進入https
所今後台編輯器圖片上傳也變得不克不及用了
不得已又就教了谷哥大神
多方測驗考試後,找到
CKeditor 4.11.1 網頁編纂器與CKfinder 2.6.2.1 圖片上傳可以用

網站架設 CKeditor 4.11.1 網頁編輯器與CKf
網站架設 CKeditor 4.11.1 網頁編輯器與CKf

檔案下載了以後,覆蓋之前檔案
找到 ckeditor/config.js

  1. CKEDITOR.editorConfig = function( config ) {
  2.         // Define changes to default configuration here. For example:
  3.         // config.language = 'fr';
  4.         // config.uiColor = '#AADC6E';
  5. }網站架設
複製代碼
  1. $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/xxxx/';
複製代碼



內到場網站架設



文章出處:Netyea  NetYea, 新竹網頁設計, 竹北網頁設計, 苗栗網頁設計, 桃園網頁設計



改成

arrow
arrow
    文章標籤
    網站架設
    全站熱搜
    創作者介紹
    創作者 juliox56aaj 的頭像
    juliox56aaj

    新竹網站架設

    juliox56aaj 發表在 痞客邦 留言(0) 人氣()