Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Idle Forge ProjectsIdle Forge ProjectsChatChatChat Module Updates?Chat Module Updates?
Previous
 
Next
New Post
3/16/2008 5:29 AM
 

Hi,

Thanks for taking the time to provide this valueable feedback. IT would have been a tad more readable if you had used the enter key a few times though .

But still... very much appreciated. Thanks!


Web applications, DNN websites, modules, skins and support
 
New Post
3/20/2008 11:10 AM
 

Sorry, I will keep that in mind.

By the way, ignore the thing about link's not working. I went through the code and figured out why.

  • it's either [ URL ] http://www.dotnetnuke.com [ /URL ] or [ URL=http://www.dotnetnuke.com ] DotNetNuke.Com [ /URL ]

I had a quick fix solution for the announcement of users leaving, and chat history, etc.

  • To get the chat history, I made it so the chat window would pop-up in a new frame[window].
    • To get that working, I added the chat module to a hidden page and used the [print module] link, to open up that module minus the rest of the site.
  • To announce that the user has left I added a 'Close' button to the Chat Form, and a corresponding API Call in the [DnnChat.vb] file to announce a user has left.

    • 'The Client Javascript/API to send the message that the user has left..
      Dim strExitChat As String = DotNetNuke.UI.Utilities.ClientAPI.GetCallbackEventReference(Me, _
                                                  String.Format("getMessageXML('{0}', MSG_TYPE_LEAVE)", "[" & GetSenderName() & " left the chat.]"), _
                                                  "receiveChatMessage", _
                                                  strContext, _
                                                  "receiveChatMessageError") & "window.opener='x';window.close();"
    •             'Create the close button
                  Dim btnClose As Button = New Button
                  btnClose.UseSubmitBehavior = False
                  btnClose.Text = "Close"
                  btnClose.Enabled = True
                  btnClose.Attributes("onClick") = strExitChat
  • To fix the '+' not showing up, I added the following code in the [DnnChat.js] file.
    • function replacePlus(s){
           var tempS;
           tempS = s.replace(/\+/gi,'+'); 
           return tempS;   
      }
    • (Quick and easy way to do it, although I'm sure theres a better way to do that.)

Hope that was helpful for some people.

 
New Post
3/25/2008 6:48 AM
 

I first posted this in the wrong thread, sorry about that. I am having an issue and see that someone else had the same. Installed Chat on DNN 4.8 and works well but sometimes my registered users get "Error: 400 - There is an error in XML document (1, 57)." when they load the Page with the module on it. This error is in the chat window at the top. I see someone else here had same issue previoulsly that commented under Comments on the project page. Anyone takers on what I am doing wrong or how to fix? Thanks in advanced.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Idle Forge ProjectsIdle Forge ProjectsChatChatChat Module Updates?Chat Module Updates?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out