| Posted: 21 September 2009 at 1:46pm | IP Logged
|
|
|
I'm sorry to disagree with you on the is no difference between last alpha which was two release s ago but there are hugh differences.
Maybe you can't see them visually but it's all in the core. Alpha had no validatin of any posts being made. This version validates all posts being made on the server sider and then cancels the forms submitting if the input is not valid.
The major change that is causing your issues is your browsers or you web connection speed .
When I surf your site I see no blank pages load validating the forum post nor when logging in or out.
There is most likely a simple solution and that is to stop the scroll to to feature when document, forum post are validated/posted.
You'll need to look through the mods/classes/class_forums.asp file and edit all instances of this line Code cor.butil.successMsg(....,true) Change the last true to false. You will also need to change all the instances of Code cor.butil.errorMsg(...,true) to False as well.
That will stop the scrolling up.
Let me know if this works btter or not.
__________________ The worlds worst speller. Thats why I bought ieSpell.
Now I just got to remember to use it [IMG]smileys/smiley18.gif" />
|