Ubercart Affiliate Future
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Enables an ubercart site to work with Affiliate future
Enables an ubercart site to work with Affiliate future
Provide a CCK field type that lets you choose two drop down fields like year & month.
Display output of this field shows no of years and months.
This module will be mostly used wherever past duration needs to display in year and month format.
For Ex: In any job portal site you need to add a field for experience, this module will help it out.
Integration with views module.
Used to give other modules the place to store big amounts of data, needed for Drupal and the module rarely (for example for admin pages only or RPC rare requests).
This module allows you to "lock" files so they cannot be deleted.
File Lock can be used to control two different problems:
File Lock is particularly useful when used with a media library setup, for example using the Media module.
Block Video enables custom block to set up a small, customizable video player. Module utilizes JWPlayer.
To test this module, sample video file can be downloaded: Sample FLV file
This module can be used to define dependency relationships between options and attributes for each product class. Once established, these dependencies will be applied to all products of that class. Dependent attributes will only be shown (for "enable"-type dependencies) or hidden (for "disable" type dependencies) once the option on the parent attribute is selected.
For example, say you run a pizza online store and you offer a free drink when the user orders a large pizza. Your pizza product class could have a 'Size' attribute with options Small/Medium/Large and a 'Drink' attribute with options for various popular soda brands. Conditional Attributes could be used to define 'Size' as a parent attribute with option 'Large' enabling 'Drink'. The drink selection would then remain hidden until the time when the user selects 'Large' as their choice for 'Size'.
Adds new field formatters for imagefields allowing to link imagecached images to other imagecached images.
Sometimes you cannot display any debug messages on your site, so here is dpm_mail.
You can sen a message with:dpm_mail($var)
By default the message will be send to the site mail. When you don't want that you can set the second parameter with you e-mail address:dpm_mail($var, 'joe@aol.com');
I would recommend that you just copy the function into your code instead of install the module:
This module adds a custom date format to Views, to allow two different date formats to be applied to a single instance of a field, based on an offset from the current time. For example, display any nodes in the past 6 hours as Time Ago (ie, "2 hours ago") and any nodes older than that as MM/DD/YYYY - HH:MM.
Small module that allows users to view menu links to unpublished nodes.
The menu system from Drupal core hides menu links that link to nodes that are unpublished. This modules provides a permission that undoes this behavior, but only if the user has access to view the (unpublished) node.