20 Dec
2007
20 Dec
'07
7:15 a.m.
Hi, I'm not really sure whether this is the right place to send this, so feel free to point me in the right direction if not. I discovered that the Blog API module (core - optional) lacks an implementation of hook_perm, making it impossible to use for any user other than UID 1. Found running Drupal 5.3, btw. Thankfully (as I am very very new to both Drupal and PHP), this was easy to fix. All that needs to be done is to insert the following into the blogapi.module file somewhere (custom seems to suggest immediately after hook_help?): /** * Implementation of hook_perm(). */ function blogapi_perm() { return array('edit own blog'); } -- - Tony Yarusso http://tonyyarusso.com/