Kyudos

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
in reply to: Showing File URL #139863

Kyudos
Member

Actually – I figured it out. In attach-file.php I add this after line 36:

<div><br/><span style=”font-size:8pt; word-wrap:break-word;”><?php echo $afile; ?></span></div>

  • This reply was modified 3 years, 5 months ago by Kyudos.
in reply to: Download History Date – Not local #86158

Kyudos
Member

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>

in reply to: History Stats by IP don't work #86120

Kyudos
Member

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’) . “‘”;

in reply to: Shortcode Package Icons Not Showing #80187

Kyudos
Member

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)