AWS EC2 Remote Management

Component type

module

Maintenance status

Development status

Component created

Component changed

NOTE: Recent Updates Broke Module (May 2012)

I had forgotten to push this code months ago when it was working. Unfortunately, when I went to check it in early May 2012, the module is now not working. I'm not sure if it's due to changes in the SDK or on Amazon's backend. I currently don't have time to fix this, but if you are a programmer or whatabe programmer and interesting in AWS and it's API, this is definitely good way to cut your teeth learning Drupal and/or AWS API.

Friendly Register

Component type

module

Maintenance status

Development status

Downloads

8603

Component created

Component changed

Friendly Register module allows users to see if a username or email address has already been used during registration before they submit the form. This module checks the database and returns an error if the username is already in use. In addition to checking the username the module checks if there is already an account using that email address, if there is, a message is displayed with links to the login or reset password pages.

Features:

Inline Ajax Comments

Component type

module

Categories

Maintenance status

Development status

Downloads

5054

Component created

Component changed

Inline Ajax Comments is a views handler that allows you to add a field to a view to allow users to view and post comments on nodes in a view. This is a basic version of what you see with commenting in social networking sites like Facebook.

To get started make sure you have your comment settings on each node type in the view setup properly. You probably want to set preview to optional, limit the number of comments per page and set comment subjects to disabled.

Then just make a view and add the "Inline Comments" field.