Kyudos

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
Nov 2, 2020 at 10:07 pm
#139863
Member
Kyudos
OP

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 5 years, 4 months ago by Kyudos.
Aug 9, 2018 at 9:09 pm
#86158
Member
Kyudos
OP

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>

Aug 9, 2018 at 4:42 am
#86120
Member
Kyudos
OP

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

Jul 4, 2018 at 4:21 am
#80187
Member
Kyudos
OP

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)