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

Ebird Near

Ebird Near is a module that allows access to information regarding where birds have been seen nearby. A Drupal site with this module (Ebird Near) , CCK, and the Location module enabled can use a node's location coordinates in an Ajax request to the Ebird API and subsequently retrieve and display a table of locations that are near, bird species at the locations, and a date of observation.

Users of Ebird Near must conform to the terms set forth by Cornell University in the Ebird API.

https://confluence.cornell.edu/display/CLOISAPI/eBird+API+Terms+of+Use

Notes:
Currently the way this works, only location cck fields that have been actively added to the node will work. In fact I had to disable locations by setting the min and max number of locations to 0 before getting this to work on my live site. I only allowed location name and the coordinate chooser (to keep it simple). The coordinate chooser is a must and latitude & longitude should be entered in decimal degrees.

Working Version:

Features overview

This module is a utility that provides an overview page of the custom features created with the Features module.

ExtraQueue

ExtraQueue extends the functionality of Drupals SystemQueue implementation which resides in core since D7.

Event Rideshare

RideShare for Events Module

-- Drupal Camps: it's ready! Contact me if you want any help setting it up, happy to volunteer if it isn't obvious or you hit a snag --

This rideshare module is intended for events such as conferences where people are already creating accounts to register for the event, before they go to the event. Perfect for Drupal camps and Conference Organizing Distribution [COD] sites: first used at BADcamp.

It creates a content type for rideshare posts, putting the entry form in a block that automatically loads previous posts. A view allows you to see others' rideshare posts in either a chart or map form. The chart and map can be sorted based on your rideshare (ex: show me everyone leaving within 2 hours of when I'm leaving.)

Just a little tuning around gmap and the google map's API needs to be sorted out before this module can be used out-of-the-box. I'd be happy to help someone set this up using another map solution, let me know what you use, it's just a matter of adjusting the views. See http://drupal.org/node/1459606

Downloads

D6:
Be sure to read the INSTALL.txt


git clone git@github.com:StephenCataldo/Verdant-Share.git eventrideshare

Menu Builder Batch

This module uses the batch API for building the Drupal menu routers and links.

It provides a link for building the menu without need to process the modules page.

Zero Clipboard

Screenshot-1.png

This module is a wrapper for a Javascript library called Zero Clipboard, which allows content to be copied to a user's clipboard, when a specific area of the page is clicked on.

Requirements

This module requires that the Libraries API module be installed.

Explanation

Basically, this module would build a mapping between HTML elements that may be clicked (to copy some text to clipboard), and the texts that are to be copied.

There are 2 ways to create this mapping:
1- Through the admin interface (at the module settings page)
Each line corresponds to one entry in the mapping.

[css-selector-1]|[text-to-be-copied-1]
[css-selector-2]|[text-to-be-copied-2]
[css-selector-3]|[text-to-be-copied-3]

2- Dynamically using JS on the page
Simply call Drupal.zeroClipboard.process(selector, clipCallback)
(The second argument can either be the string to be copied, or a function callback that will return the string to be copied.

Use Guide

//TODO

Version 6.x-1.x To Be Deprecated

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained