Two question

Last post 10-10-2006, 4:28 PM by Jasmin.NET. 2 replies.
Sort Posts: Previous Next
  •  10-10-2006, 3:48 PM 23468

    Two question

    First I want to say this is a GRETA product and we will use ti and purchase after period of testing, ok let ma ask you some questin.
     
    1. We have CS 2.1 and I dowload CuteChat 3.0 (demo) from this site. Inside is also a Web messenger. After instal I have Chat icon near every forum group (that is ok) and I have link "Messenger" in right corner of CS. I want to remove that link and coresponding icon. How? That is becuse we only want to test cute chat and we dont want users mess with it.
     
    2. Also I have add Chat button on main toolbar of CS using this

    Adding a chat tab into your CS top navigation bar.

    1. Copy chat.aspx to the root of your Community Server installation.
    2. Open SiteUrls.config file, find "navigation" section and add the following entry behind home tab:

    <link name="Chat" navigateUrl="/Chat.aspx" text="Chat" />
    Ok, I have link but when I enter it it show NO rooms. But I have about 50 (same number of forum groups). In configuration I have create on Loby (not Integrated with forum) and I have it after I click on Chat link (main toolbar). My question is. Is it possible to see all integrated chat rooms trough chat link?
     
    Thank you
  •  10-10-2006, 4:14 PM 23469 in reply to 23468

    Re: Two question

    Jasmin.NET,
     
    Thanks for the nice comments about our product.
     
    1. I want to remove that link and coresponding icon.
     
    Please open Themes\default\Skins\Skin-DisplayUserWelcome.ascx file and remove the following code:
     
     <%="<"%><%="script"%><%=" src='"%><%=ResolveUrl("~/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx")%><%="'"%><%=">"%><%="<"%><%="/script"%><%=">"%>
     
     <img src="<%=ResolveUrl("~/CuteSoft_Client/CuteChat/images/icon_invite.gif")%>" align=absmiddle><a href="###" onClick="Chat_OpenMessenger()" >Messenger</a>

    2.  My question is. Is it possible to see all integrated chat rooms trough chat link?
    By default it will show no room because you haven't created any chat room yet.  You can login as admin, click "chat admin" button, choose "room admin" tab to create your room.
     
    Or you can use the forum name as chat room name. Please follow the step below:
     
    Open Chat.aspx and remove the following code:
     
     
    if (lobby.Integration != "")
       continue;
     
     
    Hope it helps.
     

    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

  •  10-10-2006, 4:28 PM 23470 in reply to 23469

    Re: Two question

    Adam:
     
    Hope it helps.
     
    Yes it helps a lot !
    Thank you
View as RSS news feed in XML