Difference between revisions of "Sites"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
==== groups handler ====
 
==== groups handler ====
 
* http://drupalcode.org/project/user_terms.git/blob/refs/heads/6.x-1.x:/user_terms_handler_field_term_user_tid.inc
 
* http://drupalcode.org/project/user_terms.git/blob/refs/heads/6.x-1.x:/user_terms_handler_field_term_user_tid.inc
 +
 +
* http://drupalcode.org/project/views.git/blob/refs/heads/6.x-2.x:/modules/taxonomy/views_handler_field_term_node_tid.inc
 +
 +
* http://views.doc.logrus.com/ - views_handler_field_term_node_tid
  
 
* http://drupalcontrib.org/api/drupal/contributions%21views%21modules%21taxonomy%21views_handler_field_term_node_tid.inc/class/views_handler_field_term_node_tid/6
 
* http://drupalcontrib.org/api/drupal/contributions%21views%21modules%21taxonomy%21views_handler_field_term_node_tid.inc/class/views_handler_field_term_node_tid/6

Revision as of 03:38, 8 May 2012


BFS

  • Members
    • Can only public groups and private groups they are a member of. Same for group content.

taxonomy

what is getting terms; users, groups (and their content), images

or; users have groups terms, images get tagged with users thus group terms

  • year/festival/group
    • heirarchical select, deepest term select required


to document on; hierarchical select for group term

also; http://piratepad.net/bfs

groups handler


http://api.drupal.org/api/drupal/modules%21taxonomy%21taxonomy.module/function/taxonomy_get_parents_all/6