Paginate

Component type

module

Maintenance status

Development status

Downloads

708

Component created

Component changed

This module allow to override Drupal's core pager with defined preset as link or input for any single page. It is very useful when there are over 100 pages.

Paginate uses standard Drupal pager classes to render the pagers, so styling is preserved.

Features:
- Control whether to display links to pages.
- Direct input of the page to go on particular page.

Themes:
paginate_standard - alike standard Drupal pager theme.
paginate_istandard - alike standard Drupal pager and direct page entry by input box.

Paragraphs Pagination

Component type

module

Maintenance status

Development status

Downloads

111

Component created

Component changed

Paragraphs is great way of easily creating and displaying content.

The Paragraphs Pagination module extends that power by introducing a new 'page break' bundle. With it you can easily split a long list of paragraph bundles into a nice paginated display for your users.

FranklyMe Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Frankly.me plugin for Drupal adds Frankly.me social plugins to your Drupal site and optimizes the experience of your audience through easy ask buttons and social widgets. Associate your Drupal site with side pane widgets and embed shortcodes for frankly.me ask button and social widgets. All features are deeply integrated with Drupal APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from Drupal.

Video Comment FranklyMe

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this plugin to spice up your posts with video comments instead of boring text comments. Simply start by creating a new post, the video comment feature is added automatically at the end of the post.

This plugin places two-set widget. First, a sleek 'record video' button, and a video carousel at the end of all of your posts. Official plugin from FranklyMe.

It'll be shown to your audience once your post goes live, where they can take a video selfie (velfie) that'll be viewable by everybody on your site.

Bricks​

Component type

module

Maintenance status

Development status

Downloads

15198

Component created

Component changed

Bricks — is a new way of building pages on top of Entity Reference, Display Modes, Layout API, tabledrag.js and Flat Tables. Everything is in Drupal core that makes Bricks ultra-lightweight and developer-friendly.

In terms of concept Bricks is a new generation of Paragraphs, an alternative to Panelizer and a good friend to ECK, Inline Entity Form and your favorite WYSIWYG. Shortly, it allows you to nest Entity Reference field items using Drupal drag & drop UI (exactly like for menu or taxonomy items).

Updates

Live demo

  1. Open pre-configured sandbox.
  2. Click Launch sandbox and wait.
  3. Follow the installation (all settings should be pre-filled, don’t change them).
  4. Go to Extend and enable Bootstrap Kit Demo.
  5. Go to Appearance and set Tweme as default theme.
  6. Find an auto-created node and go to Edit mode to check magic out!
  7. Finally go to Content and create your own first Bricky page!
  8. Like it? => Support by ★ starring on Drupal.org, ★ starring on GitHub and/or sharing on Twitter.

Bricks+Paragraphs demo:

  1. Follow the instructions above, but using the different sandbox link.
  2. Then follow the Paragraphs setup instructions.

Cacheable forms

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was created primarily to address issues related to the cache_form table in Drupal.

Specifically:
1. Ajaxified forms throw an error if the the form was served from a cached page after the corresponding record in cache_form was deleted
2. cache_form table size can grow to be extremely large in enterprise websites

Views remote pager (VRP)

Component type

module

Categories

Maintenance status

Development status

Downloads

412

Component created

Component changed

A common views task is to display a set of node teasers, filtered and ordered by any condition. However, these filters and orderings are limited to the actual views display in the first place and is lost once a visitor follows the link to one of the result nodes, seeing the actual node page.