Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
drupal_notes [2008-03-25 11:08] 81.188.78.24drupal_notes [2008-03-27 17:38] 81.188.78.24
Line 97: Line 97:
   * http://drupal.org/project/image_exact (for cropping down thumbnails to squares.. needs less work than imagecache)   * http://drupal.org/project/image_exact (for cropping down thumbnails to squares.. needs less work than imagecache)
   * http://drupal.org/project/pathauto (even nicer cleanurls.. based on tag name etc)   * http://drupal.org/project/pathauto (even nicer cleanurls.. based on tag name etc)
 +
 +
 +
  
 ==== tutorials etc ==== ==== tutorials etc ====
Line 106: Line 109:
     * 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
 +  * embedding two views in one view (by putting php in the header.. good trick)
 +    * http://drupal.org/node/42599
 +    * with paging: http://drupal.org/node/85720
 +  * documentation for contributed modules... if something is listed here it's probably a good sign of support.
 +    * http://drupal.org/handbook/config/contribmodules
 +
 +
 +
  
  
Line 150: Line 161:
       * http://drupal.org/project/nodehierarchy       * http://drupal.org/project/nodehierarchy
       * http://drupal.org/project/taxonomy_breadcrumb       * http://drupal.org/project/taxonomy_breadcrumb
 +  * manually setting the teaser breakpoint: http://drupal.org/node/176829
 +  * what happens when you upload two images with the same name?
 +    * the clash gets resolved automatically _0 is appended.
  
 +==== delta specific q's ==== 
 +  * should there be a name_of_activity:potential_projects ?
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24