Title: bitox's Replies | WordPress.org

---

# bitox

  [  ](https://wordpress.org/support/users/bitox/)

 *   [Profile](https://wordpress.org/support/users/bitox/)
 *   [Topics Started](https://wordpress.org/support/users/bitox/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bitox/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bitox/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bitox/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bitox/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bitox/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Supersized] Add image's target link to the caption](https://wordpress.org/support/topic/add-images-target-link-to-the-caption/)
 *  Thread Starter [bitox](https://wordpress.org/support/users/bitox/)
 * (@bitox)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/add-images-target-link-to-the-caption/#post-3290957)
 * Ok no need, thanks. You can add basic HTML in the image caption since WP 3.4
   
   YAY!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Uploaded image with accents in name, image don't show in Safari 6](https://wordpress.org/support/topic/uploaded-image-with-accents-in-name-image-dont-show-in-safari-6/)
 *  Thread Starter [bitox](https://wordpress.org/support/users/bitox/)
 * (@bitox)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/uploaded-image-with-accents-in-name-image-dont-show-in-safari-6/#post-2989013)
 * Thanks for the hint!
    It worked for me with the following code in functions.php`
   function sanitize_filename_on_upload($filename) { $ext = end(explode('.',$filename));//
   Replace all weird characters $sanitized = preg_replace('/[^a-zA-Z0-9-_.]/','',
   substr($filename, 0, -(strlen($ext)+1))); // Replace dots inside filename $sanitized
   = str_replace('.','-', $sanitized); return strtolower($sanitized.'.'.$ext); }
 * add_filter('sanitize_file_name', 'sanitize_filename_on_upload', 10);
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Uploaded image with accents in name, image don't show in Safari 6](https://wordpress.org/support/topic/uploaded-image-with-accents-in-name-image-dont-show-in-safari-6/)
 *  Thread Starter [bitox](https://wordpress.org/support/users/bitox/)
 * (@bitox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/uploaded-image-with-accents-in-name-image-dont-show-in-safari-6/#post-2989001)
 * Okay, so your advice is not to use special characters in the file names. Why 
   wouldn’t wordpress media uploader rename the special characters? BTW, they’re
   french 🙂
    Thanks,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Importer] How Can I Get the "RSS Importer" and/or the "Improved RSS Importer" to work?](https://wordpress.org/support/topic/how-can-i-get-the-rss-importer-andor-the-improved-rss-importer-to-work/)
 *  [bitox](https://wordpress.org/support/users/bitox/)
 * (@bitox)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/how-can-i-get-the-rss-importer-andor-the-improved-rss-importer-to-work/#post-2629784)
 * Super, thanks _prb-psa_!
    (3) Save format can be HTML, no problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Portfolio Slideshow] No transition (fade) between images](https://wordpress.org/support/topic/plugin-portfolio-slideshow-no-transition-fade-between-images/)
 *  Thread Starter [bitox](https://wordpress.org/support/users/bitox/)
 * (@bitox)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-no-transition-fade-between-images/#post-2734986)
 * By the way, I’ve also tried with the Twenty Ten and Twenty Eleven Themes : the
   transition won’t show. Image changes alright, but it’s hard, no effect.

Viewing 5 replies - 1 through 5 (of 5 total)