Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Forum search: Search in Forum and Search by Prefix are too small

  1. #1
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Forum search: Search in Forum and Search by Prefix are too small

    If you take a look at the advanced search page, you can see that the boxes Search in Forum and Search by Prefix are tiny compared to the contents. They display 5 items at once, but the contents have 130+ and 70+ items. By adding resize: both into the CSS, the user can resize them freely. See images for more details.

    forums_search_before.jpg

    forums_search_after.jpg

  2. #2
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Well, I suppose the idea is to have all the options available without having to scroll down too much. Not everyone has huge screen space,
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Forum search: Search in Forum and Search by Prefix are too small

    But my idea is making the boxes resizable, nothing else would change ...

  4. #4
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Bump. The code below is all you have to add to additional.css:
    Code:
    #forumchoice {
    resize:both;
    }
    #prefixchoice {
    resize:both;
    }

  5. #5
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Asked for some other admins input. Thanks for your patience
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  6. #6
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Forum search: Search in Forum and Search by Prefix are too small

    No problem .

  7. #7
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Re: Forum search: Search in Forum and Search by Prefix are too small

    I'm surprised that such a simple fix and a major usability improvement takes so long. At least someone could write: "No, we won't do it". and we could forget this thread ever existed ...

  8. #8
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Well, I'm no css specialist and vBulletin templates are a nightmare I wont happily venture into. If you see the forums broken, cheer me up
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  9. #9
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Quote Originally Posted by R33D3M33R View Post
    I'm surprised that such a simple fix and a major usability improvement takes so long. At least someone could write: "No, we won't do it". and we could forget this thread ever existed ...
    It's not that we didn't want to do this, but in addition to
    Quote Originally Posted by bapoumba View Post
    Well, I'm no css specialist and vBulletin templates are a nightmare I wont happily venture into. If you see the forums broken, cheer me up
    this

    We probably forgot about it somewhat.

    Anyway - have a look now.

  10. #10
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Forum search: Search in Forum and Search by Prefix are too small

    Quote Originally Posted by R33D3M33R View Post
    Bump. The code below is all you have to add to additional.css:
    Code:
    #forumchoice {
    resize:both;
    }
    #prefixchoice {
    resize:both;
    }
    Thanks R33D3M33R - sorry it took a while.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •