My system is running on ASP.NET. I've installed freichat and able to run it on every* page by injecting the script to Master Page via code behind (since version 8.2).
It runs perfectly with mysql membership and avatars.
The major problem is when I browse the pages with jQuery 2.0, the controls broke and freichat doesn't show. I use jQuery for my tabs, calendars.
I tried to enable the option 'Remove Jquery Conflicts' but still same. I tried to resolve the conflict in my asp.net page but no luck as well.
Those pages without jQuery is working fine.
This happened since I use jQuery 1.8 and below, none of the controls work.
If I insist to use freichat, one way I can do is manually put the script at the pages I want, but I got a lot of pages and this is not a practical way to do.
Anyway I can solve this?
Thanks.