Quote:
Originally Posted by webuser00
Is there any way to have it jump down to the quick-reply box once a user selects some text to quote?
(this would avoid having the user manually scroll down to the quick-reply portion to see the text)
|
An update on this:
While I won't be implementing this feature because users on my board almost always use it to multi-quote, this is very easy to add if you know some basic JS (which I've picked up since the original release of this mod

).
In the main event handler, right before the final return statement, simply add this line:
Code:
window.location.hash='qrform';