Users cannot edit their own posts right now, because in the function weblink_access, there is no global $user.
Here's what it should be:
function weblink_access($op, $node) {
global $user;
...
}
Users cannot edit their own posts right now, because in the function weblink_access, there is no global $user.
Here's what it should be:
function weblink_access($op, $node) {
global $user;
...
}
Comments
Comment #1
Bèr Kessels commentedWeblinks is superceded by http://drupal.org/project/links. That module even has an upgrade path from weblinks.