Considered feature-complete by its maintainers.

PubNub Communicator

Group Chat Module

Cloud computing is the underlying technology used to build Chat module. All the extensive features of cloud computing is taken into account while developing this module

Clear Log Button

This module adds a "Clear" button and confirmation screen to the "Recent Log Entries" page. I found this handy for debugging in testing environments.

Build mode tabs

This module creates MENU_LOCAL_TASK tabs for custom build modes (from Node displays, which interfaces with Display suite). So for a user with permission, when they visit the full node view they should see some extra tabs for those build modes.

Use case

You have a real estate agent site that has a number of properties. Each property has a number of tabs that display different info (eg. overview, Google map, price details). You create a build mode for each tab, and this module will then create the tabs for you.

Works with

I've had no problems using this module with Ajax Tabs to allow AJAX loading of the different build modes.

If you use secondary level tabs, you might be interested in the Sub-path URL Aliases module for clean URLs to the tabs.

Notes/questions

Why not use CCK Fieldgroup Tabs, or Node displays with Tabs (jQuery UI tabs)?

Webform_fieldkey_download

A fork of the webform module that includes the option to use fieldkeys as CSV headers rather than field labels.

I plan to merge releases from the official webform module as needed.

Reduced node edit

Description

Reduced node edit lets users edit a node even if they don't have access to the body's input format: in that situation, the body field will be hidden, but the user will have their normal edit access to the rest of the node. A good description of the problem is in issue #91663:

Users lose (or don't have) edit access to nodes that they should be able to edit, given their roles and associated access control settings.

The node.module node_access() function denies 'update' access to a user, if a node has an input filter assigned that the user cannot access.

This can be a problem because a user can create a node, the administrator may alter input filter permissions so that the input filter used to create the node is no longer accessible to the user (or edit the node and assign a restricted input filter to the node) - and the original user can no longer edit a node (the edit tab disappears from the node menu, and if the user tries to access the edit function via /node/x/edit URL, the users receives an access denied message.)

This module will hide the body textarea in those cases where the user doesn't have access to the input format; they can still edit the title and other fields that they do have access to.

Versions

showmeyouremail

The Showmeyouremail module will allow you to show user's email addresses on their profile pages. The access to see a user's email address is controlled by a permission.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only