Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorT2
    • CommentTimeNov 19th 2005 edited
     
    Does anyone know how to change the text on the jump menu from "Jump to..." to whatever?

    Thanks,
    T2
    •  
      CommentAuthorCroila
    • CommentTimeNov 19th 2005
     
    Somewhere in your gallery.php file you'll find the following code:
    ____________________________________________________
    $output .= '<form name="jump_menu" action="#" method="get">';
    $output .= '<select name="jump_menu" onchange="document.location.href = this.options[this.selectedIndex].value;">
    <option value="#">Jump to ...</option>';
    ____________________________________________________

    Just change the bit where it says "Jump to" to whatever it is you want.

    Regards
    Croila
    • CommentAuthorT2
    • CommentTimeNov 19th 2005
     
    Found it. Thank you Croila :)

    T2
    • CommentAuthorromainbj
    • CommentTimeDec 25th 2005
     
    does anyone how to reverse the order of the list
    Galleries are listed alphabeticaly now i want the same but reversed, starting from Z to A
    thanks if you know how to do that
    • CommentAuthorddejong
    • CommentTimeDec 26th 2005
     
    Search the forums for "sort order". Should find what you're looking for.

    - Derek
    • CommentAuthorromainbj
    • CommentTimeDec 27th 2005
     
    Thank derek :)