Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.0
  • 7.x-1.x default
  • 4.6.x-1.x
  • 4.7.x-1.x
  • 5.x-1.x
  • master
  • 4.5.x-1.x
  • 7.x-1.0
  • 7.x-1.0-rc2
  • 7.x-1.0-rc1
  • 6.x-1.0
  • 6.x-1.0-rc1
  • 5.x-1.0
13 results

image_filter

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    #106284 by davidhull. Apply fix for broken nolink tag from jonathan_hunt
    David Hull authored
    to the 4.7 branch.
    8738dcd4
    History
    Name Last commit Last update
    CHANGELOG.txt
    README.txt
    image_filter.module
    This module provides a filter for referencing image nodes from other
    nodes. It will not work unless image.module is installed and
    configured properly.
    
    Syntax:
    
      [image:node_id align=alignment hspace=n vspace=n border=n
         size=label width=n height=n nolink=(0|1)
         class=name style=style-data]
    
    In its simplest form, "[image:node_id]", each image code will be
    replaced by a thumbnail-sized image linked to the full-size image
    node.  The other parameters, which are optional, give the user greater
    control over the presentation of the thumbnail image.
    
    Send comments to drupal.org@ericscouten.com.