User Files

Component type

module

Maintenance status

Development status

Downloads

2378

Component created

Component changed

Overview

The user files module allows your users to upload files to the site without creating nodes.
Files uploaded are associated with the uploading user and private, even whilst the site is in public file mode.
The files themself reside in a folder that is not publicly readable (via .htaccess directives) whilst the module permits the owning user to view/download the files by rerouting urls via the private path (system/files) and then performing the appropriate permissions checks.

User Contacts

Component type

module

Maintenance status

Development status

Downloads

1718

Component created

Component changed

Overview

User contacts allows your users to manage a list of contacts (names, addresses, email addresses) from their account page.
Note that the contacts are not user objects and are analogous to say an address book in Gmail.

Ubercart CECA

Component type

module

Categories

Maintenance status

Downloads

629

Component created

Component changed

Ubecart payment system for CECA (Confederación Española de Cajas de Ahorros) Banks in Spain. Normally those that use EURO 600 for cash machines.

Configuration

Enable the module & configure one or more banks through the payment settings, in "CECA Settings". This version should support most of the banks that use CECA platform. Please use the issue queue for reporting banks not compatible with this version.

Flowplayer Playlist

Component type

module

Maintenance status

Development status

Downloads

1292

Component created

Component changed

Flowplayer Playlist is an integration between Flowplayer playlists and views. With it, you can create a view that will render as a Flowplayer playlist. It also adds a CCK field for adding cuepoints, a feature that allows you to trigger particular actions at different points during video playback. Special utilities have been added to allow you to trigger a JavaScript or PHP function, display an overlay on the video, or trigger another video with the cuepoint field. It's pretty slick.

CVS Migration Prefs

Component type

module

Maintenance status

Development status

Downloads

1007

Component created

Component changed

This module allows developers tracked by the CVS integration module to be associated with an e-mail address, to assist with the migration of CVS repositories to Git repositories. CVS Users will be associated with an anonymous "no-reply" by default. Additionally they will be able to select an e-mail from a list of addresses Drupal associates with the user.

Maintenance Exempt

Component type

module

Maintenance status

Development status

Downloads

14020

Component created

Component changed

Drupal allows you to set your site into maintenance mode in order to deploy code and database upgrades safely. However, access to the site during maintenance mode is by default controlled by a permission, which is generally only given to administrative users. It's not possible to test the site as a regular anonymous or authenticated user without giving all anonymous/authenticated users the "Use the site in maintenance mode" permission, so you generally have to test those things on the fly after moving the site back to "live" mode.

Star Rating

Component type

module

Maintenance status

Development status

Downloads

23180

Component created

Component changed

Star Rating is a simple module that provides star rating field and display formatter using Drupal 7's Field Type API.

Unlike Fivestar module and other voting/rating module, it supports neither end user voting nor nice AJAX interface. It is inteded for the rating only by the author of the article (node). Of course, you may be able to do this with Fivestar module and other voting/rating modules, but unlike most of them, it does not require other modules such as voting API module. It's born to be simple but good enough for those who want star rating only by authors.