I would very much like help in this porting and can send the code I have modified so far to whomever wants to help. Just shoot me an email and I'll send it to you in a nice zip file. It doesnt work 100% yet...but with help hopefully it can work 100% soon and we can make it available to everyone.
I have done my best to document my problems a search through the site files for "oracle" will bring up many of my comments and modified code. But I'm sure it can be done a whole lot better. Could the experienced people let me know of some things I can do to make my modifications more readable to everyone so that others may be able to help debug the Discussion Forum.<
Thanks Ruirib, i just got it working, it was a problem with the response.buffer line, i had set it to false so that i could debug it and didnt change it, so it was sending more header information after header information was already sent. by setting it to true, it waits till the whole page is loaded before displaying it.<