set this module weight lower to
Hanno - July 27, 2008 - 12:11
| Project: | OG Auto Fill Description |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This module didnt work for me, but I discovered that you had to set the module weight lower than the module of organic groups to unset og_description successfully. I changed this by the module http://drupal.org/project/moduleweight, but it might be useful to add in the install
db_query("UPDATE {system} SET weight = [2] WHERE name = 'popdesc_og'"); (not tested)
