Maybe I'm missing something, but I just installed Guestbook on my test site today and it is acting weird in one way...
When an authenticated user signs a guestbook (either site or user) his comments display, but his user info (name) doesn't.
It works fine with Anonymous users.
I understand that what should happen is that the user name with a link to the users profile page should appear. It doesn't. Am I doing something wrong? Or is something broken?
Comments
Comment #1
jihanj commentedI encountered the same problem and it seems like it has to do with user pictures. I don't allow users to have their avatars on my drupal site and the code seems to indicate that this bug will be encountered only when the pictures are not used.
I changed my original code in guestbook.module from:
to the following
and now it seems to work fine.
Comment #2
Anonymous (not verified) commentedAfter applying this fix I found that this problem occurs when the user does not have the permission:
user module > access user profiles.
Comment #3
roleychiu commentedi tried the above fix as mentioned, but all it seems to do is disable the avatars and leaves me with no author and no avatars visible. any updates on a workable fix?
Comment #4
sunSorry, 4.7.x is no longer supported. Feel free to re-open this issue if you want to provide a patch.