This light weight module allows you to show facebook walls of diffent users, pages or apps in a block. You can configure as many facebook walls as you'd like. Each wall provides an own block.
This module uses the jCryption plugin (http://www.jcryption.org version 1.2 only) to encrypt any form submission in Drupal using 265-bit public/private key encryption. For example, you can use it to encrypt the login and registration form, so a user's passwords are never transmitted in clear text. This is similar to how SSL works to encrypt traffic.
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
Note: The d7 version of this module should no longer be necessary when using more recent versions of Features module. If you feel this is incorrect, please open an issue.
This module is useful for feature development using the Features module. Occasionally the Features module auto detects components that you do not want exported to features. You can use this module to remove those auto-detected components from any and all features you choose. The Features Plumber UI module adds checkboxes to the feature create form, and unchecking these detected components will cause them to be removed from the actual generated export.