Title: timfield's Replies | WordPress.org

---

# timfield

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Velvet Blues Update URLs] Cannot change image urls from http to https in media library](https://wordpress.org/support/topic/cannot-change-image-urls-from-http-to-https-in-media-library/)
 *  [timfield](https://wordpress.org/support/users/timfield/)
 * (@timfield)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-image-urls-from-http-to-https-in-media-library/#post-9306704)
 * How was this resolved ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] PHP 7 related error](https://wordpress.org/support/topic/php-7-related-error/)
 *  [timfield](https://wordpress.org/support/users/timfield/)
 * (@timfield)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/php-7-related-error/#post-6922308)
 * Bump, also getting this in php7 with version 2.3.12.
 * Why is this marked as resolved ?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Forgot password link navigates to the primary blog not the current](https://wordpress.org/support/topic/multisite-forgot-password-link-navigates-to-the-primary-blog-not-the-current/)
 *  [timfield](https://wordpress.org/support/users/timfield/)
 * (@timfield)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multisite-forgot-password-link-navigates-to-the-primary-blog-not-the-current/#post-5429021)
 * For those that need a quick for this issue, this should do it.
 *     ```
       add_filter('network_site_url', function($url, $path, $scheme){
   
           if($path === 'wp-login.php?action=lostpassword'){
               $url = site_url($path, $scheme);
           }
   
           return $url;
       },10,3);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Attachments] Attachments_uniqid is not defined](https://wordpress.org/support/topic/attachments_uniqid-is-not-defined/)
 *  Thread Starter [timfield](https://wordpress.org/support/users/timfield/)
 * (@timfield)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/attachments_uniqid-is-not-defined/#post-3485897)
 * Ignore, I’ve got something preventing attachements.js loading.

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