Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
Change line 25 in history.php to:
<td><?php echo date(get_option(‘date_format’).” H:i”,($stat->timestamp + (get_option(‘gmt_offset’) * 3600))); ?></td>
You need to add quotes around the IP address. Line 19 in history.php should be:
if(wpdm_query_var(‘ip’) != ” && get_option(‘__wpdm_noip’) == 0) $moreCond .= ” and s.ip = ‘“.wpdm_query_var(‘ip’) . “‘”;
OK – so I figured out the SVG image is coming in as 0px x 0px. I can fix it by forcing the height in some local CSS – but how is this supposed to work? Where should the height come from?
Viewing 4 posts - 1 through 4 (of 4 total)