If this isn't a bug and I'm simply doing something wrong I apologize. I have an organic group content type called Class. The pathauto value for entities of this type is classrooms/[node:nid]

The default links I have specified for the OG MENU for this content type are as follows:
Home|classrooms/[node:nid]
Pages|classrooms/[node:nid]/pages
News|classrooms/[node:nid]/news
Calendar|classrooms/[node:nid]/events
Galleries|classrooms/[node:nid]/gallery

If I do not have OG Menu set up to automatically generate the menu when the class is created and instead create the menu after the class has been created everything works fine. In the long run I need to have the menu created automatically though and for some reason the Home link defined above (essentially a link to the group itself) doesn't work.

I realize there is an option to change the block header into a link for the group but in this instance that won't work for the design we are currently using. What is strange to me is that all the other links are created appropriately despite the fact they are referencing the exact same token. I thought at first maybe it was a case of the system not knowing the nid when OG Menu went to create the links for the new class but it seems to know it otherwise the other links wouldn't work either.

Thanks in advance and GREAT module!

Comments

rv0’s picture

Status: Active » Closed (works as designed)

try node/[node:nid]

Tested this and works for me.