If you have ever faced the problem of referencing content from the node's body text, you might have already tried various modules, e. g. like Node Embed, LinkIt or Insert. However, if you want to have a "real" reference - and not just the rendered output - like CCK's nodereference, you should have a look at this module.
Nodereference Embed provides a configurable and themeable (pseudo) token that links other assets, such as a node or user. Currently, it can be inserted and interpreted in the node's body text. When viewing the node the token is also rendered by its actual theme output. This functionality is comparable to Wordpress' shortcode API. So, finally what you get with this module is a Macro code in Drupal's token style.
Description ImageCache Builder allows you to create all the imagecache presets you want for a picture directly when its content is created or saved. Imagecache creates a preset of an image only when that image is called, but sometimes we need to call the pictures with different paths before that imagecache has created them (for example using CDN).
This module solves the problem. This module uses an administration page to set which imagecache presets create in backend for the relative image fields.
Features
- Creates the presets when a node is saved or updated.
- Allows to selects which preset you want to create automatically for each image field.
- Prevents broken images not created yet by imagecache.