Search

You searched for the word(s):
Showing page 1715 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: AutoResizeUploadedImages not working

    jcalhoun, &nbsp; Try the following setting: &nbsp; &lt;CE:Gallery &nbsp;&nbsp;&nbsp; id=''gallery1'' &nbsp;&nbsp;&nbsp; runat=''server'' &nbsp;&nbsp;&nbsp; Height=''500'' &nbsp;&nbsp;&nbsp; Width=''600'' &nbsp;&nbsp;&nbsp; Column = ''8'' &nbsp;&nbsp;&nbsp; MaxImageWidth=''600'' &nbsp;&nbsp;&nbsp; ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 18, 2004
  • Re: Finding the name of the template that was loaded into the editor

    BruceD , &nbsp; You can find the Resources.xml in the ~/cuteeditors/templates/ folder. &nbsp; The Resources.xml contains all the template definition. &nbsp; When you add the new template, please make sure you copy the template file to the same folder. &nbsp; &nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2004
  • Re: DNN Sub Portal User Authentication

    jloyola, &nbsp; Terry found a soluton and we made the test and it works. &nbsp; I highlighted the code we added as followings: 'If the url contain the CuteChat,&nbsp;we don't want to dotnetnuke do the sighout. If Request.Path.ToLower().IndexOf(''/cutechat/'') = -1 Then &nbsp;&nbsp;&nbsp; ' expire cookies if portal has ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 18, 2004
  • Re: DNN Sub Portal User Authentication

    jloyola, &nbsp; Sorry for the late response. We are working/testing&nbsp;this issue since last night.&nbsp; It's 11:13am (Eastern time ). We are from Ontatio, Canada. &nbsp; For the dotnetnuke sub portal problem , I think it's a bug of DotNetNuke. &nbsp; In global.asax.vb , It's auto singout if portalid not found . &nbsp; I commented this ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 18, 2004
  • Re: Integration in DNN

    Hi Eric, &nbsp; Can you elaborate on the user authenication..ie if a user is logged into the portal, can the name be passed to the chat? that is the user cannot enter in another nickname? &nbsp; Yes, the user name/user role is automatically&nbsp;be passed to the chat. The&nbsp;embers don't need to enter their username and password again in ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 17, 2004
  • Re: Installing CuteChat

    iakar, &nbsp; You don't need to own the server to run CuteChat. As long as your host provider allows you FTP the files, you can copy the files to your server. &nbsp; No, the CuteChat don't run on access right now.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 17, 2004
  • Re: Link Button Problem

    Are you using the Visual Studio IDE and inclued the ''CuteEditor_Files'' folder into your Visual Studio project? &nbsp; The&nbsp;following situtation happened to other developers before: &nbsp; When you are using&nbsp;the Visual Studio IDE&nbsp;to&nbsp;include the ''CuteEditor_Files'' folder into your Visual Studio project, it prompts you to ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2004
  • Re: Link Button Problem

    Hi, &nbsp; Do you have the same problem with other pop-ups? &nbsp; The followings are the first line of insert.aspx: &nbsp; &lt;%@ Page CodeBehind=''insert_link.aspx.cs'' Language=''c#'' AutoEventWireup=''false'' Inherits=''CuteEditor.Include.insert_link'' %&gt; &nbsp; Please check your insert.aspx file (you can find it at ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2004
  • Re: Compatibility with .asp code

    goat, &nbsp; DotNetGallery is highly Customizable. &nbsp; Please use the following code as a template: &nbsp; void Page_Load(object sender, System.EventArgs e){&nbsp;&nbsp;&nbsp; ...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AccessLevel accesslevel = ...//get from somewhere&nbsp; &nbsp;&nbsp;&nbsp; switch (accesslevel) &nbsp;&nbsp;&nbsp; ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 17, 2004
  • Re: Compatibility with .asp code

    goat, &nbsp; Thanks for the nice words. &nbsp; I am afraid you need to convert you asp code to asp.net. &nbsp; DotNetGallery is an ASP.NET server control which only works for the asp.net environment. &nbsp; &gt;&gt;Also, is there anyway to define the link for Fullscreen. I would like to be able to load it into a new window as full screen ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 17, 2004