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-24 21:38] 81.188.78.24drupal_notes [2008-03-24 22:09] 81.188.78.24
Line 95: Line 95:
  
  
 +==== tutorials etc ====
 +  * some screencasts on CCK/nodereference (building a node out of several other nodes)
 +    * http://geoffhankerson.com/drupal
 +  * drupal api
 +    * http://api.drupal.org/api/5
 +  * creating new node types in 5.x: http://drupal.org/node/132845
 +    * 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
  
  
Line 118: Line 126:
     * would this work with an image gallery?     * would this work with an image gallery?
       * seems to use the same pager code. finding this out would require an extra query from the database.       * seems to use the same pager code. finding this out would require an extra query from the database.
- +  how do you use imagecache? 
- +    * it normally seems to need custom theming, but you can access the generated pics at /files/imagecache/NAMESPACE/FILENAME
-==== tutorials etc ==== +
-  some screencasts on CCK/nodereference (building a node out of several other nodes) +
-    * http://geoffhankerson.com/drupal +
-  * drupal api +
-    * http://api.drupal.org/api/+
-  * creating new node types in 5.x: http://drupal.org/node/132845 +
-    * 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 +
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24