Closed (duplicate)
Project:
Guestbook
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2008 at 19:17 UTC
Updated:
8 Aug 2008 at 19:17 UTC
Default Avatar shows up in Firefox but doesn't link while it in IE it doesn't show up at all. Entries are missing completely.
Here's a fix:
In the function:
function theme_guestbook_entry(), remove the conditional
//if ($entry['picture']) {
$output .= '<div style="clear:both;"></div>';
//}
If a user is using the default avatar, it skips over the clear:both thus causing issues in both browsers.
Hope this helps.
Comments
Comment #1
sunMarking as duplicate of #292998: Implement User Display API