Modules
Already In
The Already In module redirects authenticated users who attempt to visit the login, user registration, or password reset URLs to the /user page instead. This prevents authenticated users from getting an Access Denied error message. Optionally, the module can display a "You are already logged in" message when redirecting users.
If you are interested in seeing this issue addressed in Drupal 7, please see #17664: user/register should show custom message instead of 403 for logged-in users.
This module borrows from code originally posted by loze and asimov.
DesignKit
DesignKit is a small API module lets themes provide options for customizing colors and images. Themes can use entries in their .info file to specify what color variables should be made available. Here is an example snippet:
designkit[color][foreground] = "#888888"
designkit[color][background] = "#006699"
designkit[image][logo] = "imagecache_scale:200x50"
designkit[image][print] = "imagecache_scale:800x200"For more information, please take a look at README.txt.
Requirements
- Color module (included in Drupal core)
- ImageCache
- ImageAPI (ImageCache dependency)
Drush User
This aims to be a user management plugin for drush. It should be compatible with drupal 5-7. The project
currently supports the following functionality:
- add users
- block/unblock
- assign/unassign roles
- delete users
Example:
acrollet@localhost:/var/www/drupal $ drush user create newdude --password='asldfj' --mail='foo1@foo.com'
Information for 'newdude'
User ID: 14
User name: newdude
User mail: foo1@foo.com
User is active.
User roles: authenticated userAs of beta3, the code is believed to be safe and non-destructive, but please don't use it on a production site without first making a database backup!
Eventually my hope is that this project or its functionality will be included in the main distribution of drush.
Bloggers
Read description in russian below.
English version
Module display a list af all bloggers with their avatars, real names (if module RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.
Bloggers list is sorting by total count of posts in blog.
Optionaly (at module settings page) you can enable showing date of blogger's registration at site and a total number of posts in blog for each blogger.
Page is displayed at URL: example.com/blogs
At module settings page you can set:
- how many titles of last blog's post should be displayed
- how many bloggers should be displayed at one page (pager is using)
- how many posts should be in a blog to be listed in this list of bloggers.
Views turntable
Views turntable is a views style plugin that displays nodes on an elliptical path that may be rotated, like a platter or turntable.
The turntable can be rotated by the user clicking a next/previous button, or hovers close to the edges of the display.
Ubercart Add Donation
The Ubercart Add Donation module is used to dynamically add a donation to ANY order currently in progress. This project differs from other Ubercart donation modules in that it does not require you to add a donation to the cart in order to donate to the site. In other words... you do not need to create a "donation product" in order to handle donations... This module simply allows you to add a donation to any order currently in progress using a Radio button interface.
If demand persists, this module will be expanded to allow for other dynamic options of adding donations, but for our current needs, the Radio interface is very intuitive and meets many common requirements.
Suggestions are welcome!
This module was brought to you by Alethia Inc..
