Hello,
The "file extension" field in the "CB Gallery FILE" tab does not work, you have to correct it directly in the file:
/www/components/com_comprofiler/plugin/libraries/CB/Plugin/Gallery/CBGallery.php
Original line:
$gallery->get( 'files_extensions', 'zip,rar,doc,pdf,txt,xls' );
Line corrected:
if ( $gallery ) {
$extensions = $gallery->get( 'files_extensions', 'zip,rar,doc,pdf,txt,xls,docx,xlsx,odt,ods' );
} else {
$extensions = $params->get( 'files_extensions', 'zip,rar,doc,pdf,txt,xls,docx,xlsx,odt,ods' );
}
Can you please fix this bug?
thank you very much for your attention
Regards,