This project is under active development.

Site Redirect

Redirect users to another site based on their I.P. address and country code.

Raptorize

This module will enable frontend, inline editting using the HTML5 Raptor editor.
Raptor is a HTML5, JQuery UI enabled editor with a GPL licens.
See http://www.raptor-editor.com for details. It's currently under heavy development.

INSTALL

  1. download VERSION 0.0.27 from raptor-editor.com and place raptor.min.js in the /js/ module folder. Not tested with any other.
    for example: /sites/all/modules/raptorize/js/raptor.min.js
  2. make sure you use JQUERY version 1.7 using the jquery_update module
    settings are available at admin/config/development/jquery_update
  3. Make sure you have the permission checked to use the editor.
  4. Create a node. Goto the full node and hover over the body. You should see a message "Click here to edit".

NOTES

This module is mostly a proof of concept, needs testing.
See various @TODO markers in code.

Made by Albert Skibinski (@askibinski) - www.merge.nl

  • only node fields are supported for now
  • node title field not yet supported (because it's not a real field)
  • assumes all fields are (filtered)html
  • only works in the frontend, not a wyswyg editor in edit screens
  • bug with dissapearing content after save (page refresh needed)

Node Save Redirect

This module provides a method of specifying a location to take the user after saving a piece of content.

Weather block

The module provides support for Yahoo Weather, World Weather Online and weather.com weather forecasts.

Suggestions welcome for new weather service integrations, please add them in the issue queue for the module :)

Included features:

  • Block for the current weather at the location selected by the administrator
  • Weather page for the forecasts for different cities (World Weather / Local Weather)
  • Taxonomy-driven weather locations maintenance
  • Settings page for full customization of the module output and basic settings
  • Weather locations management page with the following features:
    • Copy / move terms from taxonomy to other
    • Remove terms
    • Disable/enable terms
  • Support for custom weather icons in the weather page and block
  • Detection of local weather station using the Smart IP module (optional)
  • Definition of weather location by url, eg. /weather/Helsinki or /world_weather/London, UK

Couple of general notices about the module:

Pages

Subscribe with RSS Subscribe to RSS - Under active development