Active
Project:
Views Infinite Scroll
Version:
8.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2016 at 09:55 UTC
Updated:
23 Jun 2023 at 13:16 UTC
Jump to comment: Most recent
Comments
Comment #2
sam152 commentedComment #3
sam152 commentedComment #4
orfils commentedDid not work on multilingual site with lang as prefix
Need following patch to views_plugin_pager_infinite_scroll.inc
function render($input) {
+ global $base_url;
.....
- 'img_path' => url(drupal_get_path('module', 'views_infinite_scroll') . '/images/ajax-loader.gif'),
+ 'img_path' => $base_url . '/' . drupal_get_path('module', 'views_infinite_scroll') . '/images/ajax-loader.gif',
Comment #5
sam152 commentedCan you please open a new issue for this and create a patch file.
Comment #6
dalu commentedhttps://shekortet.com/
Front page view for now. Considering to use it for other views too.
Setup was simple.
Thanks for the module.
Not sure if it's memory efficient, as in that only the recent n posts are kept in memory and when you scroll up again previous pages are loaded. We have quite a few posts (4 years of daily posts and going) so it would be useful if something like this was the case.
Comment #7
kilowattz commentedUsed this for a tribute wall built for Lee Kuan Yew. There used to be a submission engine that has been closed after some time.
http://leekuanyew.straitstimes.com/tribute-wall
Comment #8
arx-e commentedThis site is more than five years old and unfortunately the content has not updated but I just now upgraded to version 7.x-2.1+1-dev (with the nested views patch in issue 2736419.
http://www.kuwaitbirds.org/birds
Comment #9
jwilson3Used on the homepage of RedHat's Enable Sysadmin sub-site https://www.redhat.com/sysadmin/ as well as on taxonomy term pages https://www.redhat.com/sysadmin/topics/linux
Comment #10
anybody@Sam152 any further plans with this?
Comment #11
outcast creatures commentedUSed on Outcast Creatures
The site is always a work in progress, so I am sure it will be used other places too.