Page 4 of 24 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 236

Thread: Welcome to the upgraded forum!

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

    Re: V4 - Favicon Not "Ubuntu" / Latest Activity?

    Quote Originally Posted by carl4926 View Post
    ...
    In the sandbox at least you have a New Posts in the Latest Activity area, but now it's gone
    ...
    No it's not.

    It wouldn't work at the moment - search is turned off.

  2. #32
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Welcome to the upgraded forum!

    if i am not mistaken, [code] doesn't use monospace
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  3. #33
    Join Date
    Nov 2011
    Location
    bod
    Beans
    78

    Re: Welcome to the upgraded forum!

    Quote Originally Posted by carl4926 View Post
    If you mean the faviconJust hit refresh button
    I mean these icons according to the attachment. What makes some threads hot, and others cold?
    Attached Images Attached Images

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

    Re: Welcome to the upgraded forum!

    Quote Originally Posted by pixiq View Post
    I mean these icons according to the attachment. What makes some threads hot, and others cold?
    That took me an age to find ... actually that's a lie, but the kettle boiled.

    If 'Hot Threads' are enabled, threads with the specified number of views or more will be shown as hot. Set to 150

    If 'Hot Threads' are enabled, threads with the specified number of posts or more will be shown as hot. Set to 15

  5. #35
    Join Date
    Nov 2011
    Location
    bod
    Beans
    78

    Re: Welcome to the upgraded forum!

    Quote Originally Posted by Elfy View Post
    That took me an age to find ... actually that's a lie, but the kettle boiled.

    If 'Hot Threads' are enabled, threads with the specified number of views or more will be shown as hot. Set to 150

    If 'Hot Threads' are enabled, threads with the specified number of posts or more will be shown as hot. Set to 15
    Thank you

  6. #36
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Welcome to the upgraded forum!

    Quote Originally Posted by Vaphell View Post
    if i am not mistaken, [code] doesn't use monospace
    Checking: it is not monospace while editing, but at preview and after submitting, it is monospace. I'm using Firefox in 12.04.

    [CODE]
    # checking if this is monospace
    # ........ mm iiii xx ----.....
    [/CODE]
    Code:
    # checking if this is monospace
    # ........ mm iiii xx ----.....

  7. #37
    Join Date
    Dec 2006
    Beans
    7,349

    Arrow Re: Welcome to the upgraded forum!

    Hmmm.... code box shows scroll bars even when not required... there must be a setting 'Show scroll bars only when required'?
    You think that's air you're breathing now?

  8. #38
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Welcome to the upgraded forum!

    according to firebug this is the CSS line that controls it

    Code:
    .bbcode_code, pre, code, kbd, samp, tt, bbcode_code span {
        font-family: 'Ubuntu Mono',sans-serif;
    }
    Mono and then sans-serif? seriously?
    only when i disable it, control jumps to
    Code:
    pre, code, kbd, samp, tt {
        font-family: monospace;
        line-height: 100%;
    }
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  9. #39
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Welcome to the upgraded forum!

    The icons for threads with and without unread posts are easily visually distinguishable by color for low-traffic threads, but not so much for hot threads:


    low-traffic thread with no unread posts

    low-traffic thread with unread posts

    hot thread with no unread posts

    hot thread with unread posts

    I think it would be great if the last icon had say more orange hue.

  10. #40
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Welcome to the upgraded forum!

    to be more constructive in rants about wasted space i attach the picture with suggested modifications to compress the profile info part of message so the message frame doesn't have to be so big.
    Red frames show some of the divs as seen in firebug to give idea about the current layout.
    Attached Images Attached Images
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

Page 4 of 24 FirstFirst ... 2345614 ... LastLast

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
  •