The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
So that people can start typing after replying or starting a new thread, without having to click their mouse or hit tab to get the blinking text cursor in the box.
I don't think this would really be a hack so I didn't post it in requests. Somebody let me know how to do this or if I DO need to ask this in the request forum. Any help on this subject would be greatly appreciated. Thanks. |
#2
|
||||
|
||||
Javascript: Focus on a form-field
This script makes the cursor start in a form-field when the page is loaded. Therefor it's handy to put this script behind the closed FORM TAG. You can also create a function and use it in the BODY OnLoad. Replace 'formname' for the NAME of the FORM. And replace inputfieldname for the NAME of the INPUT-TAG. Code:
document.formname.inputfieldname.focus(); |
#3
|
||||
|
||||
Quote:
Now that I think about it, it would be useful on the PMs and PM replys. (both single users, and buddy list) If somebody can help me out with this problem, that would be great. Thanks. |
#4
|
||||
|
||||
BUMP!
|
#5
|
||||
|
||||
Bump again. (I will continue until somebody helps me)
|
#6
|
|||
|
|||
Bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|