Twitter Block is a lightweight module which allows administrators to create
blocks which display embedded timelines.
Please note Twitter has been going through changes and may features appear broken with little word on when/if they are going to fixed. If the bug you have is related to twitter would recommend going to their message board
A Drupal module that allows you to generate Flot graphs using the Views module. Has a manual override option for the options JSON that goes to Flot's .plot() function. Check out the Road Map for this project: http://groups.drupal.org/node/121279
This project is being developed by rjstatic for the Environmental Monitoring project built on top of Drupal called Sensor Hub.
This module was created because the Flot module's Views integration does not output raw values (only supports counting results) and does not adjust unix timestamps from seconds to milliseconds as required by javascript. You can read more about the issue here http://drupal.org/node/845670
Keep in mind, at the moment this code is very focused on being able to graph data over time which the Flot javascript does well. Also, this module currently cannot group data to graph separate sets on one graph until #1036818 Group by Field is solved. If you are looking to create some kind of other graph you will probably want to check out the Views Charts module.
Date Repeat Instance provides edit and delete links per instance of a repeating date series. When you delete an instance, it automatically sets the exception in the repeating rule.
GeoIP Redirect uses the GeoIP API to redirect a user from your site to a different one based on their country of origin. The primary use-case is that you have 2 different markets and want to ensure users are accessing the correct form of that material. Here is a typical workflow for this module:
You configure module to redirect all UK page views to exampleUK.com
User accesses exampleOther.com from the US, France, etc and is granted access to the site
BUT
User accesses exampleOther.com from the UK, they are granted access with a prompt on screen informing them of the UK version and asking if they'd like to go there
If they ignore it, it keeps showing up throughout their session, if they hit go to UK site, it takes them there.
There is also a checkbox for setting a cookie optionally to remember the selection
Features:
Admin settings page for URL to redirect to as well as country to look for
Cookie setting to keep track of if they said they always want to be redirected or never redirected
Some features I'm looking to add:
Multiple country selection to redirect to single / multiple different domains
User From and User Not From country inclusion / exclusion