I have the guestbook active as a block on the user profiles being displayed by a custom user_profile.tpl.php template. Everything works perfectly in FF2 but in IE6 the author and datestamp for all guestbook entries are invisible. the guestbook entry body and images display fine, but the username of the entry's author and its timestamp are not visible.

any clues? current problem can be viewed in action here: http://rollsonline.com/files/?q=user/1

Comments

roleychiu’s picture

yep definitely a problem with the guestbook avatars. apply display:hidden; and the names show up fine. anyone solve this issue yet?

apparently things work fine in firefox.

roleychiu’s picture

oops i meant display:none;

roleychiu’s picture

in guestbook.module.php apparently the avatar and the author's name link are bundled into the same call.

$author = theme('guestbook_user_picture', $entry['author']);

is there a clean way of separating the two so that the avatars don't affect the way the author name is displayed?

sun’s picture

Status: Active » Closed (won't fix)

Sorry, 4.7.x is no longer supported. Feel free to re-open this issue if you want to provide a patch.