Title: digerzero's Replies | WordPress.org

---

# digerzero

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [I can’t complete registration process in wpmu forum, any help?](https://wordpress.org/support/topic/i-cant-complete-registration-process-in-wpmu-forum-any-help/)
 *  Thread Starter [digerzero](https://wordpress.org/support/users/digerzero/)
 * (@digerzero)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/i-cant-complete-registration-process-in-wpmu-forum-any-help/#post-711459)
 * LOL …. I’m sorry.
 * Thank u 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get from “file” folder](https://wordpress.org/support/topic/get-from-file-folder/)
 *  Thread Starter [digerzero](https://wordpress.org/support/users/digerzero/)
 * (@digerzero)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/get-from-file-folder/#post-710879)
 * Ok I found the solution, if you want to have a picture uploaded in differents
   blogs but with same name lets say: author.jpg and you want that each author upload
   its own picture you have to hack includes->functions.php
    Find these lines:
 *     ```
       $dir = $dir; // . "/$y/$m";
       $url = $url; // . "/$y/$m";
       ```
   
 * and delete them because the **y(year)** **m(month)** is the problem then you 
   have to put in your file, lets say you want it in header.php
 * `<img src="<?php echo get_bloginfo('siteurl'); ?>/files/author.thumbnail.jpg"
   width="XX" height="XX" alt="whatever" />`
 * Just in case someone need it :D…
    Bye…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get from “file” folder](https://wordpress.org/support/topic/get-from-file-folder/)
 *  Thread Starter [digerzero](https://wordpress.org/support/users/digerzero/)
 * (@digerzero)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/get-from-file-folder/#post-710873)
 * Thank u so much alexleonard 🙂
 * But I am working with a version that do not have that option (wordpress mu) which
   complicated a little bit everything :'(
 * Does it have that option in another menu or submenu? I’m new in that wordpress
   version :0

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