After having issues with links for node creation not appearing in the Group details override, I started creating test Content Types. What I noticed was that any Content Types that had titles with the word 'Group' as the first word didn't show. This must be a prefix issue in the module? Maybe this is somewhere in the documentation and I didn't see it. I post this just in case anyone else has the issue.

Maybe most people won't even think of naming a Content Type 'Group This' or 'Group That', but we have several content types that have a groups version, and a similar non-groups version, so we were naming things like 'Blog Post' and 'Group Blog Post.'

Changing the name seems to fix it, so all is well. Lots of frustration since I thought the issue was related to the bug in the tab for 'Assign Content Types.'

Comments

jcmiller09’s picture

looks like using the bad word 'Group' as a title doesn't break the block on a fresh install, so it must be in conflict with another OG-based module...

schnippy’s picture

Was able to replicate this and issued a patch for it on another issue: http://drupal.org/node/697826#comment-2759060

This is similar to another issue (http://drupal.org/node/734506) and crantok has posted a different approach to this to solve the same problem.