Maintainers monitor issues, but fast responses are not guaranteed.

Andorra address field

This module provides a list of Andorra provinces for Address Field module and the fields you normally would use for addresses in

Menu Views

Allows menu items to render views instead of links. This is useful for creating "mega-menus".

What Menu Views Does

Menu Views is a utility module. It provides back end support for replacing a standard menu item link with a menu item view. Menu items (in any menu) now have the option of toggling between two different menu item types: link or view. Depending on which option is selected, the appropriate configuration form is displayed on the admin side and the appropriate type of item is rendered on the front-end.

What Menu Views Does NOT Do

Menu Views is NOT a theming/styling module for mega-menus. As stated above, this module is strictly a utility module for replacing menu item link with a view. Once the HTML markup is there, Menu View's job is done! Read #1794010: Menu Views is not working.

Theme Integration

Depending on how a theme renders the primary and secondary navigation, this module may not work because the parent items may not ever be extended (regardless whether they are checked as such in the menu item).

It is strongly recommended to use one of the following modules in your theme's menu region instead (see: Use menus in Drupal 7? You need Menu block module.).

Radios Select

Radios Select is the helper utility which provides new custom look of the
ordinary radios form element via jQuery/CSS (when you create this element from
your own module). The main feature of Radios Select is ability to format output of radios field like "select" form element or dropdown menu. Once Radios Select module enabled you can create Radios Select form element by just adding new property "#radios_select" to any standard radios element:

$form['radios_select'] = array(
  '#type'          => 'radios', // yes, ordinary radios element
  '#title'         => t('Select value:'),
  '#default_value' => 1,
  '#options'       => $values,
  '#radios_select' => TRUE,     // enables Radios Select for this radios element
  '#description'   => t('Value to use in form.'),
);

sslcert_auth

Forked from the modifications written by Thomas Dean (djguvnor) in the 7.x thread here http://drupal.org/node/991922.

Rating system

Documentation of the Drupal rating system module

Be warned! This module is under development and things can change. If you have good ideas or bugs please create issues in the queue.

Description

The rating system module provides a framework and user interface for creating rating algorithms. The great thing of the rating system module is that you can change the algorithm and recalculate it.
We have build this module because we could not do that with userpoints or the voting framework.

Along with the core rating system module come three submodules and an example feature.
One for registering dynamic actions and one for calculation static cck values.
All rating system configurations are exportable through features.

So what does the Rating system core module?

The core let's you create rating groups. A rating group is an entity that holds the total points of all nodes belonging to that rating group. The core also provides rating group tokens so you can re-use the score of a node. There are some API calls which let you get the score of a node. It is also rendered for use on your node.tpl.php

rating_system_calculate($rating_group, $node, $update = FALSE, $long_route = FALSE, $route_data = NULL)

Check rating_system.module line 171 for more info.

Landlord

Landlord is a module that will allow property owners and mangers to track and maintain all of their properties.
landlord will
* track vacancy status
* track mortgage details

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained