CiviMember PLUS Roles Sync

Component type

module

Maintenance status

Development status

Downloads

1154

Component created

Component changed

#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch. This is not meant as criticism of the enormous effort others have but into D8, but an attempt to honestly inform anyone using this module of my plans. If you use this module and want to see it upgraded, open an issue asking how you can get involved and make that happen.

Site Stage

Component type

module

Maintenance status

Development status

Component created

Component changed

This module wraps and extends some of the node_export functionality providing you with a one click deployment of content.

It allows you to stage content in a very controlled manner from one environment to the next.

It relies on SSH and SCP for the transferring and importing of the content.

So far only Nodes, Menus, Taxonomies and Files are supported.

Evernote Site Memory

Component type

module

Maintenance status

Development status

Component created

Component changed

From Evernote's developer documentation -

One of the best ways to build a loyal following for your site is to give visitors the ability to remember the pages and posts that they love. With the Evernote Site Memory button adding this functionality to your site could not be simpler.

This module provides Drupal integration with Evernote's Site Memory feature. This feature allows a user to click a single link to export a Drupal node into Evernote as a new note.

jQuery Msg Alert

Component type

module

Maintenance status

Development status

Downloads

4669

Component created

Component changed

This module displays Drupal's messages and Watchdog entries as a little alert at the bottom corner.

Every message sent by drupal_set_message() will be converted to a dialog alert, using jQuery Msg Alert plugin.

Watchdog entries can be displayed as status alerts and you can configure the type and severity of notification you want to receive as alert. You also can configure the time interval between then and they will reorganize themselves to be always near each other.

Views read-more

Component type

module

Maintenance status

Development status

Component created

Component changed

[Sandbox] Extends views to offer a 'read more' link on node-teasers.

By default, views will allow you to add node-links, but these are all or nothing: you get "Add comment", "Read more", etc.
This provides an alternative: a single read-more link for each view.

The option is found by:
- editing the view
- Choosing the "Content" format
- Changing the settings for the "Content" format (e.g. click the adjacent "Teaser" link)
- Checking the "Display read-more link" checkbox.

Views Preprocessors

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

Adds support for views preprocessors.
A module with the name myModule can implement a preprocessor for a view called myView by implementing the following preprocessor (note the double underscore):