Problem/Motivation

The showcase has one site in it.

Proposed resolution

Add more sites to the showcase.

Remaining tasks

Solicit users to add their site to the showcase.

User interface changes

A better showcase.

tl;dr Please add your website to the showcase.

Comments

Sam152 created an issue. See original summary.

Sam152’s picture

Issue summary: View changes
Sam152’s picture

Title: Update the site showcase » Using views_infinite_scroll? Add your site to the showcase
Issue summary: View changes
orfils’s picture

Did 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',

Sam152’s picture

Can you please open a new issue for this and create a patch file.

dalu’s picture

https://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.

kilowattz’s picture

Used 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

arx-e’s picture

This 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

jwilson3’s picture

Used 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

Anybody’s picture

@Sam152 any further plans with this?