https://bugzilla.wikimedia.org/show_bug.cgi?id=49836
--- Comment #5 from Azzi <[email protected]> --- Hi Andre after i add the WikiEditor & MsUpload in my web site. i have this results : (1)------------------------------------------------------------------- if you see the attachment 12589 (pecture): that what can i see in IE8 ---------------------------------------------------------------------- (2)---------------------------------------------------------------------------- in the attachment 12590 (pecture): that what can i see in FireFox & Google Chrome ------------------------------------------------------------------------------- And for your information The "MsUpload" extension allows to upload multiple files via the editor like WikiEditor for the extension of bout i put in the extentio directory and in the LocalSettings.php i add this code : ## Start --------------------------------------- WikiEditor require_once("$IP/extensions/WikiEditor/WikiEditor.php"); #Configuration # Enables use of WikiEditor by default but still allow users to disable it in preferences $wgDefaultUserOptions['usebetatoolbar'] = 1; $wgDefaultUserOptions['usebetatoolbar-cgd'] = 1; # Displays the Preview and Changes tabs $wgDefaultUserOptions['wikieditor-preview'] = 1; # Displays the Publish and Cancel buttons on the top right side $wgDefaultUserOptions['wikieditor-publish'] = 1; ## End --------------------------------------- WikiEditor ## Start --------------------------------------- MsUpload $wgMSU_ShowAutoKat = false; #autocategorisation $wgMSU_CheckedAutoKat = false; #checkbox: checked = true/false $wgMSU_debug = false; $wgMSU_ImgParams = '400px'; #default max-size for image insert $wgMSU_UseDragDrop = true; #show Drag&Drop Area? require_once("$IP/extensions/MsUpload/msupload.php"); ## End --------------------------------------- MsUpload so the problem it my group use just the IE8 and i cant resoulve this problem i need same help please. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
