Hi Jan,
Thank you, I tried the phocathumbnail string. It works well, and it's also good for the purpose such as the main icon. But unfortunately the icons are not linked.
I tried to dive into the core files, and in default_files.php I found this (from line 51):
Code: Select all
$pdFile .= '<div class="pd-filename">'. $imageFileName['filenamethumb']
. '<div class="pd-document'.$this->t['file_icon_size'].'" '
. $imageFileName['filenamestyle'].'>';
$pdFile .= '<div class="pd-float">';
$pdFile .= $linkDownloadB .$l->getName($v->title, $v->filename) .$linkDownloadE;
$pdFile .= '</div>';
The pd-float element is between $linkDownloadB and $linkDownloadE, so it is linked.
Is it possible to put the thumbnail image between $linkDownloadB and $linkDownloadE, and if yes, what is the correct syntax?
Thanks,
mentalhacker