Problem: On a user guestbook entry, click "add comment" (for example, user/457/guestbook/comment/66?destination=/users/rfay#comment-entry)

What I expect: Ability to add a comment to user guestbook entry

What I get: A page that says "There are no guestbook entries yet".

The attached patch fixes a bug where $uid is used without being defined, replacing it with $account->uid

CommentFileSizeAuthor
guestbook_uid.patch601 bytesrfay

Comments

Lee-vit-Over’s picture

Could someone please tell me where to put this patch ? -- Thank you! (sorry, but I'm still a bit of a 'newB')

rfay’s picture

You go to the guestbook directory (often sites/all/modules/guestbook) and there you use the patch tool using this patch.

Patching is explained at http://drupal.org/patch.

Thanks,
-Randy

sun’s picture

Status: Needs review » Fixed

Thanks for reporting, reviewing, and testing! Committed to HEAD.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.