Complete Blog

Component type

module

Maintenance status

Development status

Component created

Component changed

git clone --branch master http://git.drupal.org/sandbox/f4k1r/1289546.git complete_blog

Overview
Complete Blog provides additional functionality to the core blog module like, separate registration to use blogs within the website.

Features

Commerce price by components

Component type

module

Maintenance status

Development status

Downloads

5571

Component created

Component changed

Extension to Drupal commerce that provides a price formatter to enable/disable price components such as discounts or taxes when displaying prices. This gives the admin absolute control over which components should be displayed and which shouldn't.
It also provides two Views handlers to display/hide price components in cart totals and order totals.

Image URL Filter

Component type

module

Maintenance status

Development status

Downloads

458

Component created

Component changed

This module provides an input format filter to allow you to change base urls of images embedded in content. Please note this module will only changes urls of images that have the same base urls of the current site or that are linked relatively.

The original reason I decided to develop this module was so that hard coded images in posts could be rewritten for use with a cdn.

Nodeform fieldsets hider

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module lets you hide fieldsets that you don't want to be available on the node create/edit form, configurable by content type. For example you could use it to hide the URL path settings fieldset for content type Story.

Versions

It's for Drupal 6 only.

BUEditor Plus

Component type

module

Maintenance status

Development status

Downloads

22494

Component created

Component changed

BUEditor Plus provides you with better control over BUEditor and where it appears. By default BUEditor displays on most textareas. You can control which editor appears via roles, paths and element IDs. BUEditor Plus overrides that default behavior and gives you better control over which textareas the editor appears on. Now you create profiles and assign those profiles to text fields in Drupal's field system. Not only that, but BUEditor Plus allows you to assign different editors based upon text format. You can create a "Full HTML" editor and a "Filtered HTML" editor in BUEditor. Then in your profile assign those editors to their associated input format. Now when you change input formats for a textarea the editor will automatically change to the proper one for that format. You can even set a format to "none" to not have an editor appear with that input format.

KillAgg

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A simple module that allows you to disable Javascript and CSS aggregation on specific modules, themes, /misc and libraries. This module is intended for sites in development, especially when dealing with IE file limitations and shouldn't be used on a production site.

Help Popup

Component type

module

Maintenance status

Development status

Downloads

671

Component created

Component changed

This is a relatively simple help popup module that provides either:

  • A standard popup window
  • A javascript modal using the script supplied by jqmodal

Any number of help popup templates can be created for different purposes on one site, with different dimensions. These can then be implemented in three ways:

Placeholder HTML5

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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)