I want to restrict Attachment to .pdf only.
Where can I change the setting?
Joomla have its own restrictions in admin config have not seen any settings for that in JBD admin though
Hi Oraphan,
I'm aware of settings in media config, but will not give any change to JBD settings.
Any ideas?
/Robert
Hi,
Currently, the allowed file extensions are defined on defines.php. You can change the allowed extension there.
if ( !defined('ALLOWED_FILE_EXTENSIONS') )
define('ALLOWED_FILE_EXTENSIONS', 'zip,rar,tgz,tar.gz,bmp,jpg,jpeg,png,gif,xml,css,csv,xls,xlsx,zip,txt,pdf,doc,docx,mp3,mp4,mov,wma');
Thx