A module to provide a common interface for geoparsing services such as Yahoo!'s Placemaker and various CCK fields.
Geoparsing?
Geoparsing is the process by which structured geographic locations and their identifiers (eg placenames, lat-long coordinates) are extracted from unstructured content, such as a blog post. Different techniques are used by various providers of geoparsing services, but broadly speaking the process is to identify placenames within the text, identify the context in which the placename exists within the text and then lookup the placename in a database of placenames.
This module passes a node's content to a geoparsing service (provided by a geoparser service module.) and saving the structured information returned by the service into cck fields. The module can store coordinate, placename and place id information and provides a per-node-type configuration. It also provides functionality to bulk geoparse nodes and an action that can be triggered on node insert or update.
The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.
Typically, users will want to create a "File" content type and enable the Attachment Links module for that content type. Each "File" node should refer to a single file: "Handbook," "Company logo," "Team roster," etc. Though each node could contain multiple versions of the file, Attachment Link provides permanent link to access the preferred or newest versions.
This package contains contributed modules that implement the Modal Frame API as a yet another alternative to enhance the usability of common day to day tasks in your Drupal site.
You can use any of these mini-modules as-is, or you can use them as examples on how to implement Modal Frame API in other places, extend other Drupal core or contributed modules, or even as a method to enhance your own custom modules.
If you create a module that uses the Modal Frame API with a feature that is not yet covered, please contribute it by submitting an issue and attaching a tar.gz for each module that you may wish to share with the community. Please, use the proper component for your issue and describe a little what your module does. Thanks for sharing!
Included modules:
modalframe_blocks: Opens block settings pages in modal frames.
modalframe_dblog: Opens details of watchdog entries managed by the database logging module in modal frames.
modalframe_cck_manage_fields: Opens CCK field and group settings forms in modal frames.
modalframe_filter_tips: Opens the "More information about formatting options" pages in modal frames.
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.