Square Wheels Posted March 7, 2019 Share Posted March 7, 2019 Would someone consider adding back in the topic title to the Next Unread Topic link? Willing to pay a few dollars for it. Thanks Link to comment
Square Wheels Posted March 10, 2019 Author Share Posted March 10, 2019 Bump I really hate the new setup. Link to comment
Pete T Posted March 10, 2019 Share Posted March 10, 2019 6 hours ago, Square Wheels said: Bump I really hate the new setup. i am guessing talking about this ? if so it should be there as part of default theme. Link to comment
Nathan Explosion Posted March 10, 2019 Share Posted March 10, 2019 10 minutes ago, Pete T said: i am guessing talking about this ? if so it should be there as part of default theme. It was removed in IPS 4.4.x Link to comment
Pete T Posted March 10, 2019 Share Posted March 10, 2019 1 minute ago, Nathan Explosion said: It was removed in IPS 4.4.x That wrong because that image is in 4.4.x and checked 4.3.x code with 4.4.x code and there. {{if $nextUnread !== NULL}} <div class='ipsGrid_span6 ipsType_right ipsPager_next'> <a href="{$nextUnread->url()->setQueryString( array( 'do' => 'getNewComment' ) )}" title='{{if $topic->isQuestion()}}{lang="view_next_unread_question_title"}{{else}}{lang="view_next_unread_title"}{{endif}}'> <span class="ipsPager_type">{{if $topic->isQuestion()}}{lang="view_next_unread_question"}{{else}}{lang="view_next_unread"}{{endif}}</span> <span class="ipsPager_title ipsType_light ipsTruncate ipsTruncate_line">{$nextUnread->mapped('title')}</span> </a> </div> {{endif}} This from default 4.4.x as see display only if user not viewed the topic before. Link to comment
Nathan Explosion Posted March 10, 2019 Share Posted March 10, 2019 Interesting...thought I read it had been removed. Now I am confused as to why it is being requested. Link to comment
newbie LAC Posted March 10, 2019 Share Posted March 10, 2019 13 minutes ago, Pete T said: This from default 4.4.x as see display only if user not viewed the topic before. https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff 4.4.1 vs 4.3.6 As you can see you do know nothing (link/title) about next unread topic Link to comment
Adriano Faria Posted March 10, 2019 Share Posted March 10, 2019 The method is still there: IPS\Content\Controller::nextUnread(). Link to comment
Pete T Posted March 10, 2019 Share Posted March 10, 2019 10 minutes ago, newbie LAC said: https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff 4.4.1 vs 4.3.6 As you can see you do know nothing about next unread topic Yes code copied is from 4.3.6 but the image from 4.4.1 so i do know what talking about ! and if read the template correctly would see what been removed and added. 4.3.6 {{if $nextUnread !== NULL}} <div class='ipsGrid_span6 ipsType_right ipsPager_next'> <a href="{$nextUnread->url()->setQueryString( array( 'do' => 'getNewComment' ) )}" title='{{if $topic->isQuestion()}}{lang="view_next_unread_question_title"}{{else}}{lang="view_next_unread_title"}{{endif}}'> <span class="ipsPager_type">{{if $topic->isQuestion()}}{lang="view_next_unread_question"}{{else}}{lang="view_next_unread"}{{endif}}</span> <span class="ipsPager_title ipsType_light ipsTruncate ipsTruncate_line">{$nextUnread->mapped('title')}</span> </a> </div> {{endif}} 4.4.1 {{if $nextUnread !== NULL}} <div class='ipsGrid_span6 ipsType_right ipsPager_next ipsPager_noDesc'> <a href="{$topic->url()->setQueryString( array( 'do' => 'nextUnread' ) )}" title='{{if $topic->isQuestion()}}{lang="view_next_unread_question_title"}{{else}}{lang="view_next_unread_title"}{{endif}}'> <span class="ipsPager_type">{{if $topic->isQuestion()}}{lang="view_next_unread_question"}{{else}}{lang="view_next_unread"}{{endif}}</span> </a> </div> {{endif}} so let review the facts it works in 4.4.x Link to comment
newbie LAC Posted March 10, 2019 Share Posted March 10, 2019 Screenshot from 4.4 Compare with yours Do you see next unread topic (on your screen Welcome!)? Do you see forum title (on your screen A Test Forum)? Link to comment
Square Wheels Posted March 11, 2019 Author Share Posted March 11, 2019 Support confirmed it was removed on purpose. Can someone consider adding it back as a mod? Link to comment
JohnCourt Posted March 17, 2019 Share Posted March 17, 2019 According to the upgrade details having the Next Unread Topic (title) slows page loads, so they removed it, my members weren't too happy about that, but they usually adapt, and have. I must admit, I like it the old version of it. Link to comment
Square Wheels Posted March 17, 2019 Author Share Posted March 17, 2019 1 hour ago, JohnCourt said: I like it the old version of it. I miss it every time I click on it. I hate the new way. Link to comment
Makoto Posted March 17, 2019 Share Posted March 17, 2019 If you really want this back, I could do this while trying to keep performance impact to a minimum, but I'd need more than just a few dollars for it 🙂 Link to comment
Square Wheels Posted March 17, 2019 Author Share Posted March 17, 2019 1 hour ago, Makoto said: If you really want this back, I could do this while trying to keep performance impact to a minimum, but I'd need more than just a few dollars for it 🙂 How much would it be? Also, I suspect you could put it in the marketplace and sell a few more too. Link to comment
Makoto Posted March 17, 2019 Share Posted March 17, 2019 3 hours ago, Square Wheels said: How much would it be? Also, I suspect you could put it in the marketplace and sell a few more too. It would be $60-$120 as a custom plugin, but I could provide a discount if I post it on the marketplace to. You can message me here if you're interested and I'd be happy to work with you! Link to comment
Square Wheels Posted May 19, 2019 Author Share Posted May 19, 2019 @Lindy, I can't tell you how much this has ruined my browsing experience. I have no idea what the next post will be, I click Next Unread Topic, then look in my browser tab hoping I can decipher what the topic title is, if not from the browser tab, then from the last post or two that is visible, or maybe I need to scroll all the way to the top to see. It really is a terrible experience. Also, this does not apply to mobile as there is no browser tab, just lots of guessing. I heard this was done for big boards. What qualifies as a big board? Number of online users? Total number of posts? I have one site with more than 3/4 a million posts. It's no faster now that this really useful option has been removed. If you'd consider adding it back, I'd be grateful. Even as an option. Link to comment
Management Lindy Posted May 21, 2019 Management Share Posted May 21, 2019 I'm confused as to how this is such a game changer... there was no way to advance to the next NEXT unread topic before (skip one you didn't like), so what did you do when you could see the title but didn't want to click? I'm not trying to get smart with you; I'm genuinely trying to understand the impact. Unless the title determined whether or not you'd ever click the next unread link again, I can't understand why this would have so much influence. We did test a few other methods to make this more efficient and considered leveraging the search index, but ultimately, the title never existed before it was introduced at some point in v4 and it has a notable effect on performance. The reward vs impact just wasn't there. In regards to a customization - an author can certainly create a plugin for you, however, we do not allow things in the marketplace that remove things we purposely removed. I'm sorry I don't have better news for you. 😞 Link to comment
Square Wheels Posted May 21, 2019 Author Share Posted May 21, 2019 @Lindy, I open my site by going to the default "Unread Content" link. From there I can clearly see the title of the first topic, I click the icon next to it and go to the first unread post - perfect. Then at the bottom right I see "NEXT UNREAD TOPIC", but I have no idea what that topic might be. Maybe it's how to make pasta, maybe it's engine temperatures. The first post I see says "I worry when the temp hits 180 degrees". From just that should I reply, "you really should wait until the water boils" - for pasta, or "that's actually a little on the low side, you might need a new thermostat" - for an engine temp? Clearly I am neither a chef nor a mechanic, nor very good at making up examples. :) My option is, and the one I often chose, to not bother replying because it can be a huge pain to scroll up if there are a lot of posts. The site gets dozens of responses to posts every day and I try to at least read them to keep control of the site. Link to comment
opentype Posted May 21, 2019 Share Posted May 21, 2019 6 minutes ago, Square Wheels said: @Lindy, I open my site by going to the default "Unread Content" link. From there I can clearly see the title of the first topic, I click the icon next to it and go to the first unread post - perfect. Then at the bottom right I see "NEXT UNREAD TOPIC", but I have no idea what that topic might be. Personally, I think that what activity feeds are perfect for. You see ALL recent posts at once and you can decide what to click on from there. “Power users” might open links in new tabs on desktop to keep the overview open. Others might just use the back button to change between entry and overview. It’s not what you are used to, but it should work reasonably well. The next unread also doesn’t really work as soon you have more than one app which uses it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.