******************************************************************** D R U P A L M O D U L E ******************************************************************** Name: Inline module Author: Matteo Ferrari Dependencies: upload.module must be enabled. ******************************************************************** DESCRIPTION: Please refer to README.txt for a description of this module. ******************************************************************** INSTALLATION: 1. Place the entire inline directory into your drupal/modules directory. Drupal will automatically detect it. 2. Proceed to your Drupal site and enable inline in "administer > modules". Also make sure that the Upload module is enabled. 3. Enable 'Inline filter' in the input formats you intend to use. To do this, go to the "administer > input formats" page (admin/filter) and then click on one of the the "configure" links. For instance, you can click on the "Configure" link for "Filtered HTML" and then you will see a list of filters including "inline file filter." Turn that on and click on "Save Configuration". 4. In admin/settings/inline you may set the maximum width and height for displayed images, in the form width,height. inline.module will resize logically the images by adding the proper width and height in tag, but the image will not be phisically resized. If the original image is not bigger than max width and height, it will be displayed as-is, otherwise its dimensions will be recalculated, maintaining the same aspect ratio. 5. Add to the css stylesheet you're using in your theme (usually style.css) the following lines which you can tune to your needs. This style will be used by the module to print our images. .inline { float: left; margin: 0em 1em 1em 0; display: inline; padding: 4px 4px; } 6. A .PO file is available in order to translate the module in your language. You can import it into your Drupal locale. ******************************************************************** SUPPORT: Please request support on the issue tracker for this module: http://drupal.org/project/issues/inline