Re: Display same contact list for all users

  •  07-24-2007, 4:56 PM

    Re: Display same contact list for all users

    JM07:


    For example.. let's say I'm running this messenger in my office for employee usage. You are a new employee... the first time you sign on, I want you to automatically see a list of ALL employees in your contacts. I don't want you to have to know the names of 100 other employees to manually add them to your list.

    I have been given approval to purchase the developer license of Web Messenger... it's a better product than everything I have tested, but this is the one thing holding me back right now. I simply cannot make every user start with a blank contact list.

     
    Please follow the steps below:
     
    1. Open IM_MainForm.aspx and create a JavaScript Array when the page loads.
     
    Populate this array with user name data based on your requirements.
     
    2. Open CuteSoft_Client\CuteChat\ChatUI_IMMain.xml and find the following code:
     
    var contacts=GetContactArrary();
     
    Replace it with your own contact array.
     
    It should resolve the problems.
     
     

    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

View Complete Thread