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
| Comment | File | Size | Author |
|---|---|---|---|
| guestbook_uid.patch | 601 bytes | rfay |
Comments
Comment #1
Lee-vit-Over commentedCould someone please tell me where to put this patch ? -- Thank you! (sorry, but I'm still a bit of a 'newB')
Comment #2
rfayYou 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
Comment #3
sunThanks 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.