Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Set role-based permission settings for blog, taxonomy, aggregator, and main site's RSS feeds. This module does not disable RSS feeds altogether: RSS feeds created through the Views module and others not listed here do not have associated permissions.
Twitter Pull is a small module, the only purpose of which is to allow super-easy embedding of public twitter data like: a user timeline or twitter search results by hashtag or a search term. The emphasis is on making these very specific tasks as easy and straightforward as possible. The purpose of the module is not to be an end-all solution for Twitter.
The intended audience of the module are developers and designers.
Usage
There're no authentication information or API Keys required. Module only interacts with non-auth APIs. In the end, it all boils down to a single function:
This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
The Custom Formatters module allows users to easily create custom Field Formatters without the need to write a custom module. Custom Formatters can then be exported as CTools Exportables, Features or Drupal API Field Formatters.
Features:
Pluggable editor/renderer engines:
Formatter preset
Create simple formatters from existing formatters with preset formatter settings.
HTML + Tokens
A HTML based editor with Token support.
PHP
A PHP based editor with support for multiple fields and multiple values.
Twig
A Twig based editor provided by the Twig filter module.
Supports for all fieldable entities, including but not limited to:
Drupal core - Comment, Node, Taxonomy term and User entities.
Field collection module - Field-collection item entity.
Media module - Media entity.
Exportable as:
Drupal API formatter via:
Custom Formatters export interface.
CTools exportable via:
Custom Formatters export interface.
CTools Bulk Export module.
Features module.
Live preview using real entities or Devel Generate.
Integrates with:
Coder Review
Review your Custom Formatter code for Drupal coding standards and more.
Contextual links(Drupal core)
Adds a hover link for quick editing of Custom Formatters.
Display Suite
Format Display Suite fields.
Features
Adds dependent Custom Formatters (from Views or Content types) to Feature.
Form Builder
Drag'n'Drop interface for builder Formatter Settings forms.
Insert
Exposes Custom Formatters to the Insert module.
Libraries API and the EditArea javascript library
Adds real-time syntax highlighting.
Token
Adds the Token tree browser to the HTML + Tokens engine.