1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Welcome to the new PriusChat! Post your questions, bugs, suggestions here

Discussion in 'PriusChat Website Questions' started by Danny, May 30, 2012.

  1. CookieGuru

    CookieGuru Member

    Joined:
    Mar 8, 2012
    104
    20
    0
    Location:
    Seattle
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    Love the new theme. However it's not perfect, so I made a few tweaks which makes it look like this:
    [​IMG]

    Summary of changes:
    • Get rid of the Georgia font. It's ugly as hell
    • The post information (author, time, etc) blends in too well with the post. So I copied the "like" box and applied it to this "meta" box. I think the meta should be at the top, but I can't adjust that with CSS. Could write a userscript.
    • The dashed line above the signature is almost invisible. Made it darker and shrunk the font slightly.
    If anyone's interested, here's my override code:
    HTML:
        .message .messageText, .message .signature, body, body.mceForceColors
        {
            font-family: Verdana !important;
            font-size: 14px !important;
        }
        .messageMeta
        {
            border: 1px solid #D7EDFC;
            border-radius: 5px 5px 5px 5px;
            margin: 10px 0 0 0 !important;
            padding: 5px !important;
            background: url("/styles/flexile/xenforo/gradients/category-23px-light.png") repeat-x scroll center top #F0F7FC;
        }
        .message .signature
        {
            border-top: 1px dashed #0C649E !important;
            color: #999;
            font-size: 90% !important;
        }
    I'm also probably going to adjust the post column width to make it not so squished. It feels cramped and I don't even use widescreen monitors.
     
    Danny likes this.
  2. skilbovia

    skilbovia Member

    Joined:
    Oct 25, 2010
    400
    91
    0
    Location:
    Massachusetts
    Vehicle:
    2010 Prius
    Model:
    V
    how do I see all new posts since my last visit?
     
  3. xs650

    xs650 Senior Member

    Joined:
    Jul 2, 2010
    4,539
    1,433
    9
    Location:
    Northern California
    Vehicle:
    2010 Prius
    Model:
    II
    I can't find a direct way to do that like we used to be able to, but

    Option 1: Click on "what's new", it's like the old way except it doesn't tell you when you get to the point where you signed off last time.

    Option 2: Click on "mark forums read" before you leave the forum, the next time you log on, click on "what's new". That will only show new posts since you logged off.
     
  4. Logical

    Logical Junior Member

    Joined:
    Dec 11, 2003
    82
    26
    0
    Location:
    St. Louis, Missouri
    Vehicle:
    2012 Prius c
    Model:
    Four
    is there some trick to make the search function to search?
     
  5. xs650

    xs650 Senior Member

    Joined:
    Jul 2, 2010
    4,539
    1,433
    9
    Location:
    Northern California
    Vehicle:
    2010 Prius
    Model:
    II
    This might help finding new posts when you logon a bit. The "What's New" button generates this url
    Code:
    http://priuschat.com/find-new/7539/threads
    where the 4 digit number, 7539 appears to advance one count in 6 seconds. I found that by making a book mark:
    Code:
    http://priuschat.com/find-new/999999/threads
    The system automatically substitutes the latest legitimate number for the 999999 and shows me the newest posts.

    I've only used it a short time so am not guaranteeing it will work forever.

    Edit: used "code" format to make urls show properly[/code]
     
  6. macmaster05

    macmaster05 Senor Member

    Joined:
    Sep 27, 2009
    4,050
    728
    5
    Location:
    USA
    Vehicle:
    2010 Prius
    Model:
    Two
    1. Can we please have a "Dislike" button?
    2. How do we get Points?
    3. Still need a real chatroom.
     
  7. RRxing

    RRxing Senior Member

    Joined:
    Jul 7, 2009
    2,518
    1,790
    0
    Location:
    NEPA
    Vehicle:
    Other Hybrid
    Model:
    Limited
    Definitely the top three. More compact. (If I want to see someone's details I can just click on the avatar, not have it in my face the whole time.)
     
  8. RRxing

    RRxing Senior Member

    Joined:
    Jul 7, 2009
    2,518
    1,790
    0
    Location:
    NEPA
    Vehicle:
    Other Hybrid
    Model:
    Limited
    Maybe I missed it, but what's up with the points and trophies? Please explain.
     
  9. Tande

    Tande Active Member

    Joined:
    Jan 29, 2006
    498
    301
    0
    Location:
    Mich.
    Vehicle:
    2017 Prius
    Model:
    II
    +1
     
  10. Danny

    Danny Admin/Founder
    Staff Member

    Joined:
    Nov 24, 2003
    7,093
    2,101
    1,174
    Location:
    Charlotte, NC
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    I like those tweaks, except I'm a fan of the default font. It seems like Verdana is making its way out amongst web standards.
    You should be able to just use this link forever:
    Code:
    http://priuschat.com/find-new/threads
    1. Be patient ;)
    2. Be patient ;)
    3. Be patient ;)
    I'll be adding the trophies and points soon, and one morning you will log in and notice that you may have earned a few trophies overnight. I'll make an announcement once they are live and explain it then.
     
  11. xs650

    xs650 Senior Member

    Joined:
    Jul 2, 2010
    4,539
    1,433
    9
    Location:
    Northern California
    Vehicle:
    2010 Prius
    Model:
    II
    Danny, once you have drained the swamp and killed the alligators....

    I would really like to have a "What's new" function that would only call up the forums I have selected. Other than the Gen3 forums and few general interest forums I would just as soon not see posts from most other forums. You would probably also want to make a "forum announcements" or some such forum mandatory so everyone saw forum announcements you deemed important
     
  12. xs650

    xs650 Senior Member

    Joined:
    Jul 2, 2010
    4,539
    1,433
    9
    Location:
    Northern California
    Vehicle:
    2010 Prius
    Model:
    II
    CookieGuru, how do you insert your own CSS into the page?
     
  13. Danny

    Danny Admin/Founder
    Staff Member

    Joined:
    Nov 24, 2003
    7,093
    2,101
    1,174
    Location:
    Charlotte, NC
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    CookieGuru, I hope you don't mind, but I just stole your CSS changes (sans font changes). I think they look great.
     
  14. cwerdna

    cwerdna Senior Member

    Joined:
    Sep 4, 2005
    12,544
    2,123
    1
    Location:
    SF Bay Area, CA
    Vehicle:
    2006 Prius
  15. Danny

    Danny Admin/Founder
    Staff Member

    Joined:
    Nov 24, 2003
    7,093
    2,101
    1,174
    Location:
    Charlotte, NC
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    It's because that's what is in that page's source code as the title. I have no idea why, but that's how SAE formatted it.
     
  16. cwerdna

    cwerdna Senior Member

    Joined:
    Sep 4, 2005
    12,544
    2,123
    1
    Location:
    SF Bay Area, CA
    Vehicle:
    2006 Prius
    ^^^
    Oh. You're right. Bizarre. Within the <title> tag they do have all that weird whitespace. Doesn't make sense since title's are only disabled in a browser's title/tab bar.

    I guess the next question is how to disable the link text parsing that could be disabled on vBulletin.
     
  17. ProximalSuns

    ProximalSuns Senior Member

    Joined:
    Mar 24, 2012
    1,877
    21
    27
    Location:
    PNW
    Vehicle:
    2012 Prius
    Model:
    Three
    It is on the new format. Just click the posters avatar spot and all that info is displayed in neat pop up window that lets you interact with the poster if you want to.
     
  18. ProximalSuns

    ProximalSuns Senior Member

    Joined:
    Mar 24, 2012
    1,877
    21
    27
    Location:
    PNW
    Vehicle:
    2012 Prius
    Model:
    Three
    Click on "What's New" at the top menu bar. It shows you what topics have had new posts since your last logon. Then each topic has a blue button to the left, you can hover your mouse over it and it will say "Go to first unread message", that will take you to the first unread by you message.
     
  19. Mendel Leisk

    Mendel Leisk Senior Member

    Joined:
    Oct 17, 2010
    54,710
    38,247
    80
    Location:
    Greater Vancouver, British Columbia, Canada
    Vehicle:
    2010 Prius
    Model:
    Touring
    The front page doesn't look so hot right now: 2 spams at the top of the page.
     
  20. Mendel Leisk

    Mendel Leisk Senior Member

    Joined:
    Oct 17, 2010
    54,710
    38,247
    80
    Location:
    Greater Vancouver, British Columbia, Canada
    Vehicle:
    2010 Prius
    Model:
    Touring
    Ok, gone now. ;)