Topic: [HACK] Uploading files different from images...
Name: File Upload in Images Module.
Author: Flexer
CuteNews Compatibility: 1.3.6 - * (no incompatibility reported yet)
Description: Like the title says.
Instructions:
Open ./inc/images.mdu and search for "bmp" or "jpg". You shoul find line like this somewhere:
$allowed_extensions = array("gif", "jpg", "png", "bmp", "jpe", "jpeg");
now if you whant to add more formats just add them as ,"my_type" in front of existing arrays example:
$allowed_extensions = array("gif", "jpg", "png", "bmp", "jpe", "jpeg", "my_type");