Jump to content
  • 0

TinyMCE rich text editor nie wstawia zdjęć


Czarekplpl

Question

9 answers to this question

Recommended Posts

  • 0

Nie za bardzo rozumie o co chodzi z tym adresem???

 

Klikam ikonę  Insert/Edit Image, potem Source i z File Manager wybieram zjdęcie i ono się pojawia w oknie, natomiast na stronie

widnieje jedynie pytajnik.

 

Dodałem kod ale też nie pomaga. Plik wygląda tak:

function tinySetup(config)
{
    if(!config)
    config = {};

     //var editor_selector = 'rte';
     //if (typeof config['editor_selector'] !== 'undefined')
     //var editor_selector = config['editor_selector'];
     if (typeof config['editor_selector'] != 'undefined')
      config['selector'] = '.'+config['editor_selector'];

     //    safari,pagebreak,style,table,advimage,advlink,inlinepopups,media,contextmenu,paste,fullscreen,xhtmlxtras,preview
          default_config = {
          selector: ".rte" ,
          plugins : "visualblocks, preview searchreplace print insertdatetime, hr charmap colorpicker anchor code link image paste pagebreak table contextmen
u filemanager table code media autoresize textcolor emoticons",
          toolbar2 : "newdocument,print,|,bold,italic,underline,|,strikethrough,superscript,subscript,|,forecolor,colorpicker,backcolor,|,bullist,numlist,out
dent,indent",
          toolbar1 : "styleselect,|,formatselect,|,fontselect,|,fontsizeselect,",
          toolbar3 : "code,|,table,|,cut,copy,paste,searchreplace,|,blockquote,|,undo,redo,|,link,unlink,anchor,|,image,emoticons,media,|,inserttime,|,previe
w ",
          toolbar4 : "visualblocks,|,charmap,|,hr,",

          external_filemanager_path: ad+"/filemanager/",
          filemanager_title: "File manager" ,
          external_plugins: { "filemanager" : ad+"/filemanager/plugin.min.js"},
          extended_valid_elements: 'pre[*],script[*],style[*]',
          valid_children: "+body[style|script],pre[script|div|p|br|span|img|style|h1|h2|h3|h4|h5],*[*]",
          valid_elements : '*[*]',
          force_p_newlines : false,
          cleanup: false,
          forced_root_block : false,
          force_br_newlines : true,
          relative_urls:false,
          remove_script_host:false,
          menu: {
          edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'},
          insert: {title: 'Insert', items: 'media image link | pagebreak'},
          view: {title: 'View', items: 'visualaid'},
          format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'},
          table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'},
          tools: {title: 'Tools', items: 'code'}
         }


                   }


         $.each(default_config, function(index, el)
                {
         if (config[index] === undefined )
         config[index] = el;
            });


         tinyMCE.init(config);



          };

Link to comment
Share on other sites

  • 0

musisz wstawiac caly adres i do tego:

jesli uzywasz mojadomena.com wstawiasz http://www.mojadomena.com \

inaczej automatycznie wstawia ci ../

Pelna ścieżka do jpg jest taka:

/var/www/mojadomena.com/public_html/img/cms/moj.jpg

 

podaje takie linki:

http://mojadomena.com\public_html\img\cms\moj.jpg

http://mojadomena.com/public_html\img\cms\moj.jpg

http://mojadomena.com\img\cms\moj.jpg

I dalej nic. Gdzie jest błąd??

Edited by Czarekplpl (see edit history)
Link to comment
Share on other sites

  • 0

Slash i backslash podawał "hatak"

No ale mniejsza o to .

Podaje tak jak pisaleś:

http://mojadomena.com/img/cms.moj.jpg

NIestety nie widzi obrazka nawet w oknie TinyMCE

Więc podaje tak:

http://mojadomena.com/img/cms/moj.jpg

Wtedy widzi w oknie programu ale we front office jest pytajnik.

Wklejam kod: 

 relative_urls:false,
 remove_script_host:false,

Tak jak w  poscie gdzie podaje caly kod i dalej jest to samo. W back office jest ok. We front office tylko pytajnik. :-((((

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...