Project:Content Type Administration by Organic Group
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

The OG_CTA module is stripping down the list of groups in the Audience section whether the node type is allowed group or not . To do that, it loops through the ['og_nodeapi']['visible']['og_groups']['#options'] values which used to be an array of group nids. With OG 7.3 (maybe before), this is no longer the case, it is a double-indexed array with 'My groups' and 'Other groups' indexes. So here is a patch to adapt to this change in the OG module.

AttachmentSize
og_content_type_admin.patch2.82 KB

Comments

#1

Hum... Sorry little typo error in the previous patch.

AttachmentSize
og_content_type_admin.patch 2.82 KB

#2

Still not good. This one is, promised.

Note: It would be convenient to be able to delete our own posts :)

AttachmentSize
og_content_type_admin.patch 2.82 KB

#3

Title:Empty Audience with OG 7.3» Empty Audience with OG 6.x-2.0
Version:5.x-1.6» 6.x-1.2

Here is an updated patch for OGCTA 1.2 and OG 2.0

AttachmentSize
345762-og_content_type_admin.patch 1.97 KB

#4

In dev version this seems to be completely different. I have this problem in dev version too.

#5

This patch also works with OG 6.x-2.1. Are their plans to integrate the patch into the module yet or is there something wrong with the patch/approach? Thanks.

#6

Version:6.x-1.2» 6.x-1.x-dev
Status:needs review» closed (duplicate)

The issue is there - solution provided

http://drupal.org/node/573656

nobody click here