Results 1 to 13 of 13

Thread: What's New? link - changes - Don't like

  1. #1
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default What's New? link - changes - Don't like

    I think the old way of listing threads that were updated is better. Right now it is too granular showing every single new post to any particular thread. When I don't check the forums on weekends I have a nice list of updated threads. The new way is going to make for a confusing read seeing all the posts to a thread.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  2. #2
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    One more thing. As I would read a thread, that thread would drop off the "what's new?" list. Now it does not. Makes it even more confusing. I am a list maker and the old way worked for me. I hope we can go back to it. Change for the sake of change is not really a good idea. Unless the old system was broken in some way?
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  3. #3
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    And never mind. I see the old way of viewing things is select-able. Something must have changed in the Matrix to have moved my default view. I like the "New Posts" view. The "Activity Stream" view is awful. So I guess it would be nice if the "What's New?" button defaulted back to the "New Posts" link instead of the "Activity Stream"
    Last edited by KrazyIvan; March 21st, 2013 at 09:15 AM.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  4. #4
    Senior Member Toffer's Avatar
    Join Date
    Jan 2013
    Location
    Todmorden, W. Yorks. UK
    Posts
    174
    Thanks
    21
    Thanked 41 Times in 23 Posts
    Rep Power
    12

    Default Re: What's New? link - changes - Don't like

    I wondered what had happened!! I didn't like it, but was glad to see the what's new button shows as it used too.

  5. #5
    Senior Member Jon Szanto's Avatar
    Join Date
    Feb 2012
    Posts
    6,632
    Thanks
    7,803
    Thanked 11,075 Times in 4,023 Posts
    Rep Power
    22

    Default Re: What's New? link - changes - Don't like

    I thought I was going nuts. I DO NOT LIKE the way What's New is popping up now, I want to hit the site and see the threads that have new responses in them in a list, just like before. Sure, it can be done, but with more clicks.

    If this wasn't a change that happened automagically with a new version of the forum software, could we please have the old behavior back, Please??

  6. #6
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    Purdy please and thank you.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  7. #7
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    I sort of have a workable alternative. You click through to "What's New" then "New Posts" Click the first thread. When I am done reading the thread I go back to the new posts page via keyboard shortcut, "Alt-left arrow key" and then click on new posts again. This clears off the threads I have read. Rinse, repeat.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  8. #8
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    I don't know if I missed it but earlier this week I noticed the new posts link seems more prominent. Makes for much easier navigation through new content. Thank you.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  9. #9
    Senior Member Sailor Kenshin's Avatar
    Join Date
    Apr 2012
    Location
    Where pigs run free!
    Posts
    4,022
    Thanks
    6,335
    Thanked 3,494 Times in 1,751 Posts
    Rep Power
    18

    Default Re: What's New? link - changes - Don't like

    I haven't seen any changes but maybe it's because I view this on my iPad?
    My other pen is a Montblanc.

    And my other blog is a tumblr!


    And my latest ebook, for spooky wintery reading:

    https://www.amazon.com/gp/product/B0CM2NGSSD

  10. #10
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    I see the changes on my iPad via Safari. The what's new link did not change but just under it the new post link seems to have moved once you pull up the first list of new threads.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

  11. #11
    Member
    Join Date
    May 2012
    Location
    The Continent
    Posts
    33
    Thanks
    3
    Thanked 6 Times in 5 Posts
    Rep Power
    0

    Default Re: What's New? link - changes - Don't like

    I'm not a big fan of the 'Activity Stream' either.

    My solution is to modify the link in the navigation bar with a bit of JavaScript. Not ideal but it works.
    The script requires Greasemonkey, i.e. Firefox, but might be coaxed to work in other browsers as well.

    Code:
    // ==UserScript==
    // @name        Modify What's new
    // @namespace   http://fpgeeks.com
    // @include	http://fpgeeks.com/forum/*
    // @version     1
    // @grant	none
    // ==/UserScript==
    
    var whatsnew = document.getElementById('vbtab_whatsnew');
    
    if (whatsnew) {
        var anchor = whatsnew.firstChild;
    
        while (anchor && anchor.nodeType != 1) 
            anchor = anchor.nextSibling;
                   
        if (anchor && anchor.tagName.toLowerCase() === 'a') {
            anchor.href = "search.php?do=getnew&contenttype=vBForum_Post";
            anchor.textContent = "New Posts";
        }
    }
    
    // ==/UserScript==

  12. #12
    The Nibsmith dannzeman's Avatar
    Join Date
    Jan 2010
    Location
    IOWA -- Go HAWKEYES!!
    Posts
    1,244
    Thanks
    524
    Thanked 1,837 Times in 439 Posts
    Rep Power
    16

    Default Re: What's New? link - changes - Don't like

    The "What's New?" tab should be functioning the way it used to now. Sorry, I completely missed this thread and didn't notice the change because I always click the "New Posts" link right below "Forum" tab.

  13. The Following 2 Users Say Thank You to dannzeman For This Useful Post:

    Jon Szanto (April 30th, 2013), KrazyIvan (April 30th, 2013)

  14. #13
    FPG Donor ♕ KrazyIvan's Avatar
    Join Date
    Feb 2012
    Location
    Texas-USA
    Posts
    5,068
    Thanks
    1,476
    Thanked 1,798 Times in 943 Posts
    Rep Power
    20

    Default Re: What's New? link - changes - Don't like

    Quote Originally Posted by dannzeman View Post
    The "What's New?" tab should be functioning the way it used to now. Sorry, I completely missed this thread and didn't notice the change because I always click the "New Posts" link right below "Forum" tab.
    Thank you sir! I was working around it but I appreciate it.
    Fountain Pen Sith Lord | Daakusaido | Everything in one spot

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
  •