Yr Weatherdata collects weather forecast from Yr.no, a free, online weather service operated by the Norwegian Meteorological Institute and Norwegian Broadcasting Corporation.
Features
More than 7 million locations to choose from
Configurable with different units for displaying temperature, wind speed, pressure etc.
Many different blocks and pages available to display the forecast
GoAway is a dirt-simple, light-weight "Ban By IP" module. It works by redirecting offending anonymous users to a local page or remote URL specified by the admin.
Additional actions for imagecache processing using scale-9 image formatting. The actions include:
Overlay (scale-9) - Position a selected file in a layer above or below the canvas.
Resize (scale-9) - Resize an image to an exact set of dimensions, ignoring aspect ratio.
Scale (scale-9) - Resize an image maintaining the original aspect-ratio (only one value necessary).
Random switcher - Randomly switch between selected presets.
Scale-9 formatting lets you define 9 regions of an image overlay (or underlay) that will scale independently. The 9 regions are defined by giving left, top, right and bottom values. The left and right values being pixel offsets from the left edge of the image, and the top and bottom values being pixel offsets from the top of the image, resulting in a 3x3 grid. This is a standard method of UI skinning in Adobe Flash/Flex.
A simple example is the module image to the right. The same frame overlay image is placed 3 times in different sizes without any apparent distortion to the edge and corner areas.
The Content Levels module exposes a cck field type & widget by the same name.
This field allows the user to define some ordered series of content ranking (e.g. 'Gold', 'Silver', 'Bronze') and to specify the visibility and editability of each field on the content-type depending on the content level of a node.
This module allows you to select content from your website and send a newsletter with the selected content through the Simplenews module.
Usage
Select content at admin/content/scs_node_selection (only *.x-1.x branches)
Select content at admin/content/node and choose Create newsletter as operation
Views Integration
This submodule depends on Views and Views Bulk Operations (VBO)
Create a view with whatever filters/orders/display you want and choose the action Create newsletter with VBO
Maintenance
Drupal 6 release has been created
Drupal 7.x-1.x branch, straight port from D6, minimally maintained (bugfixes only)
Drupal 7.x-2.x branch, fully harnessing the power of view modes, rewritten from scratch, fully maintained
Theming
*.x-1.x branches
Wherever you select nodes to create a newsletter. Each nodes goes true theme_scs_node_output. Override this in your theme and create a unique style for each node/node type. Since version 6.x-1.6 theme_scs_node_output has to go in the FRONTEND theme of your Drupal installation
7.x-2.x branch
This branch uses the power of view modes to render nodes. This means that it goes through node preprocesses and can have its own template. For example you can do:
<?php