Title: tvinson's Replies | WordPress.org

---

# tvinson

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

 *   [Profile](https://wordpress.org/support/users/tvinson/)
 *   [Topics Started](https://wordpress.org/support/users/tvinson/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tvinson/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tvinson/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tvinson/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tvinson/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tvinson/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: [[Memphis Documents Library] Update of all documents – Recommendation of process](https://wordpress.org/support/topic/update-of-all-documents-recommendation-of-process/)
 *  Thread Starter [tvinson](https://wordpress.org/support/users/tvinson/)
 * (@tvinson)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/update-of-all-documents-recommendation-of-process/#post-10125973)
 * Well I’m really looking for some kind of bulk replace or hack as I’ve got like
   seven different website repositories to update with around 100+ documents in 
   each.
 * I could probably ensure that the document names are the same if I had too but
   the file sizes will be different and probably the meta data as well so I’m not
   sure a straight up copy / paste of the files would actually work.
 * Basically I’m trying to avoid the waking nightmare of what will most likely be
   10 hours of uploading individual documents. aka my own private Hell.
 * Thanks!
    -  This reply was modified 8 years, 2 months ago by [tvinson](https://wordpress.org/support/users/tvinson/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Memphis Documents Library] New documents showing “Scheduled”](https://wordpress.org/support/topic/new-documents-showing-scheduled/)
 *  [tvinson](https://wordpress.org/support/users/tvinson/)
 * (@tvinson)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/new-documents-showing-scheduled/#post-10025188)
 * Solution I found:
    1. Download and install this plugin to check server time [https://wordpress.org/plugins/wp-server-date-time/](https://wordpress.org/plugins/wp-server-date-time/)
 * 2. Adjust timezone to match in WordPress General settings
 * Unless there is some way to flush the dates you may need to delete / re-upload
   any documents that still have a future date listed in the WordPress Media Library.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Memphis Documents Library] New documents showing “Scheduled”](https://wordpress.org/support/topic/new-documents-showing-scheduled/)
 *  [tvinson](https://wordpress.org/support/users/tvinson/)
 * (@tvinson)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/new-documents-showing-scheduled/#post-10017759)
 * This just started happening to me as well. It might have something to do with
   the server time being off from WordPress’s time setting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Memphis Documents Library] Remove white spaces from file names](https://wordpress.org/support/topic/remove-white-spaces-from-file-names/)
 *  Thread Starter [tvinson](https://wordpress.org/support/users/tvinson/)
 * (@tvinson)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/remove-white-spaces-from-file-names/#post-9857579)
 * My syntax was off, like I suspected.
    The code below is all I was requesting…
   it works as intended and does exactly what I needed it to do.
 * `$filename_no_comma = str_replace([' ',','],'-',$file['name']);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Memphis Documents Library] Remove white spaces from file names](https://wordpress.org/support/topic/remove-white-spaces-from-file-names/)
 *  Thread Starter [tvinson](https://wordpress.org/support/users/tvinson/)
 * (@tvinson)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/remove-white-spaces-from-file-names/#post-9856208)
 * So you’re saying I can’t use the code you have in there now that replaces commas
   with dashes to also replace blank spaces with dashes as well?
 * Note: The WordPress Media Library removes the spaces just fine but uploading 
   through mdocs does not.
    -  This reply was modified 8 years, 5 months ago by [tvinson](https://wordpress.org/support/users/tvinson/).

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