Needs review
Project:
Content Type Administration by Organic Group
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 17:30 UTC
Updated:
26 Apr 2011 at 19:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
dealancer commentedThis may help: http://drupal.org/node/582278
Comment #2
pgillis commentedI too have the same problem. I believe the issue is caused by the fact that this module replaces the stock og details block with it's own. In it's own implementation it does not call the alter hook.
Comment #3
Steel Rat commentedIs there no way to easily add/remove items from the group details block? I don't want most of the stuff that's shown (all the create content items other than one or two). There are also items there which users aren't supposed to have access to, like creating pages, books, stories, and more. I have custom content types which are only used within groups. I do want the links which show the number of members, invite a friend, etc.
Comment #4
pgillis commentedAs far as I can tell there isn't. The link in comment #1 talks about using the links_alter hook, but this hook is not available as the module is currently implemented. I have attached a patch that adds this functionality back in.