User points Nodes and Comments

Component type

module

Maintenance status

Development status

Downloads

33078

Component created

Component changed

User points Nodes and Comments utilizes the Userpoints Core module to grant points to a user when they post a node or a comment and/or moderate a comment.

What it does (features)

A configurable number of points can be awarded for the following actions

  • User creates a new node
  • User posts a new comment
  • User moderates a comment

Other Features

PAD File

Component type

module

Categories

Maintenance status

Development status

Downloads

4048

Component created

Component changed

Introduction

This project offers a way so users can create PAD Files on their Drupal site without having to know anything about the XML format or have to use some "weird external tools".

The module lets users enter all the necessary data, validate the data properly, and serve the PAD files as required.

You can have a look at the output on the Turn Watcher website. Look at the bottom of the page (right after the scroll). Click on the white links to see the XML file and the PAD Page. Those are the result of entering the necessary data in the PAD File as created by this module.

Add another

Component type

module

Maintenance status

Development status

Downloads

158602

Component created

Component changed

Add another is designed to save time during repetitive content creation. It allows the content creator to add another node of the same type much faster. The user interface modifications it provides to achieve this include:

  • Add another message displayed after the user creates a node
  • Add another tab on nodes to create further nodes of the same type
  • Save and Add another button on node creation forms to allow the user to quickly create many nodes of the same type (Drupal 7.x-2.x+ only)

ImageField Zip/HTML5 Bulk Upload

Component type

module

Maintenance status

Development status

Downloads

14777

Component created

Component changed

This is a helper module for ImageField. When uploading multiple images for imagefields with multi-values or inside of a multi-group, this module adds the ability to upload multiple images in zip files OR with an html5 multiple upload field instead of uploading each file individually.

Agreement

Component type

module

Maintenance status

Development status

Downloads

12997

Component created

Component changed

The Agreement module allows the administrator to present a text-based agreement (think "Terms of Service") that users of a particular role must accept before they are allowed to access the site. The agreement is presented to users right after login, and must be accepted before the user can navigate to another page. Users will still be able to access the homepage (<front>) and /logout without accepting the agreement; all other pages will redirect the user to the agreement acceptance form.

Filter permissions

Component type

module

Maintenance status

Development status

Downloads

130716

Component created

Component changed

This module provides filters at the top of the Permissions page for easier management when your site has a large amount of roles and/or permissions. The module was originally created because the excessive amount of checkboxes combined with some jquery activity was causing "Unresponsive Script" js errors on every load and save of the permissions page.

UserFly

Component type

module

Maintenance status

Development status

Downloads

2496

Component created

Component changed

Integrates Drupal with the userfly usability studies web application.

Features include:

  • Expose userfly tracking code by role
    Enables you to only track anonymous or authenticated users, etc.
  • Configure which pages you would like userfly to be added to (identical to block visibility)

Now that Drupal has migrated to Git, I plan on being able to better support this module. Feature requests are welcome.

PHPMailer

Component type

module

Maintenance status

Development status

Downloads

105049

Component created

Component changed

Adds SMTP support for sending e-mails using the PHPMailer library. Comes with detailed configuration instructions for how to use Google Mail as mail server.

The main differences to the SMTP Authentication Support module are:

  • This module uses the PHPMailer library itself, and the SMTP Authentication Support module has forked and includes the smtp and mail classes from PHPMailer library.
  • This module has support for improved bulk-mail performance through SMTP keep-alive connections (if supported by the mail server).
  • This module has a built-in e-mail rerouting option (useful during site building and development).

UserLoginBar

Component type

module

Maintenance status

Development status

Downloads

21165

Component created

Component changed

Userloginbar module creates a new user login bar block. This means this shows up username, password, submit button block in a single line that is so often the requirement in the new genx websites.

It is the implementation of http://drupal.org/node/92657#comment-792952.