Maintainers strive to actively monitor issues and respond in a timely manner.

SEO Sniffer

This module works together with other SEO Modules.

The idea, is that it check if the configuration in other SEO modules are OK.

Drush CTools Export Bonus

Adds more functionality to the CTools drush bulk export commands.

drush ctex modulename will export all known ctools exportables of a site to a module. But there are also other configurations you'd like to have in code. This project fills in that gap with extra configuration and drush commands.

To install it just drush dl drush_ctex_bonus in your .drush folder, or - even better - in a system-wide drush commands folder.

If you want additional configuration, please create an issue with a patch or you can also implement hook_drush_ctex_files_alter, which is invoked in the main CTools' drush export command.

Features

  • Exports content types to modulename.ctex_bonus.ctypes.inc.
  • Exports vocabularies to modulename.ctex_bonus.vocabularies.inc.
  • Exports fields and instances to modulename.ctex_bonus.fields.inc.
  • Exports filter formats to modulename.ctex_bonus.filters.inc.
  • Exports wysiwyg profiles to modulename.ctex_bonus.wysiwyg.inc.
  • Exports aliases to modulename.ctex_bonus.aliases.inc.
  • Exports date formats to modulename.ctex_bonus.dateformats.inc.
  • Exports languages to modulename.ctex_bonus.languages.inc.
  • Exports menus to modulename.ctex_bonus.menus.inc.

Advanced scheduling field

publication options

Advanced scheduling field.

This field allows content editors to do advanced un/publishing.
This works on production on several radio stations' websites in Belgium. This is a performant module.

There currently are following modes

Modes

  • publish from a specific date(+time)
  • publish from a specific date(+time) unpublish on another date(+time)
  • iterate publication (publish every monday from 2 - 4 until end date)
  • iterate publication (publish every monday from 2 - 4 for X times)

Examples

  • Schedule publication from tomorrow till next week.
  • Schedule a node every day from 2-4 (iterative)
  • Make a node have the same publication schedule as the node from previous example (inheritance)

Possibilities

- schedule publication (most simple behavior)
- schedule publication and depublication
- schedule (cron like) daily publication from/to a specific time
- schedule weekly de/publication of a node
- schedule monthly de/publication of a node
- schedule daily publication of a node on only weekdays 1,3,5
- schedule daily publication of a node on only days of month 1,2,3,4
- schedule daily publication of a node , on weekdays until a iteration count has been reached
- schedule daily publication of a node , on mondays until a date is reached
- schedule daily publication of a node , on mondays for an infinite amount of time.

Variable Builder

Module screenshot - Variable builder

Integration for Variable and Configuration builder. Proof of concept.

cookiesOK

A module which injects some HTML into Drupal to explain about the EU Cookie directive. Uses JQuery show and hide function to relay cookie message to users.

Flag Follow

This is a simple module which allows a user to view Heartbeat activities of his favorites/followed users. A user can add another user to his favorites list by just click on a 'Follow' button. It requires no approval to add a user to your favorites list.

To start following a user, you don't need to add him as your friend. If you need this functionality, refer Flag Friend module.

After following a user, his activities can be seen under 'Favorites' tab on viewed user's profile page.

Dependencies

The Flag Follow 7.x-1.0 version requires Heartbeat and Flag module.

Installation Instructions

  • Enable Flag Follow module from 'admin/modules' page.
  • Set 'View activity' and 'View activity in Favorites' permissions for authenticated users.
  • Go to any user profile page and click on 'Follow'.
  • View your followed users activities under 'Favorites' tab on your profile page.
  • If you wish not to view your followed user activities anymore, go to his profile and click on 'Unfollow'.

Refer Readme.txt for more info.

Sponsorship and Development

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained