Annoying bug in the Forumjump in 1.1.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bira
    Senior Member
    • May 2000
    • 1498

    Annoying bug in the Forumjump in 1.1.4

    Hi,

    I just upgraded from 1.1.3b3 to 1.1.4 and I have a really annoying bug now:

    The furomjump scrolldown list is generated with "selected" in EVERY option except the first!
    Therefore, the LAST option is the displayed one. Needless to say, the last forum in the order is the least wanted forum.

    It's very annoying because most people, myself included, click on the Go button automatically, since we're used to have it by default on the forum name which we're in now.

    This is what the source code of the html looks like:

    [code]
    <B>Forum Jump: </B><SELECT NAME="forumid">
    <option >Please select one:</option>
    <OPTION value="1" > Atlas F1</option>
    <OPTION value="2" [b]selected[/b]> Readers' Comments</option>
    <OPTION value="9" [b]selected[/b]> The Paddock Club</option>
    <OPTION value="7" [b]selected[/b]> Racing Simulators</option>
    <OPTION value="8" [b]selected[/b]> The Technical Forum</option>
    <OPTION value="10" [b]selected[/b]> The Nostalgia Forum</option>
    <OPTION value="6" [b]selected[/b]> For Sale & Want Ads</option>
    <OPTION value="5" [b]selected[/b]> Grand Prix Travelling</option>
    </SELECT>
    <input type="hidden" name="daysprune" value="">
    <INPUT TYPE="SUBMIT" VALUE="Go"></FORM>
    [/code]

    I'd appreciate your help, and thanks,

    Bira
  • Stallion
    Senior Member
    • Apr 2000
    • 704

    #2
    FIX

    [b]global.php[/b]:
    Look for:
    [code] eval("\$jumpforumbits .= \"".gettemplate("jumpforumbit")."\";");[/code]
    Append:
    [code] unset($optionselected);[/code]

    Comment

    • Freddie Bingham
      Former vBulletin Developer
      • May 2000
      • 14057
      • 1.1.x

      #3
      Aye a bug that happens if you set your forum to just show forums on the main page, no categories.

      [Edited by freddie on 11-04-2000 at 06:07 PM]

      Comment

      • bira
        Senior Member
        • May 2000
        • 1498

        #4
        THANK YOU Stallion :)

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎