I need to be able to use node titles instead of gids in views contextual filters because gids are just not descriptive.

After looking around I think this is probably the best place for this issue since it cannot be in og core (see http://drupal.org/node/1751112). If anyone has a better place for this let me know.

Comments

zipymonkey’s picture

Assigned: Unassigned » zipymonkey
Status: Active » Needs review
StatusFileSize
new11.86 KB

I create a patch that adds this feature.

  • Adds the ability to prevent users from creating multiple groups with the same name
  • Creates a views validation plugin
  • Adds OG context for all views pages (since gids will not necessarily be in the URL)
  • Creates some very basic tokens (this could probably use some work)

I also threw in a block that contains the group title. This could be used for branding group content.