Is there a token for Group title? I'm trying to set up breadcrumbs (using Custom Breadcrumbs, if that matters). I've tried [node:group-group], which didn't work. Also tried [node:group_group], with no luck.

I thought [node:og_group_ref] would work, but that gives me an HTML-formatted string.

Comments

mrpeanut’s picture

Status: Active » Fixed

Sorry, should have tried a few more. Looks like [site:og-context--node] for the Title and [site:og-context--node:url:relative] for the path worked just fine.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ajayg’s picture

Issue summary: View changes

Great find. Thank you for sharing. I needed to override title of the block provided by og_extra and [site:og-context--node] worked like a charm. I tried to go further to link to group by [site:og-context--node] But it does not create the hypelink and prints path verbatim. Anyone has tried to create hypelinked token in block title?