Include Button in WikiEditor

Jump to: navigation, search

Hello and thanks for this nice Plugin. Can You tell me how to include the Upload-Button into the nearly standard Editor: Extension:WikiEditor? Thanks! 193.22.166.88 09:22, 26 January 2012 (UTC)

193.22.166.8809:22, 26 January 2012

Same Problem!

71.201.158.5204:20, 27 January 2012
 

Hi, WikiEditor is supported in the new version (8.4) of MsUpload.

Ratin15:20, 8 February 2012

Hi Ratin,

to avoid having to close and open the filelist again to display it after dragging a file, you should add the last 2 lines to the QueueChanged event in the MsUpload.js:


     uploader.bind('QueueChanged', function(up) {
                

        if(up.files.length==1){
        start_button.html('Hier klicken um diese Datei hochzuladen').show();
        }else if(up.files.length>1){
        start_button.html('Hier klicken um alle Dateien hochzuladen').show();
        }else{
         start_button.hide();
         gallery_insert.hide();
        }
        $('#wikiEditor-ui-toolbar').find('.sections').css('height','100%');;
        up.refresh();
       
      });

GreetinX,

Alex

84.200.212.9813:26, 9 February 2012

Hi Alex,

thanks a lot for your great hint!

Martin

Ratin18:56, 10 February 2012

Hab mir nebenbei auch noch für PDFs einen Filter dazugebaut damit ich sie als [[Media:file]] einbetten kann (damit der Link nicht auf die File Page sondern gleich auf das PDF geht). Könntest das ev. in deinen trunk dazubauen?

217.92.240.16009:37, 15 February 2012
 
 
 

I'm having this problem now with v9.2. Using WikiEditor v0.3.1.

The button doesn't show up anywhere. I have no idea what the button should even look like. Hah. It works fine when WikiEditor is disabled and the normal toolbar is displayed.

Edit: In saying that, I just enabled the beta toolbar in my account preferences and it now works.

110.174.214.16408:12, 7 June 2012