GoogleAjaxSearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The main googleajaxsearch module allows you to add inline searches over a number of Google services (Web Search, Local Search, Video Search, Blog Search, and News Search).

"The Google AJAX Search API lets you put Google Search in your web pages with JavaScript. You can embed a simple, dynamic search box and display search results in your own web pages or use the results in innovative, programmatic ways."

Available features:

Zoomooz

Component type

module

Maintenance status

Development status

Component created

Component changed

Download this module into your modules folder (using the download link below or CVS)
Head over to the Zoomooz site and grab the zip file of the source code using the Free Download URL in the menu on the right.
Expand the zip file and upload the the following files into the zoomooz subfolder of the project
zoomooz.1.0.2.min.js
jquery.zoomooz.js
zoomooz.css
Head onto your site and enable the module. Please take note of the two required modules (ImageCache and ImageField)

Access to Term page by Role

Component type

module

Maintenance status

Development status

Downloads

1541

Component created

Component changed

Description

This module allows you to restrict access to term page based on user roles. It depends on the Drupal core taxonomy.module—just activate both modules and edit a term item as usual. There will be a new fieldset that allows you to restrict access by role or close term page for all roles.

PublishThis Feed API Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

The PublishThis Content Curation Platform enables a range of companies from eCommerce and Lead Generation to Media Companies and Trade Associations to search, curate and distribute the best content from around the web, including articles, blogs, videos, tweets and photos. Our data-powered, semantic search platform empowers businesses to package and integrate their curated content across all of their marketing channels.

Fullcalendar edit

Component type

module

Maintenance status

Development status

Component created

Component changed

Is a clone of: http://drupal.org/sandbox/tim.plunkett/1427994 but adds some stuff:

- edit functionality for calendar items in overlay
- adds ctools overlay styles (is working but not configurable)
- optional hiding of some elements like publishing options etc.

it's only working for nodes and timplunkett will release a module soon which will have similar functionality but with a more generic approach (load all entities in the overlay not just nodes)

Field Collection Modals

Component type

module

Maintenance status

Development status

Downloads

2217

Component created

Component changed

Presents Field Collection fields in a modal for adding / editing / deleting content.

This module will change the add / edit / delete links on field collections to use CTools modals, and will present the forms for adding / editing content, and the button for deleting content, in a modal.

The modals are standard CTools modals, so styling will need to be applied for custom formatting.

Feeds XPath Parser + XMLReader

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an extension of the Feeds XPath Parser module that uses a simplified XPath expression to iterate over an XML file using XMLReader. This means that the parser can chunk the import file with much more efficient use of memory, but it does mean that you cannot user the full power of XPath for your 'context'.

Style External Images

Component type

module

Maintenance status

Development status

Component created

Component changed

Note: This module is deprecated in favor of imagecache_external, which provides additional functionality such as support for image files from other servers and custom permissions.

Provides a simple mechanism for module and theme developers to use image styles on image files not stored in the files directory. For example, images supplied with a module.

UTF-8 mb4 node save

Component type

module

Maintenance status

Development status

Component created

Component changed

Module to "upgrade" the database connection to allow utf8mb4 requiring characters to be passed over to MySQL.

In it's current state, it's not generally applicable, as there is a hard-coded content type in the module, and it only acts on node entities. It's published mostly to show others with the same requirement how it can be implemented.

Patches accepted in case anyone is interested in making it entity-generic, add bundle settings, or other related functionality.