The Sign-Up Problem (SUP)

Component type

module

Maintenance status

Development status

Downloads

677

Component created

Component changed

The Sign-Up Problem is a phenomenon where visitors want to contribute content on a website but do not register (and thus do not contribute) because they do not want to fill out the registration form.

This module allows anonymous users to begin creating content immediately, without registering (if they have permission to do so). Once they get engaged on the site, they are more likely to register, at which point all of the posts they created while anonymous will be transferred to their new authenticated user account.

Search By Id

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Search by ID creates a simple search block that, when NID's are entered, returns a specific content node. This module incorporates Ajax to return a list of NID's while typing. This project replaces "FindNID".

css3pie

Component type

module

Maintenance status

Development status

Downloads

27261

Component created

Component changed

css3pie module is a simple wrapper around the css3pie library from http://css3pie.com.

How to install?

7.x-2.x
Install and activate css3pie, libraries and ctools modules. Download the PIE Library from http://css3pie.com and extract it to sites/all/libraries/PIE
6.x-1.x
Install and activate css3pie and libraries modules. Download the PIE Library from http://css3pie.com and extract it to sites/all/libraries/PIE

Important!

Please don't hijack and use this project issues for CSS questions. This is not the right place for CSS support. Instead use the official CSS3 PIE forum or drupal.org forum!

Why?

CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so on. These are the kinds of elements our designer friends love to use because they make for attractive sites, but are difficult and time-consuming to implement, involving complex sprite images, extra non-semantic markup, large JavaScript libraries, and other lovely hacks.

CSS3 promises to do away with all that! But as we all know, due to Internet Explorer’s lack of support for any of these features, we must be patient and refrain from using them, and make do with the same old tedious techniques for the foreseeable future.

Views Bulk Operations Barcode Select

Component type

module

Categories

Maintenance status

Development status

Downloads

1023

Component created

Component changed

Views Bulk Operations Barcode Select allows you to selects items in a VBO display with a barcode scanner. The module adds a barcode field to VBO displays and selects matching records. Once selected, any VBO operation can be applied to the selected items. A warning will appear if an scanned barcode does not appear in the Views display.

Array Tokens

Component type

module

Maintenance status

Development status

Downloads

2563

Component created

Component changed

I'm looking for a co-maintainer for this module – in particular in order to port it to Drupal 7.

The Array Tokens module allows you to use all values in multiple-value CCK fields and multiple-value taxonomy terms in a single token. It also allows you to define your own settings for how items should be merged ("merge styles").

The output of each item is either plain text (for taxonomy terms) or the default CCK rendered output (for CCK fields). However, a few special formats are provided for file fields, node references and user references.

Pingify

Component type

module

Maintenance status

Development status

Downloads

336

Component created

Component changed

This module will no longer be maintained, since a similar module with 1000+ users already exists. Please go to http://drupal.org/project/multiping for more information.

Pingify is a simple module that notifies various sites when content is created and/or updated on your site.

In short, this is as an enhancement of the core Ping module, which only notifies pingomatic.com with content that is promoted to the front page.

Domain Override

Component type

module

Maintenance status

Development status

Downloads

2876

Component created

Component changed

Allows overriding page nodes on a domain-specific basis.

Features

  • Provides an "Override" tab on node pages that removes the current domain from the node's domain access, clones the node, and publishes the clone to only the current domain.
  • Copies translations of the node being overridden (if any), too, so they're considered translations of the newly created node.
  • Sidesteps need to use multiple url_alias tables (with Domain Prefix). Makes Drupal interpret the URL alias for a node that's been overridden as a path to this domain's version of the node. Example: node 1 (the node at node/1) is published to all domains with the URL alias contact-us. You visit the node from the subdomain "cats" and select the "Override" tab. Now a new node has been created (node 2), that's published only to the "cats" subdomain, and node 1 is no longer published to the "cats" subdomain. When you visit http://site/contact-us you'll see the content of node 1. However, when you visit http://cats.site/contact-us, you'll see the content of node 2 -- node 1's override.

Advanced Stock Updater

Component type

module

Categories

Maintenance status

Development status

Downloads

562

Component created

Component changed

(NOTE: it has been replaced by Ubercart Custom Stock Updater http://drupal.org/project/uc_custom_stock_updater)

Based on the "Bulk Stock Updater", it allows to update stock of products searched by sku (maybe in conunction with a barcode pen scanner), with the support of a large base of nodes/products (1000+) using ajax calls. It's supposed to be in used in a real retail shop to keep stock values updated on the e-commerce site after a real sale.