Maybe it helps.
I think the best is if you ask the developer team from the file manager.Maybe your host added mod_security and recompiled Apache.
and have to white list ajaxfilemanager to get it to work properly.
http://www.phpletter.com/
I think the best is if you ask the developer team from the file manager.Maybe your host added mod_security and recompiled Apache.
and have to white list ajaxfilemanager to get it to work properly.
Thanks Eddy, that worked!Insert : border="0"
Code: Select all
jscripts/tiny_mce/plugins/template/css/content.css
Code: Select all
// Example content CSS (should be your site CSS)
//content_css : "jscripts/tiny_mce/plugins/template/css/content.css",
The ajax file manager is not found,did you upload all files in binary?when I click the Browse button in the window "edit / insert image" I get an error "HTTP Error 404 - File or directory not found",
Yes, images, movies, flash, files etc.My customers could upload their pictures directly from their computers?
Code: Select all
function ajaxfilemanager(field_name, url, type, win) {
var ajaxfilemanagerurl = "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php";
switch (type) {
case "image":
break;
case "media":
break;
case "flash":
break;
case "file":
break;
default:
return false;
}
tinyMCE.activeEditor.windowManager.open({
url: "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php",
Thanks so muchNW Dave wrote:Mathew, don't know if it's relevant to your question, but in the HTML Edit box, you use 'Shift+ Enter' for carriage return with normal spacing between lines. Perhaps this editor works the same?
its easyer to upload the webbuilder pages and the cms in the root directorie and not into a folder ( News) because its possible you have to change more file path`s to make it work.Lett wrote:Ok, Now I can use the browse button. ThanksEddy wrote: You can change manual the path to the ajax filemanager in login.php
.
No you dont have to upload images with ftp or whatever.However, in order to use this tool, the images must be first uploaded into the server.
genieuk wrote:Hi Eddy,
Did you edit to use the <br /> instead of <p></p> tags?
If you don't mind telling me as it driving me crazy.
Thanks,Mathew
Code: Select all
force_br_newlines : true,
force_p_newlines : false,