Advertising sustains the DA. Ads are hidden for members. Join today

Asset for Drupal 5

First go to http://drupal.org/project/asset and download the asset module. Extract the asset folder and drop that into your /sites/all/modules/ folder. Now, go to Administer>Site building>modules and enable the asset module by checking the box next to “asset” and click submit.

Next go to Administer>Site configuration>Input formats and click the 'configure' link next to Filtered HTML. Under 'Filters', check the box next to “Inline file assets” and push “Save configuration”.

Now go to Create content>Page or Story. To embed an asset, like an image, click “Insert Assets” under the body input field.

Then the “Asset Wizard” should popup. You can upload a new asset by clicking “Upload”.

Follow through the steps (upload file, title it, pick display settings). When you finish the steps there should be a line in the body field like this [asset|aid=2|format=image|formatter=asset|title=SomeImage|width=2816|height=2112|align=none|resizable=true]
(actual text will vary depending on settings). Then click the “Submit” button and you should see your asset displayed.

Asset Bonus

Make sure you have the asset (http://drupal.org/project/asset) module installed and activated (Administer>Site building>Modules). Now go to

Asset CCK

There are a number of DIFFERENT ways that you could add "assets" to a node, this page describes adding an "asset field" to a node, not how

Asset Embed

Make sure you have the asset (http://drupal.org/project/asset) module installed and activated, both the “asset” module and the “asset embed”

Asset Import

Make sure you have the asset (http://drupal.org/project/asset) module installed and activated, both the “asset” module and the “asset import

Asset Panels

First make sure you have asset and asset_panels (http://drupal.org/project/asset), panels (http://drupal.org/project/panels), and CCK (http:

Asset YouTube

Make sure you have the asset (http://drupal.org/project/asset) module installed and activated, both the “asset” module and the “asset

Asset module for Drupal 6 and above: migration guide

There are many alternatives for the asset module in Drupal 6 that make an upgrade from the Drupal 5 version redundant. A popular solution is

Integrating with TinyMCE

Install the modules

Views integration

First make sure you have both asset (http://drupal.org/project/asset) and views (http://drupal.org/project/views) installed and activated.

Guide maintainers

venkat-rk's picture