On my D6 the edit/delete links did not work, a user could not delete entries in his own guestbook although the links were there.
attached patch fixes this - the $op and $op_id parameters were Null because of the way you called the function.
another way would be to define a new entry in hook_menu with these parameters
| Comment | File | Size | Author |
|---|---|---|---|
| guestbook-fix-delete.patch | 517 bytes | black silence |
Comments
Comment #1
sunThis looks like a hack to me... either you have another customization on your site that conflicts with Guestbook's regular workflow, or we need to fix this issue on a broader level.
Comment #2
andrenoronha commentedIs there the possibility to allow the entry author to delete the entry? is there a way to set a permission to a user in a guestbook function?
Comment #3
sunI'm not able to replicate this issue in the latest development snapshot.