Posted by protoplasm on November 9, 2011 at 4:30pm
I can hard code a menu for creating content (node/add/blog etc.) in groups for each group using og_menu, but is there a dynamic way to create such a menu link for all groups? Using latest modules with 6.x. I looked at menu_token but there are no tokens for a group. I've tried php to grab the group nid in the menu block, but that doesn't seem to work. I looked at views and I'm not seeing og add content links. I'm sure there must be a solution, but after hours of looking and trying, I'm stumped. Any ideas would be greatly appreciated. Thanks.
Comments
I've only used OG in D7 so I
I've only used OG in D7 so I can't comment on exactly how to create a menu dynamically in OG/D6.
Here is a post I put up for using views to dynamically create a list of links for OG/D7. It should be similar in D6: http://drupal.org/node/1189742#comment-4971556
Andrew
I ran across your post in my
I ran across your post in my researching this morning. I was actually hoping for a similar solution in a more limited way within views for just node/add content types. Still scratching my head over this one.
Thanks for your response.