Script Junkie
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Allows you to easily add scripts or tracking code from the administration interface to the bottom of your site's pages.
Allows you to easily add scripts or tracking code from the administration interface to the bottom of your site's pages.
Maintenance countdown module provides its own maintenance page with countdown timer, time for this timer can be set in the admin interface. Otherwise, if you don't set time, will be shown a normal Drupal maintenance page or from your theme.
This module adds a visibility column to the block admin screen.
One of the difficulties with managing drupal sites is that over time the block admin page gets very cluttered. There are often dozens of blocks in a region, each with different visibility settings. This makes it very difficult to determine which blocks show up on which pages.
This module adds a column to the block admin page and lists the visibility settings. It works with all the core settings and can be extended by contrib modules.
Provides an API for integration with the todoist.com service.
Simple module which allows look links to nodes, taxonomy terms, pages - with ".html" suffix.
Without using custom path or pathauto path to your node will look like /node/1234.html.
Path to taxonomy term - /tags/396.html instead of /taxonomy/term/12345
And thing, many people looking for: pages with page numbers - without ?page=123
They will look like /page/1234.html
For example instead of /node?page=2 you will see /node/page/2.html
For future I think how to make suffix customizable and make wiki-like work of drupal for some node types.
In Drupal, modules are often used to provide access to javascript libraries, but it's often undesirable to include those libraries on every page. The theming system makes it possible to specify where and when a javascript library file is included, but this system is not always sufficiently flexible.
An API for maintaining DNS Zone Files as Drupal nodes with fields in D6 and entities and fields in D7.
Output for BIND format presently, but additional formats may be added (sub-modules welcome!)
Not appropriate for dynamically updated zones.
Sub-modules included
dnszonefile_api
OM Maps is a plugin of OM Maximenu (for ver. 1.0-rc5 and beyond), it's a collection of image maps used for navigating your site sections/pages.
Users will only be able to buy a quantity of products ever.
This module just records when a users buys a product and the order is updated to "complete" or "payment made" to the users UID.
So in the edit product page you will have a new field caller "restrict product purchase for each user"
You can select a number of times a product can be sold, or set it to unlimited.
This module does what I thought the Placeholder module (http://drupal.org/project/placeholder) did. With FAPI, you can set '#placeholder' in form elements to have them appear as HTML placeholder attributes.
"Placeholder text is displayed inside the input field as long as the field is empty and not focused. As soon as you click on (or tab to) the input field, the placeholder text disappears." (http://diveintohtml5.org/forms.html)