![]() |
[How To?] Change Tab Order In New Thread - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] Change Tab Order In New Thread (/thread-198005.html) |
Change Tab Order In New Thread - jabber - 2016-08-19 Hi How to change Tab order in New Thread. I want this User choose prefix any of these - Error Message/General/HowTo or any other after that when user press Tab cursor goes to subject box. If any understanding issue please let me now. Thanks. RE: Change Tab Order In New Thread - Waleed B. - 2016-08-19 So go to AdminCP > Templates & Styles > Templates > Choose your theme > New Thread Templates > newthread What you want to do is use the "tabindex" attribute to specify the order of each field. For example if you want the subject field to be the 3rd box selected on tab, you'd specify it like so: Quote:<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="3" /> RE: Change Tab Order In New Thread - jabber - 2016-08-22 Its not working. Because prefix and subject both are in same tabindex. Any one more who can help me. RE: Change Tab Order In New Thread - jabber - 2016-08-24 Any one. When I open to create new thread cursor is on Subject box. I need cursor on prefix then when user choose prefix and press tab it goes to subject box. RE: Change Tab Order In New Thread - jabber - 2016-08-25 Any one RE: Change Tab Order In New Thread - jabber - 2016-08-30 Any one |