Title: Diego Fernandes's Replies | WordPress.org

---

# Diego Fernandes

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

 *   [Profile](https://wordpress.org/support/users/diegoweb/)
 *   [Topics Started](https://wordpress.org/support/users/diegoweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/diegoweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/diegoweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/diegoweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/diegoweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/diegoweb/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: [[Theme My Login] Translating Theme My Login](https://wordpress.org/support/topic/translating-theme-my-login/)
 *  [Diego Fernandes](https://wordpress.org/support/users/diegoweb/)
 * (@diegoweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/translating-theme-my-login/page/2/#post-6200565)
 * **Updatig…**
    The link to download the pt_BR translation of Theme My Login is_
   [http://diegofernandes.blog.br/traducao-do-plugin-theme-my-login/](http://diegofernandes.blog.br/traducao-do-plugin-theme-my-login/)_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Translating Theme My Login](https://wordpress.org/support/topic/translating-theme-my-login/)
 *  [Diego Fernandes](https://wordpress.org/support/users/diegoweb/)
 * (@diegoweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/translating-theme-my-login/page/2/#post-6200564)
 * Hi there, folks.
 * I tried harder to import a complete translation pt_BR ready to use. But the WordPress
   translation system (GlotPress) is frustrating.I got .po and .mo files 100% in
   portuguese-Brazil and nowhere to import. It’s a shame.
 * **If anyone need the pt_BR translation of Theme My Login, get in touch, and i’ll
   provide it to you: _[ redacted, support is not offered via email, Skype, IM etc.
   only in the forums ]_**
 * In the next weeks i’ll be looking for a URL to direct download.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GIGA Slider] Warning: Invalid argument supplied for foreach() in …](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-in-9/)
 *  [Diego Fernandes](https://wordpress.org/support/users/diegoweb/)
 * (@diegoweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-in-9/#post-6502669)
 * Same problem here: Invalid argument supplied for foreach() in /wp-content/plugins/
   giga-slider/functions.php on line 269
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Prevent Dashboard being available to registered users](https://wordpress.org/support/topic/prevent-dashboard-being-available-to-registered-users/)
 *  [Diego Fernandes](https://wordpress.org/support/users/diegoweb/)
 * (@diegoweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/prevent-dashboard-being-available-to-registered-users/#post-6492640)
 * Try this: copy the code below to the functions.php file
 *     ```
       add_action('admin_init', 'restrict_panel', 1);
       function restrict_panel(){
       	if ( current_user_can( 'subscriber' ) ) {
       		wp_redirect( home_url() );
       		exit;
       	}
       }
       ```
   
 * Then, the user will be redirected to the homepage, if Subscriber.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Prevent Dashboard being available to registered users](https://wordpress.org/support/topic/prevent-dashboard-being-available-to-registered-users/)
 *  [Diego Fernandes](https://wordpress.org/support/users/diegoweb/)
 * (@diegoweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/prevent-dashboard-being-available-to-registered-users/#post-6492575)
 * Howdy, John.
    You can use the plugin Theme my login. It customizes the login/
   logout page. The plugin creates a page following your template and works with
   shortcodes. Istall it. Make a test 😉

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