Image Path Issue

Last post 09-13-2009, 3:17 PM by TopHatDan. 1 replies.
Sort Posts: Previous Next
  •  09-13-2009, 2:36 PM 55591

    Image Path Issue

    The site I am working on is located under "/home/content/h/a/r/harper23/html/someone/"
    Site of course is "someone"
     
    I uploaded the CuteEditor_Files to  "/home/content/h/a/r/harper23/html/someone/CuteEditor_files/"
     
    I include the file because im working in "/home/content/h/a/r/harper23/html/someone/sitemanager/"
             include "../../CuteEditor_Files/include_CuteEditor.php";
     
    I set the image path when I call the class
             $editor=new CuteEditor();
             $editor->ID="HomeTop";
             $editor->Text=$page_content;
             $editor->AutoConfigure="MyTool";
             $editor->ImageGalleryPath="/someone/custom_images";
             $editor->Draw();
             $editor=null; ?>
     
     
    Image gallery does not work
    Image upload works
    HTML code made for the image comes out as  <img alt="" src="http://cutesoft.net/someone/custom_images/logo.gif">
     
    Which is not correct...... help, if i use ImageGalleryPath = "/custom_images/ it fails
  •  09-13-2009, 3:17 PM 55592 in reply to 55591

    Re: Image Path Issue

    by the way the image path it makes does not start with "http://cutesoft.net/"
     
    its adding that in on here for some reason, i cannot remove that
     
     
     
     
View as RSS news feed in XML