[For 1.8] ScrollOn 0.0.4 ALPHA (infinite scroll) - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] ScrollOn 0.0.4 ALPHA (infinite scroll) (/thread-219398.html) Pages:
1
2
|
ScrollOn 0.0.4 ALPHA (infinite scroll) - Wildcard - 2018-08-23 Follow WildcardSearch On Twitter for Faster Updates: a plugin for MyBB forums that adds infinite scrolling to the thread view
Example: https://i.imgur.com/Htrm0wW.mp4 Features:
This is an ALPHA version that is not yet ready for live forums.
Dependencies: none Resources: Support I make no guarantees of support but I will always try. If you need support for this plugin please create a support thread at MyBB forums. Bugs/Issues Please report any problems found at the GitHub repository for this project, in this thread or in a new thread on MyBB Community Forums. Although I will answer questions at my own forum, I prefer not to. Improve ScrollOn! I have started a GitHub repository for this plugin. Ideas and bug reports are welcome there and anyone wanting to collaborate is more than welcome https://github.com/WildcardSearch/ScrollOn RE: ScrollOn 0.0.4 ALPHA - Wildcard - 2018-08-24 reserved RE: ScrollOn 0.0.4 ALPHA - Wildcard - 2018-08-26 I am nearing BETA release and would like feedback if anyone is interested. ScrollOn adds infinite scroll to MyBB forum threads and allows the admin to control which threads and forums it can be used on. For testing purposes, this is expected function as of now: Pagination is removed aesthetically (the links are gone) but existing page links still work as expected. With settings for auto OFF and live OFF:
RE: ScrollOn 0.0.4 ALPHA - 8guawong - 2018-08-26 Choices are nice but I always wonder if this will take up more resources if thread/forum have alot of pages? RE: ScrollOn 0.0.4 ALPHA - Wildcard - 2018-08-26 In the big picture, to load all the posts for the next page versus loading the entire next page means saving the loading of the header/footer/etc. so it actually saves on processing. Think about it, when the user clicks the next page link, they are loading the page the same as a person who scrolls to the end of the thread. Now when you are talking about the live mode, then yes, that will add an extra query every x seconds, but that too is admin controllable. Edit: Also, and someone who knows more can correct me, I think that this will make it appear that users are staying on the same page for longer, which, I think would be good for Google. RE: ScrollOn 0.0.4 ALPHA - Serpius - 2018-08-26 (2018-08-26, 10:51 PM)Wildcard Wrote: Edit: Also, and someone who knows more can correct me, I think that this will make it appear that users are staying on the same page for longer, which, I think would be good for Google. Not that I know more than you, but I can confirm that the longer a user stays on a page, the better it is for Google indexing. In fact, I had to make a minor correction for my website to solve the issue of why Google wasn't indexing my website. I fixed the minor issue and now Google is indexing the pages like it should have been doing. It's those *minor* things that drive us Admins crazy! On a side note: I am trying to get a visual picture of what this plugin does and how it looks like. Do you have a demo where I can view it in action? RE: ScrollOn 0.0.4 ALPHA - Wildcard - 2018-08-26 I'll work on getting a demo site up if I have time, but this is infinite scroll. It just means that if there are more pages of threads, when you reach the end of the page more posts load automatically. Take a look here. If you watch closely, you will see the posts loading message appear and the posts are inserted as you scroll. https://i.imgur.com/Htrm0wW.mp4 RE: ScrollOn 0.0.4 ALPHA - Serpius - 2018-08-27 (2018-08-26, 11:31 PM)Wildcard Wrote: I'll work on getting a demo site up if I have time, but this is infinite scroll. It just means that if there are more pages of threads, when you reach the end of the page more posts load automatically. That makes sense. However, I thought of something... A forum has 20 pages of postings... Let's say that a user remembers a post that was on page 14, but if you install this plugin, then how would the user be able to find the post on page 14 if this is an infinite scroll? Is there a page counter on the side (near the scroll bar) that gives the user an indication of what page it is during the scrolling? RE: ScrollOn 0.0.4 ALPHA - 8guawong - 2018-08-27 (2018-08-26, 10:51 PM)Wildcard Wrote: In the big picture, to load all the posts for the next page versus loading the entire next page means saving the loading of the header/footer/etc. so it actually saves on processing. do you mean server's resource or user's resource? i meant to say user's resource i remember when i was browsing some website with infinite scroll on my cellphone the performance became slower when i scroll further down RE: ScrollOn 0.0.4 ALPHA - Wildcard - 2018-08-27 (2018-08-27, 12:56 AM)Serpius Wrote: Let's say that a user remembers a post that was on page 14, but if you install this plugin, then how would the user be able to find the post on page 14 if this is an infinite scroll? Not currently, but Eldenroot and others are requesting some sort of floating navigation bar that will help to solve the issue you mention. Keep watching this thread (and giving suggestions)! (2018-08-27, 08:23 AM)8guawong Wrote: do you mean server's resource or user's resource? I definitely meant server resources. On the client side, I have never considered that loading a lot of posts could slow the browser down...honestly, it really shouldn't unless there were a bunch of scripts running or videos being loaded... |