Closed (fixed)
Project:
OG Vocabulary
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2006 at 12:05 UTC
Updated:
25 Oct 2006 at 04:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
cooperaj commentedAs an extention of this I seem unable to create site wide categories with this module installed. It inserts
$form['module'] = array('#type' => 'value', '#value' => 'og_vocab');into all vocab add forms so hijacking all new vocabs. Old ones remain the same.
I'm working on fixing both these issues as IMO group vocabs sould be distinct separate entities to site vocabs.
Comment #2
cooperaj commentedThis patch seems to do the job.
*Only do og_vocab stuff when adding/editing an og_vocab
*Remove og_vocabs from a non og node. i.e. vanilla node/add/story NOT node/add/story?[og_group][]=X
*Remove breadcrumb setting stuff on Organic group category page. Unnecessary.
Comment #3
moshe weitzman commentedperhaps angie could take a look at this. the first part is a no brainer. not so sure about the rest after a quick read.
Comment #4
webchickadding to my list. no time to review atm, sorry.
Comment #5
rubenk commentedInstalled....seems to work fine. Would be nice if the admin area had a toggle to show or not show the categories to users WHOare members of the group when posting a node using the general posting form.
Does this obfuscate http://drupal.org/node/74564
Comment #6
rubenk commentedIt looks like this has caused people posting within a group to not be able to see a public category (taxonomy). e.g. I created a public taxonomy called document type and set this to apply to the book node. I also created a private taxonomy for one of the groups on my website. Now when they post using the group's "create book" button, they do not see the public taxonomy but only their private one. When they click the "create book" button from the normal (main) navigation menu (not associated with the group) they see the public taxonomy but not the private taxonomy.
I'd like them to be able to see public and private taxonomies if people belong to the group and only public ones when they do not belong to the group. If this module stays closer to the way it currently is, then a group member should at least be able to see the public tax (in addition to the private tax) when posting from within the group and only the public tax when posting from the main navigation menu.
Sorry if that was too long. If you need clarification, simply ask.
Comment #7
moshe weitzman commentedfixed in a slightly different way.
if you also update og.module, you will see that posting without specifying any group on the url works decently now. at first, we no longer show you all group vocabs. once you do a preview with your selected group, then that groups vocab (and language and theme) show up on your form. calidation rules for that vocab like 'required' are enforced.
Comment #8
rubenk commentedWanted to follow up....the need to preview all posts was a little bit...annoying so I posted this forum topic. Maybe it is already possible do dynamically display form content as I proposed but I wanted to post a link here to that topic....
http://drupal.org/node/87851
Comment #9
rubenk commentedbit of a bummer - i set everyone to have to review their post before submitting because of this...seems cumbersome.
Comment #10
(not verified) commented