Organic Groups
Giving more people the power to approve subscriptions or memberships to a group
Client request, regarding a an e-mail for subscription requests to 'Example Mentors' from 'newusername' which she received through the site:
> To instantly approve this request, visit
> http://www.example.com/og/approve/407/581.
> You may deny this request or manage subscribers at
> http://www.example.com/og/users/407
Adding and modifying organic group action (create content) links
Moshe is a Drupal God. Look at this! There's a hook for everything!
Update for Drupal 6: Enter drupal_alter
<?php
// Modify these links by reference. If you want control of the whole block, see og_block_details().
drupal_alter('og_links', $links, $node);
?>From og.modules own implementation of hook_og_block_details:
<?php
Drupal Calendar Implemenation with Organic Groups, Date, Views, Panals 2, Mini Panel, and Tabbed Mini Panel
Work-steps for "Calendar/Date implementation with custom view, Panels 2 mini panel and tabbed mini panel, and a theme function override for the breadcrumbs" from Patrick Phillips of the Vineyard Voice with consultation by Ted Serbinski:
