Установка браузера - значок не отображается - PullRequest
1 голос
/ 29 марта 2012

Я пытаюсь установить ibrowser для tinymce. Вот файл конфигурации:

$cfg['ilibs'] = array ( // image library path with slashes; absolute to root directory
array (
    'value' => '/Content/articles/',
    'text' => 'Site Pictures',
),
array (
    'value' => '/Content/articles/',
    'text' => 'Gallery',
),
);

Код для инициализации tinyMce:

mode: "textareas",
    theme: "advanced",
    plugins: "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,ibrowser",

    // Theme options
    theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
    theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
    theme_advanced_buttons3: "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
    theme_advanced_buttons4: "ibrowser,|,insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",     

Но значок браузера не отображается. Я установил правильные разрешения для нужных папок, и ничего. Почему это? Ошибок нет, все остальное показывается.

1 Ответ

0 голосов
/ 30 марта 2012

Проблема заключалась в том, что версия tinyMce и версия iBrowser были несовместимы.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...