Landlord

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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
* track property taxes
* track tenant information
* track local property details (schools, utilities etc)
* available property listing pages

Future features/sub modules will include
* rent payment tracking
* repair/maintenance tracking

Rating system

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

Radios Select

Component type

module

Categories

Maintenance status

Development status

Downloads

765

Component created

Component changed

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.'),
);

Andorra address field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

Note: this project won't get a full release as addressfield is going to make this obsolete as soon as this issue gets solved #1317070: Use ISO codes XML file for populating country-specific properties

Boost clearcache

Component type

module

Maintenance status

Development status

Component created

Component changed

Boost clear cache permit to clear boost module cache of pages which are available on multi-domains, multi-languages domains or nodes references.

This module doesn't work on his own but like an API, giving access to 2 functions :

Tagadelic all tags

Component type

module

Maintenance status

Development status

Component created

Component changed

Tagadelic all tags is a small block module that generates a unique tag cloud for all or for selected vocabularies. You must install Tagadelic in order to use Tagadelic all tags.

Image Browser Legacy

Component type

module

Maintenance status

Development status

Downloads

1190

Component created

Component changed

Image Browser is no longer supported in Drupal 7 hence the need for an input filter that expands Drupal 6 style [ibimage] tags in Drupal 7 content.

This module is for you if you have upgraded a Drupal 6 site that used Image Browser tags to Drupal 7 and realize that the image tags no longer work in Drupal 7.

HaCSSaw

Component type

module

Maintenance status

Development status

Component created

Component changed

Intended for development environments, allows permissions to be granted so some users can modify CSS, either sitewide or only for themselves.

This came about because of a real scenario in my last project. I did not have direct access to the server filesystem, but was developing content I wanted to style consistently with CSS rather than inline. I was tweaking CSS in the browser using Firebug-like tools, building up a local CSS file, and occasionally sending them to the site administrator to copy to the site's filesystem. This wasn't an ideal workflow :(

Register

Component type

module

Maintenance status

Development status

Downloads

1467

Component created

Component changed

This module allows sites to have multiple user registration pages. Site admins are able to specify a drupal role that users entering via this reg page will be granted as well as wether or not to activate the account, block it, or defer to the site's rule. If the profile2 module is enabled, site admins may also specify which (if any) profiles to attach to the form.