This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| drupal_notes [2008-03-25 00:22] – 81.188.78.24 | drupal_notes [2008-03-31 17:24] (current) – 81.188.78.24 | ||
|---|---|---|---|
| Line 83: | Line 83: | ||
| * http:// | * http:// | ||
| * theming a particular content type: http:// | * theming a particular content type: http:// | ||
| + | |||
| Line 92: | Line 93: | ||
| * views_multiblock: | * views_multiblock: | ||
| * allegedly allows blocks to take arguments from the currently viewed node (eg, taxonomy) | * allegedly allows blocks to take arguments from the currently viewed node (eg, taxonomy) | ||
| - | * http:// | + | * http:// |
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| Line 103: | Line 109: | ||
| * node_example.module: | * node_example.module: | ||
| * node_example.install: | * node_example.install: | ||
| + | * embedding two views in one view (by putting php in the header.. good trick) | ||
| + | * http:// | ||
| + | * with paging: http:// | ||
| + | * documentation for contributed modules... if something is listed here it's probably a good sign of support. | ||
| + | * http:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 131: | Line 149: | ||
| * 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 / | * it normally seems to need custom theming, but you can access the generated pics at / | ||
| + | * from the imagecache README.TXT: < | ||
| * can a normal image_gallery work with a non "image gallery" | * can a normal image_gallery work with a non "image gallery" | ||
| * yes, / | * yes, / | ||
| Line 138: | Line 157: | ||
| * < | * < | ||
| * nicer: < | * nicer: < | ||
| + | * 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:// | ||
| + | * http:// | ||
| + | * manually setting the teaser breakpoint: http:// | ||
| + | * what happens when you upload two images with the same name? | ||
| + | * the clash gets resolved automatically _0 (etc) is appended. | ||
| + | * where do you set the front page? | ||
| + | * admin/ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | see also [[delta_notes]] | ||
| + | |||