• Ok, if like me, you have customers that upload files with accented letters in their names, this plugin will not work with them.

    Indeed, the regular expression in function ‘picbox_auto’ in file ‘picbox/picbox.php’ is too restrictive.

    I changed this part ‘([A-Za-z0-9\/_\.\~\:-]*?)’ with this one ‘([^’\”]*?)’.

    You can probably do something better but, at least, it works.

    Maybe the plugin author may consider doing something baout this problem.

    Thanks,

    Tristan

    http://wordpress.org/extend/plugins/picbox/

  • The topic ‘[Plugin: Picbox] Not working with accented letters in filename’ is closed to new replies.