how can I limit a file exentension to for example: mp3 only
Hi
How can force the plugin to limit a file exentension to for example mp3 only?
As far as I have seen in the seeting it is only possible to exclude some extensions.
Woudn’t it make more sense the other way round?
Thanks for your help in advanced,
best
Frank
editar etiquetas
No hay ninguna opción de editar las etiquetas de los archivos. Al cabo del tiempo se duplican con ortografÃas distintas.
CategorÃas secundarias
Excepcionalmente hay archivos que deben estar en más de cuatro categorÃas (un documento extenso que abarque amplias materias). DeberÃa habilitarse una opción de poder añadir más categorÃas secundarias.
Además, en el visor de archivos deberÃan aparecer no sólo las categorÃas principales, sino también las secundarias.
File Size Limit for embedded Forms
A file size limit can be set for frontend uploads through embedded Forms
Remote URI Template Tag
I had need to access the remote uri of a file in the filepage template so I added the following code to the Models.php and File.php files. I’m sharing because I thought this might be a useful addition for others.
Models.php
added on line 36 to array returned by else in function TplVarsDesc
’file_remote_url’ => __(’Remote Download URL’,’wp-filebase’),
File.php:
added on lines 579-580 to switch in function get_tpl_var
case ’file_remote_url’:
return htmlspecialchars($this->file_remote_uri);
Location Restrictions
Extension to add location restrictions to make files available only in certain regions, countries or continents.