Hi,
thanks for your answer, but i have a different problem.
In the content plugin there is a replacement of the token {file_pic}.
My question is, if there is a possibility to adapt the replacement.
In the content plugin file jdownloads.php on line 1490 the following code is executed:
$filepic = '<img src="'.JURI::base().$jDFPsfolders['file'].$files->file_pic.'" align="top" class="nothumb" width="'.$params->get('file_pic_size').'" height="'.$params->get('file_pic_size_height').'" border="0" alt="'.substr($files->file_pic,0,-4).'"/>';
I see no configuration item how this could be changed, so that i can insert a class attribute in the {file_pic} token.
I need this adaption since i have also the image sizer plugin from redim installed.
This this plugin tries to create thumbs for images which have height and width parameters it will create a lightbox for the file type images which i want to prevent by inserting the class="nothumb" .