Scrippet Screenplay Format Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

2604

Component created

Component changed

Scrippet provides an input filter for formatting text according to Film & Television Screenplay format. Just enter screenplay content between <scrippet></scrippet> tags, and the included CSS will do the rest.

Originated here: http://johnaugust.com/archives/2008/scrippets-php-and-a-call-to-coders

View own

Component type

module

Maintenance status

Development status

Downloads

4852

Component created

Component changed

Module adds 'view own content' and 'view any content' permissions for all of content types.
So, administrator can build a more flexible system of rights.

For example, admin can add 'view own question content' for role 'clients' and 'view any question content' permissions for support engineer so, clients can see only own questions and technical support engineer can see all questions from all clients.

NEW! If you using CCK, you can check new feature 'view content via field_reference'.



Also, see another content access modules:

FreshBooks API

Component type

module

Maintenance status

Development status

Downloads

4610

Component created

Component changed

FreshBooks is a web based accounting application that makes it easy for you to track the time you spend on projects and invoice your clients. The company behind it is very web savvy and has managed to deliver a well documented, easy to use API for third party integration. This module aims to provide a full integration of the FreshBooks API for use by this and other Drupal modules.

Autocomplete username

Component type

module

Maintenance status

Development status

Downloads

3031

Component created

Component changed

Adds auto-completion to login forms' username field.

WARNING: You will have to grant anonymous users the 'access user profiles' permission for this to work. Anonymous users will have access to every users' username, so use with care.

Drush UI

Component type

module

Maintenance status

Development status

Downloads

4169

Component created

Component changed

An experiment to stick an ncurses/Dialog interface ontop of Drush. This project is not to be taken seriously and use of it is actually discouraged. If you feel a curious urge to submit patches and play around with it though, be my guest! Also, if you want to take the "drush_ui" namespace, please feel free.

Views Translate

Component type

module

Categories

Maintenance status

Development status

Downloads

886

Component created

Component changed

Description

For Drupal 5.x. This very small modules allows translation of the page title and labels of fields and exposed filters in Views. So, it becomes feasible to have a single defined View for multiple languages. The actual translation is done via Drupal's standard localization interface.

Note: In order to translate Views header,footer and empty text sections you can use the Language Sections module.

User Disable

Component type

module

Maintenance status

Development status

Downloads

861

Component created

Component changed

This module is used for blocking users to login on site after N times of wrongly password entering for M minutes.

Configuration:

  1. Number of allowed login attempts.
  2. The number of minutes user can't use his login.
  3. E-mail text to send to account owner after blocking.

Disabled users can be enabled at admin/user/user using "Enable logging in for the selected users"

If you need more functionality (or Drupal 6 module version) consider using Login Security module.

SMS Send

Component type

module

Categories

Maintenance status

Development status

Downloads

2106

Component created

Component changed

Module allows user to send sms to different phone numbers or users from your site (if they entered their phone number in their profile).

Update form enhancement

Component type

module

Maintenance status

Development status

Downloads

3794

Component created

Component changed

The update_form_enhancement module enhances update.php user interface by separating modules that are up to date from those that are not.

It uses standard form_alter hook to alter the form that is displayed on second step of update.php script to select modules that need to be updated.

Note about Drupal 7 and beyond: An equivalent feature implemented by this module is already in core, so the life time of this project dies with Drupal 6.

Term Queue

Component type

module

Maintenance status

Development status

Downloads

5495

Component created

Component changed

This module has been superseded by Entityqueue which allows creation of queues from nodes, taxonomy terms, users and other entities. Entityqueue currently has an alpha release for Drupal 8 and a stable 1.1 release for Drupal 7, so it's recommend you use that module over this one.