Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 7, 20196 yr Would someone consider adding back in the topic title to the Next Unread Topic link? Willing to pay a few dollars for it. Thanks
March 10, 20196 yr 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.
March 10, 20196 yr 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
March 10, 20196 yr 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.
March 10, 20196 yr Interesting...thought I read it had been removed. Now I am confused as to why it is being requested.
March 10, 20196 yr 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 Edited March 10, 20196 yr by newbie LAC
March 10, 20196 yr 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 Edited March 10, 20196 yr by Pete T
March 10, 20196 yr 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)?
March 11, 20196 yr Author Support confirmed it was removed on purpose. Can someone consider adding it back as a mod?
March 17, 20196 yr 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. Edited March 17, 20196 yr by JohnCourt
March 17, 20196 yr Author 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.
March 17, 20196 yr 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 🙂
March 17, 20196 yr Author 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.
March 17, 20196 yr 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!
May 19, 20196 yr Author @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.
May 21, 20196 yr Management 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. 😞
May 21, 20196 yr Author @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.
May 21, 20196 yr 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.
Archived
This topic is now archived and is closed to further replies.