Allowing Users to Upload a Word Document, Based On Category
I see that Classipress restricts the MIME types to .GIF, .PNG, & .JPEG. Where is this function/script so I can modify it to allow .doc, .docx, and .pdf?
I'd also like to see if it is possible to restrict this upload based on the category the user is in. Something similar to Wordpress' native category if statement, like
PHP Code:
if (in_category('category_name'))
Maybe modify the 'form layouts' to add an upload file field?
Many thanks.