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

CommentFileSizeAuthor
guestbook-fix-delete.patch517 bytesblack silence

Comments

sun’s picture

Status: Needs review » Needs work

This 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.

andrenoronha’s picture

Is 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?

sun’s picture

Status: Needs work » Closed (cannot reproduce)

I'm not able to replicate this issue in the latest development snapshot.