Re: download image not showing
Posted: 31 Aug 2016, 11:19
Hi,
Yes, I could figure out that $linkDownloadB contains the link for downloading the file.
And sorry, I wasn't precise. Between $linkDownloadB and $linkDownloadE are two things: title and filename.
So if I want to paste the image here, could you please help me what exactly I should paste in the line. What to copy here if I want to link the icon, and what to copy if I want to link the phocathumbnail image? (I'm not a php expert.)
Should it be something similar to this:
Thank you!
mentalhacker
Yes, I could figure out that $linkDownloadB contains the link for downloading the file.
And sorry, I wasn't precise. Between $linkDownloadB and $linkDownloadE are two things: title and filename.
So if I want to paste the image here, could you please help me what exactly I should paste in the line. What to copy here if I want to link the icon, and what to copy if I want to link the phocathumbnail image? (I'm not a php expert.)
Should it be something similar to this:
Code: Select all
$pdFile .= $linkDownloadB .$l->getName($v->title, $v->filename, $v->file_icon_size) .$linkDownloadE;
mentalhacker