Editing Group Details Block?

Terms:

I am trying to edit and add a link to the Group Details Block, but I can't figure out how.  I could admitted create a new block that adds easily into the Context stuff. But how to go about editing one of these blocks in "core" Drupal Commons?

Comments

cindymcqt

The details block is part of

The details block is part of the groups module. To change it you have to modify the module code. The best practice is to create module that does what you need. I am not a coder but there are a lot of modules fo OG where I am sure you get some ideas.

mike.stefanello

Do you have any coding

Do you have any coding experience? There is an alter hook available to add/edit/remove links from this block.