Phing Drush Task
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Overview
A Drush task for Phing. This task enable usage of Drush commands in Phing build scripts.
A Drush task for Phing. This task enable usage of Drush commands in Phing build scripts.
Pingler is a website that notifies certain services that you have updated your content. This can vary from blog networks to certain bots. It can speed up your new page being indexed and can increase traffic to your site.
Normally you would have to manualy submit your URL's for ping using their website or a web browser plugin. This module speeds up the process by submitting new or updated posts to Pingler.com automatically.
Adds metatag description to terms and nodes based on taxonomy and add some URL SEO optimization (i18n localization over pathauto).
You can specify a global meta description.
Metaxo adds a meta description fields in terms form.
If CCK is installed, you can choose a CCK field to enter a node level meta description.
There is inheritance : Global > Term > Node.
Node inherit from its lightest term description.
An extension of the workflow module.
By default, workflow puts a radio select button on the node form for all possible workflow states the node can move to. This module changes the UI from radio select, to submit buttons instead. Note, this means that timed transitions can not be entered through this interface.
Simply enabling the module changes the UI on the node form.
While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.
This module is a wrapper for a Javascript library called Zero Clipboard, which allows content to be copied to a user's clipboard, when a specific area of the page is clicked on.
This module requires that the Libraries API module be installed.
This module allows for the creation of form elements that accept multiple usernames for that Drupal site as comma-separated values with autocomplete, much like the experience of free tagging, but with users.
To use this, download and activate the module, then when you're building forms in a module, just add this to the array for the field that you want to use as your multi-user autocomplete:
'#autocomplete_path' => 'user/autocomplete/multiple',
Here's an example of what a whole multiple-user-autocomplete field might look like:
Ubercart penny auction module extends Ubercart's functionality so the user can choose whether some product is penny auction's product or not. User can define own penny auction types with different price increment, different start and end time.
This module add functionality like on swoopo.com or beezid.com
Add references in text areas via an input filter to citations stored in CCK multigroup fields. Citations are displayed as a hover/tool-tip when the mouse is placed over the reference.
The multigroup should contain at least one (optionally two) text field(s) for the citation ID plus a text field for the citation text itself. Two IDs for a citation are allowed to allow for different reference formats within the text (eg a long and short version). The input filter must be enabled for this module to work.