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
Last revisionBoth sides next revision
drupal_notes [2008-03-27 17:03] 81.188.78.24drupal_notes [2008-03-31 13:18] 81.188.78.24
Line 114: Line 114:
   * documentation for contributed modules... if something is listed here it's probably a good sign of support.   * documentation for contributed modules... if something is listed here it's probably a good sign of support.
     * http://drupal.org/handbook/config/contribmodules     * http://drupal.org/handbook/config/contribmodules
 +
 +
  
  
Line 162: Line 164:
   * manually setting the teaser breakpoint: http://drupal.org/node/176829   * manually setting the teaser breakpoint: http://drupal.org/node/176829
   * what happens when you upload two images with the same name?   * what happens when you upload two images with the same name?
-    * the clash gets resolved automatically _0 is appended.+    * the clash gets resolved automatically _0 (etc) is appended. 
 +  * where do you set the front page? 
 +    * admin/settings/site-information 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 +==== delta specific ==== 
 + 
 +=== questions === 
 +  * should there be a name_of_activity:potential_projects ? 
 +  * there should be some tag to differentiate between internal events (workshops) and other events. where internal events are not displayed in upcoming events (eg, residencies). 
 +  * overview images: should all of the images take you to a gallery, where images are viewed with lightbox? 
 +    * eg, images shouldn't turn up in the list of "related" things under the overview text. 
 +  * what type will "normal" nodes be? will they all include related images etc? 
 +    * maybe most things should be overview nodes? 
 +      * but don't show striking/overview images if they are not available.  
 +        * how to link to non-overview images in that case? 
 +  * where have all of the links for authenticated users come from? it looks like some module breaks something. 
 +  * a special node type for section pages or do them manually? 
 +    * the query is mentioned in the first factoid below. 
 + 
 +=== factoids === 
 +  * "Productions" page will list all Overview nodes with type_of_activity:Productions tagged with a root term from the name_of_activity vocab. 
 +  * Overview nodes will list/link Overview pages tagged child terms of their name_of_activity term. 
 +  * A workshop is an Event node with type_of_activity:workshop tag. 
 +  * an "Event Series" is actually an Overview node, with a type_of_activity:event tag. 
 +  * There exists both a Event node type and an type_of_activity:event tag. 
 +    * an Image node, for example may be tagged with type_of_activity:event. 
 +  * Overview nodes should only have one name_of_activity tag. 
 +  * Section nodes should only have one type_of_activity tag. 
 +  * there should be no two Overview nodes with the same name_of_activity tag. 
 +  * there should be no two Section nodes with the same type_of_activity tag. 
 +  * the display of "submitted by xxx" is controlled in the global theme settings, i have turned it off on most pages 
 +    * http://delta.fo.am/admin/build/themes/settings 
 +  * EventOverview 
 +    * upcoming and past events 
 +    * i did this with a node-specific theme.. the events node is node 114. the theme is in node-114.tpl.php. 
 + 
 +=== todo === 
 +  * logos on overview pages 
 +  * add the image galleries to correspond to name_of_activity tags (nik) 
 +    * by the way, the heirarchy doesn't have to match, just the text of the names. 
 +  * story pages..? 
 +  * section overview images? 
 +  * events should pull in images too? 
 +  * prosaic tag block 
 +  * the problem with tags like "None", is that they appear quite high in the tag cloud. I think any tag that has a "none" option should just not be set required. 
 + 
 +== would be nice... == 
 +  * (probably just for section pages) find out the image gallery that an image is in and add that as the lightbox link. 
  
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24