Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
drupal_notes [2008-03-25 00:22] 81.188.78.24drupal_notes [2008-03-25 00:24] 81.188.78.24
Line 103: Line 103:
     * node_example.module: http://api.drupal.org/api/file/developer/examples/node_example.module/5/source     * node_example.module: http://api.drupal.org/api/file/developer/examples/node_example.module/5/source
     * node_example.install: http://api.drupal.org/api/file/developer/examples/node_example.install/5/source     * node_example.install: http://api.drupal.org/api/file/developer/examples/node_example.install/5/source
 +
  
  
Line 131: Line 132:
   * how do you use imagecache?   * how do you use imagecache?
     * it normally seems to need custom theming, but you can access the generated pics at /files/imagecache/NAMESPACE/FILENAME     * it normally seems to need custom theming, but you can access the generated pics at /files/imagecache/NAMESPACE/FILENAME
 +    * from the imagecache README.TXT: <code>print theme('imagecache', $ruleset_namespace, $image['filepath'], $alt, $title, $attributes)</code>
   * can a normal image_gallery work with a non "image gallery" tag?   * can a normal image_gallery work with a non "image gallery" tag?
     * yes, /gallery/tid/XX where XX is the id of the tag.     * yes, /gallery/tid/XX where XX is the id of the tag.
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24