Dynamic Formatters

Component type

module

Maintenance status

Development status

Downloads

50112

Component created

Component changed

This module provides a Views style plugin which makes it possible for fields to have dynamic formatters.

A simple use case of this is a field in a view that uses a "large" image preset for the first result row and a "small" preset for the rest of the rows. Everything is ruled by custom style objects, currently defined in code through a simple hook.

User role field

Component type

module

Categories

Maintenance status

Development status

Downloads

14585

Component created

Component changed

This module allows you to specify role specific fields. When creating a new field, you specify for what roles this field is enabled.

Fields are only visible and editable if an account has a specific role.

This role does not determine access controls for visible fields, use the field permissions module for that. When a field is visible, it can be edited. If a field is not visible, it cannot be edited, not even by the administrator.

User Settings Access

Component type

module

Maintenance status

Development status

Downloads

9978

Component created

Component changed

Out of the box drupal have just one permissions "adminster users" which controls both user settings and user administration.
So the super user can either grant both privileges to other user or none of them.
This mini module provides additional permission for user Settings.
This allows now the super user to grant either user settings or users or even both privileges if wanted.
Sometime it could even helpfull to allow others to manage users but restrict the general users settings only to
drupal admin.

Views Flag Refresh

Component type

module

Maintenance status

Development status

Downloads

22249

Component created

Component changed

Overview

Views Flag Refresh allows site administrators to configure which views are refreshed automatically via AJAX when certain flags are selected. This is useful when you have a view that filters by flagged content and you want the view to be refreshed automatically when content is flagged or unflagged elsewhere on the page.

Coupon as a Product

Component type

module

Categories

Maintenance status

Development status

Downloads

1393

Component created

Component changed

There are a couple of coupon modules that I found and tried for Ubercart 2.x. However, I found that they are either too fancy, or hard to understand. Normally, a coupon (as advised by Ubercart) are relying on line items, here I take a different approach.

In this module I treat a coupon as a product node with a negative price. This gives several good things:

Views Dynamic Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

13734

Component created

Component changed

The Views Dynamic Fields module provides a filter for use with Views module. This filter allows the user to pick and choose which fields to display for a rendered instance of a view for that user. This provides a customized view instance for each user.

Layar

Component type

module

Maintenance status

Development status

Downloads

1908

Component created

Component changed

A module that allows you to display your location nodes in the Layar Augmented Reality App.

It's a Views based module that uses a style and filter plug-in to create the Layar compatible JSON from your nodes. Create your views and then create a "Layar" node and select the views you want to include in your Layer, View the the node and your Points of Interest URL is displayed. Which you can then use on the Layar website as the server for your Layer.

Shortcode

Component type

module

Maintenance status

Development status

Downloads

74959

Component created

Component changed

Shortcodes are actually macros to be used in the text of contents. These macros change the text of the content and format the given part through the theme engine. This module defines few basic shortcodes only. (New ones will come.)

Shortcode is an API that handles the shortcode macros for text formats. You can add your own shortcode tags via this API. All tags are themeable and new tags can be provided by other modules.