Node buttons edit

Component type

module

Categories

Maintenance status

Development status

Downloads

5879

Component created

Component changed

This is a simple little module that allows one to change the text on the 'Save', 'Preview' and 'Delete' buttons on a node form.

Configuration

You can edit the labels from the content type edit screen, in the 'Submission form settings' section.

Feeds Database

Component type

module

Categories

Maintenance status

Development status

Downloads

2440

Component created

Component changed

This module provides a Feeds Fetcher and Parser to use when your data source is on another database. For each source you can provide a query to directly select which data to import and then map using the usual Feeds mapper interface.

It also supports limiting the number of rows to be pulled, making good use of batch API.

Module sponsored by Trellon LLC.

Page actions

Component type

module

Maintenance status

Development status

Downloads

534

Component created

Component changed

Provides a unified & accessible placement for page actions. What is considered page actions are form actions which have flagged themselves to be elevated to page actions.

The default basic theme places the form actions within a bottom fixed div, keeping the actions easily available.

Context: Spaces Features

Component type

module

Categories

Maintenance status

Development status

Downloads

2988

Component created

Component changed

This project created a condition for Context based on active Features in a given space. It sounds confusing but really it makes creating and managing Contexts a lot easier when you are creating distributions / platforms that have blocks that need positioned.

This also can help create a performance boost in a Spaces OG / Features environment that provides blocks / menu / view based items because instead of doing a two step check (typically "am i in a group" then "is the feature activated") this allows you to skip straight to "is the feature activated".

Drush Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

15281

Component created

Component changed

With drush entity you can query the entity system available for Drupal 8, 7 and (some of) 6.

Getting started

Install by using drush dl drush_entity. Next you can try commands like

drush entity-type-read
drush entity-type-read node
drush entity-read node 12

Shareaholic | share buttons, related posts, social analytics & more

Component type

module

Maintenance status

Development status

Downloads

23412

Component created

Component changed

The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.

Shareaholic is an all-in-one content amplification and monetization platform, that includes related content recommendations, promoted content, social sharing, following, site monetization apps such as affiliate linking, and social analytics. This module makes it a snap for any website — big or small — to engage and grow their traffic, market their content, gain insights, and monetize their traffic, all from one powerful but easy-to-use dashboard.

This module is actively developed (GitHub), maintained and supported with much love by Shareaholic.

Recent Updates:

Search Query Exclude

Component type

module

Categories

Maintenance status

Development status

Downloads

480

Component created

Component changed

The Search Query Exclude module, allows site administrators to easily control the search results by providing a query to exclude nodes from the search result.

Use Cases:

1) Exclude nodes with php code using the default query provided

select nid from node_revisions where body like '%<?php%' group by nid

2) Exclude test nodes using the query