Hi SaiDon
Thanks for bringing that category error to my attention I actually noticed that and another error and corrected it but I guess I uploaded the wrong file my mistake.
http://www.forum.onairda.com/ I lost that when my hdd failed.
The only difference in this is it displays the date and time next to the chat message you should be able to remove that if you don’t need it by editing the (ChatEngine.cs) file.
Replace Ln 209
ParseText(users[guid].ToString(), text + " (" + DateTime.Today.Year.ToString() + "/" + DateTime.Today.Month.ToString() + "/" + DateTime.Today.Day.ToString() + " Time " + DateTime.Now.Hour.ToString() + ":" + DateTime.Now.Minute.ToString() + ")")
With this
ParseText(users[guid].ToString(), text
To do so.
Use the ConfigPassword in app.config file when installing Otherwise you might get an error. Or simley use your database.
Remove all the google ads and flash banner as I did not have time to do so.
Thanks
No Categories Bug in This One Try It.
Edited by user
13 years ago
|
Reason: Forgot to Mention No Categories Bug in This One