domenica 12 marzo 2006 3.08
ramseur
YAF 2.0 with Ajax!!!
Ive decided I really like this forum. The creator has done a nice job and has been real responsive in my discussions on his forum. The community is also nice in helping. The creator is making progress of his port however the last version wouldnt allow me to get past the new auth scheme he has for 2.0. I keep getting a object not set to a reference.
So, I made my own version of his final 1.1 code. This version doesnt include the auth check as I wait for that to work. I want to use the version
I am currently testing in rainbow with my new 2.0 ForumModule. I also fixed his AutoEventWireUp issue by setting it to false on a few of his controls.
This is an issue even Rainbow is facing as ASP.NET 2.0 defaults this to true and if you have wireups then it must be false. I also added some Ajax to some of the normal operations in yaf.
Here is yaf login with Ajax :
Here is yaf posting with Ajax :
Here is yaf admin ( group ) with Ajax :
A lot of other operations are also ajax such as button clicks. I am going to do some more testing but I am still impressed. Its a pretty well done forum complete with member support [ that i might try to convert to aspnetdb to run along side rainbow].