Search

You searched for the word(s):
< 1 second(s)
  • Re: Absolute URLs for images

    Oh sorry I should mention, &nbsp; What I need is for the image gallery to find the specific portal's image folder. &nbsp; Here is an example from my machine. . &nbsp; &nbsp; C:/Inetpub/wwwroot/LocalDNN/Portal/0 C:/Inetpub/wwwroot/LocalDNN/Portal/1 C:/Inetpub/wwwroot/LocalDNN/Portal/3 C:/Inetpub/wwwroot/LocalDNN/Portal/4 ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on October 6, 2008
  • Re: Absolute URLs for images

    Thanks Ken! &nbsp; I made those changes and all seems well save for one thing.&nbsp; I tested just typing text in the editors and some basic formatting things.&nbsp; Those seem to work OK.&nbsp; However when I select the image gallery I get the following error. &nbsp; Server Error in '/LocalDNN' Application. Could not find a part of the ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on October 6, 2008
  • Absolute URLs for images

    Hello, &nbsp; I have the cute editor installed for a Dot Net nuke applacation.&nbsp; I need to have the src in the &lt;IMG&gt; tags to be absolute. like this &lt;img height=''306'' alt='''' src=''http://localhost/LocalDNN/Portals/6/ufonaut.gif'' width=''254'' border=''0'' /&gt; &nbsp; But what is happening is something like this ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on October 3, 2008
  • Re: Saving the text value to a SQL Server database

    Woot!&nbsp; I got it to work. &nbsp; All I did was move the Sub call. &nbsp; I took it out of the page_load event and put it in the button click event &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Protected Sub ButtonSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 25, 2008
  • Re: Saving the text value to a SQL Server database

    Hi. &nbsp; When I did the test above by appending ''Hello World'' to the text property I did get ''hello World'' in the database but nothing else. &nbsp; I have figured out something however.&nbsp; If I switch from the Rich Text Editor mode to the Basic Text Box mode before submission it does record the HTML to the database.&nbsp; But I ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 22, 2008
  • Re: Saving the text value to a SQL Server database

    Hi.&nbsp; Thanks for the reply. &nbsp; Origional code: .Parameters(''@PortalSettingsImageLogoURL'').Value = Server.HtmlDecode(EditorImageLogo.Text) .Parameters(''@PortalSettingsDealerImageURL'').Value = Server.HtmlDecode(EditorImageOwner.Text) &nbsp; result: both stored an empty string in the Database, overriding what was there before. ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 19, 2008
  • Saving the text value to a SQL Server database

    Hi I have the Cute Editor installed in Dot Net Nuke. I have a SQl Server database tied to the app. The problem I have is that it is not saving the text in it to the database.&nbsp; But If I put data into the Database it does read that data. I did some research on line and found any examples that weer similar had other issues in them that ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on September 17, 2008