Hi
First off - excellent Mod. Installed it on our vbulletin installation and it's mostly working ok..
I've managed a few template changes to do what I want to it, but one thing keeps bugging me.
I have the text entry below the shoutlist.
I'd like to have the display order set to Oldest First.
However in doing that the shoutbox snaps to the bottom on every post or refresh, not giving users time to scroll back through the shouts. Happens in Firefox, IE7, IE8 and Chromium.
This happens on the default style as well as our modified one.
website is
http://www.ak47ps3.com/forums
I looked through the vbshout.js and commenting out the scrollBottom() function stops it scrolling down, but also prevents it snapping to bottom on initial load
I suspect the issue is ajax_completed() is just snapping to the bottom no matter what and would be better if there was a way to detect this was a first load of a chat area or a refresh.
I looked to see if I could spot a hook where I could force a snap on initial load of a room - but it didn't stand out for me, and I though I should ask here first rather than pushing around in the code and making it 100 times worse
Any help/thoughts would be greatly appreciated.