Difference between revisions of "BFS"

From Things and Stuff Wiki
Jump to navigation Jump to search
(moved BFS to Photopoint)
 
(a move)
Line 1: Line 1:
#REDIRECT [[Photopoint]]
+
{{techy}}
 +
 
 +
* Members
 +
** Can only public groups and private groups they are a member of. Same for group content.
 +
 
 +
* Groups
 +
** Moderated groups - public but only admins can create content, using http://drupal.org/project/og_read_only
 +
 
 +
=== 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
 +
 
 +
* protect certain terms (mq, gm, etc) with http://drupal.org/project/term_permissions
 +
 
 +
* flickr tags - currently crap, can't really be relied on for group taxonomy
 +
** seperate vocab - terms can be related using http://drupal.org/project/taxonomy_vocab_relate ??? flickr doesn't have tree taxonomy features though....
 +
*** http://drupal.org/project/term_relations
 +
*** http://drupal.org/project/taxonomy_groups
 +
 
 +
 
 +
to document on; hierarchical select for group term
 +
 
 +
also; http://piratepad.net/bfs
 +
 
 +
==== 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/views.git/blob/refs/heads/6.x-2.x:/modules/taxonomy/views_handler_field_term_node_tid.inc
 +
 
 +
* http://views.doc.logrus.com/ - [http://views.doc.logrus.com/views__handler__field__term__node__tid_8inc-source.html views_handler_field_term_node_tid] [http://views.doc.logrus.com/classviews__handler__field__term__node__tid.html]
 +
 
 +
* [http://drupalcontrib.org/api/drupal/contributions%21views%21modules%21taxonomy%21views_handler_field_term_node_tid.inc/class/views_handler_field_term_node_tid/6 views_handler_field_term_node_tid]
 +
 
 +
* [http://drupalcontrib.org/api/drupal/contributions%21hierarchical_select%21modules%21hs_taxonomy_views.module/6 hs_taxonomy_views.module]
 +
 
 +
* [http://api.drupal.org/api/drupal/modules%21taxonomy%21taxonomy.module/function/taxonomy_get_parents_all/6 taxonomy_get_parents_all()]
 +
 
 +
* [http://drupal.org/node/1433688 Bounty for Taxonomy Views Snippet - Get all parent terms for a specific node]
 +
 
 +
 
 +
http://openiconlibrary.sourceforge.net/gallery2/?./Icons/apps/internet-group-chat.png

Revision as of 00:50, 5 June 2012


  • 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://openiconlibrary.sourceforge.net/gallery2/?./Icons/apps/internet-group-chat.png