Problems with Make Template functionality

Last post 09-09-2009, 7:42 AM by ChrisD. 11 replies.
Sort Posts: Previous Next
  •  08-14-2009, 3:21 AM 54692

    Problems with Make Template functionality


    Hi there,
     
    I've already tried to test this on your live demo to see if I can recreate it, but your make/edit template functionality is disabled, presumably to prevent misuse.  I am using v6.4 for .Net v3.5 (the 2.0 version)
     
    I've got the following issues with the Make Template dialogue (go to Insert Templates, then click the Make Template button in the top right):
     
    •  The new window will not resize, and is too small to be of any proper use.   This is made worse because the scroll bar on the right only works intermittantly. 
    • If you try to open the Insert Image box, the bottom of the box is cut off totally and you can't get to the lower properties.
    • The Insert Image dialogue from this area points to a different directory to the one specified for the rest of CuteEditor.  If I insert an image from the main CuteEditor window, it works fine - for the Make Templates > Insert Image, it defaults to the /uploads/ folder.

    Could you explain how I could go about fixing these issues?  In this state, the Make Template functionality is effectively useless.
  •  08-14-2009, 2:29 PM 54699 in reply to 54692

    Re: Problems with Make Template functionality

    Please open CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx and modify the following code:
     
    <CE:EDITOR
         id="OuterEditor"
         AutoConfigure="Full"
         ShowDecreaseButton="false" 
         ShowEnlargeButton="false"
         runat="server"
         DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
        >
       </CE:EDITOR>
     
    to:
     
    <CE:EDITOR
         id="OuterEditor"
         AutoConfigure="Full"
         ShowDecreaseButton="false"
         UseStandardDialog="true"
         ShowEnlargeButton="false"
         runat="server"
         DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
        >
       </CE:EDITOR>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-19-2009, 5:07 AM 54795 in reply to 54699

    Re: Problems with Make Template functionality

    Thank you for the quick response Adam. Chris is away from the office this week, so he will pick up on your comments when he returns.
  •  08-24-2009, 2:17 AM 54942 in reply to 54795

    Re: Problems with Make Template functionality

    Thanks for your reply Adam, however UseStandardDialog="true" is already set in that page.
     
    This also doesn't help me with the "template image gallery pointing to the wrong folder" issue.
     
    Is there anything else that can be done?
  •  09-01-2009, 3:12 AM 55228 in reply to 54942

    Re: Problems with Make Template functionality

    Adam, it is very disppointing that you have not as yet been able to come up with a solution to this problem.
     
    With these bugs, the insert / create template sections of your app are unusable.   Is there no way to fix this?
  •  09-01-2009, 9:41 AM 55243 in reply to 55228

    Re: Problems with Make Template functionality

    We will fix it in the coming new build. Sorry for the inconvenience.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-02-2009, 4:51 AM 55289 in reply to 55243

    Re: Problems with Make Template functionality

    Thanks Adam.  Can you give me an estimate of how long that will take?
  •  09-07-2009, 2:30 AM 55404 in reply to 55289

    Re: Problems with Make Template functionality

    Adam, I am not prepared to wait indefinitely for this - please indicate how long it will take for you prepare a release to fix this problem.
     
    We are using your control in a live environment and have paid your licence fees so we may do this.  Our application has many clients and it is unacceptable to allow them to use the template functionality when it doesn't store the files in the correct place, or even worse, stores the files in an incorrect central location where other client may access them.
  •  09-07-2009, 3:17 AM 55406 in reply to 55404

    Re: Problems with Make Template functionality

    Hi ChrisD,
     
    Try this way
     
    1. Open file 'outereditorfull.aspx' (CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx)
     
    2. Find section below
     
      <CE:Editor ID="OuterEditor" AutoConfigure="Full" ShowDecreaseButton="false" UseStandardDialog="true"
                ShowEnlargeButton="false" runat="server" DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate" >
            </CE:Editor>
     
    3. Change to below and try again
     
      <CE:Editor ID="OuterEditor" AutoConfigure="Full" ShowDecreaseButton="false" UseStandardDialog="true"
                ShowEnlargeButton="false" runat="server" DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
                URLType="absolute">
            </CE:Editor>
     
    Regards,
     
    Ken
  •  09-08-2009, 9:29 AM 55442 in reply to 55406

    Re: Problems with Make Template functionality

    Thanks, Ken, but this doesn't seem to fix anything.
  •  09-09-2009, 1:03 AM 55455 in reply to 55442

    Re: Problems with Make Template functionality

    Hi ChrisD,
     
    after I set URLType="absolute", in the make template dialog, all insert image will use the full path. it display fine in the new template file.
     
    do you get any issue?

     Is your site online? If so, please send the test URL to me, I want to do some tests.
     
    Regards,
     
    Ken
  •  09-09-2009, 7:42 AM 55470 in reply to 55455

    Re: Problems with Make Template functionality

    Hi Ken,
     
    I've double checked and it definitely doesn't work in my version.  Unfortunately, the control is inside a logged-in section on my app and I cannot currently open this up to you. 
     
    Even with the above tag changed, I still get presented with the default /uploads/ folder when I edit a template and insert an image.  The image gallery is also incorrect.
     
    Thanks,
     
    Chris
View as RSS news feed in XML