Restrict node page view

Component type

module

Maintenance status

Development status

Downloads

4990

Component created

Component changed

Have you ever used a slideshow nodetype that you need to be published but don't want the node be accessible by itself using then node/XXX path? This module is for you!

With this module you can disable direct access to node pages (node/XXX) based on nodetypes and permissions.

Enable the module and don't forget to configure your permissions.

Subs Authorize.net CIM

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an interface to interact with authorize.net CIM.

Including the following methods:
createProfile
updateProfile
deleteProfile
createPaymentProfile
updatePaymentProfile
deletePaymentProfile
charge

Also automatically detects card type.

This is part of larger subscription system that is in the works.
NOTE: This module is a work in progress and will not work without additional supporting code.

Haiku

Component type

module

Maintenance status

Development status

Downloads

978

Component created

Component changed

Haiku is a silly module that provides a way for end-users and developers to parse haikus out of any arbitrary text. Likely it's not very useful or practical in any way, but hopefully it's at least a little fun.

Smart Trim

Component type

module

Maintenance status

Development status

Downloads

273887

Component created

Component changed

Smart Trim implements a new field formatter for textfields (text, text_long, and text_with_summary, if you want to get technical) that improves upon the "Summary or Trimmed" formatter built into Drupal 7.

After installing and enabling Smart Trim, you should see a "Smart trimmed" option in the format dropdown for your text fields. This is located in the "Manage Display" section of "Structure->Content types. With smart trim, you have control over:

Password Flow

Component type

module

Maintenance status

Development status

Downloads

320

Component created

Component changed

This module is a fairly basic change to do 2 things

  1. Amend the core password reset functionality to remove an arguably superfluous step in the flow, and
  2. Move the password change fields to a separate page

In core at present when a user clicks on the password reset link they will end up on a page with a login button, which is potentially confusing. Password flow allows you to remove this additional step and send the user directly to their user edit page to reset their password.