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 00:28] 81.188.78.24drupal_notes [2008-03-25 11:08] 81.188.78.24
Line 96: Line 96:
   * http://drupal.org/project/devel   * http://drupal.org/project/devel
   * 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)
  
 ==== tutorials etc ==== ==== tutorials etc ====
Line 105: Line 106:
     * 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 144: Line 146:
     * nicer: <code>select * from node join term_node on  node.nid=term_node.nid join  term_data on term_node.tid=term_data.tid where term_data.name="xmedk";</code>     * nicer: <code>select * from node join term_node on  node.nid=term_node.nid join  term_data on term_node.tid=term_data.tid where term_data.name="xmedk";</code>
   * how do breadcrumbs work? are they like a back button, or is there some other hierarchy? how is it defined?   * how do breadcrumbs work? are they like a back button, or is there some other hierarchy? how is it defined?
 +    * seems that they are set by modules. there are a few different ways of doing it.
 +      * it looks like the menu defines breadcrumbs by default..?
 +      * http://drupal.org/project/nodehierarchy
 +      * http://drupal.org/project/taxonomy_breadcrumb
 +
  
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24