Installation
The Subgurim Chat installation is as easy as it is for any other library.
-
Download your preferred Subgurim Chat version (we suggest the newest one).
-
Paste the ".dll" to your "~/bin" directory.
Important: The Subgurim Chat only works on ASP.NET 2.0 and later.
Configuration
The only configuration we should make to the Subgurim Chat is adding an HttpHandler to the web.config:
<system.web>
<httpHandlers>
<add verb="*" path="subgurim_chat/*.aspx" type="Subgurim.Chat.Procesador"/>
</httpHandlers>
</system.web>
Utilize the component
That's all! Now you just have to use some of the examples and change the CSS styles the way you want.
The only thing you should be aware of is:
-
SubgurimChatManager: you must locate it there where you want to use the Chat.
-
Element Id's: In the first version of the Subgurim Chat, you should respect the identifiers of the elements that compose chat: “username”, “message”, “chat”, “sc_loading”. In the following versions this aspect will be able to be formed.