This module allows you to index the node view count to Apache solr index as a custom field and let you sort SOLR results. The module requires Apache solr search module.
This module allows you to use Views Infinite Scroll module with Image URL formatter for refresh background images of new loaded elements.
Problem & Solution
For safety reasons, Views module doesn't allow code, like <div style="background: url([field_image]) no-repeat;">...</div> on view.
Therefore, it's impossible to update background image of new Views item (who show from Image URL formatter and loaded with Views Infinite Scroll).
But data attributes is allowed! Module add new variable data-bg-image to use on your view. Use code, like <div data-bg-image="[field_image]">...</div> as well.
A Facet API widget that displays facet items as inline links.
Widget for Facet API, which allows you to organize the output facet elements (reference filter) in one line, that is, using a wrapper DIV > SPAN, instead of UL > LI (both in standard widgets).
Also, facet's counter has been imposed from tag A (for greater beauty).