Viewing 15 replies - 31 through 45 (of 45 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    I see. Not sure what’s going on there. Apparently, WP’s system is tired of me releasing so many tags in one day ??

    Hi Jeff, any news of the update actually being there?

    Downloading update from https://downloads.www.ads-software.com/plugin/theme-my-login.6.3.5.zip…

    Download failed. Not Found

    It scared me alot when all the links in my menu’s where lost.

    Thankfully everything is working fine again after adding the new pages to my menu’s from the different box below.

    Looks like a good update, but a small alert with that told me that some action was required would’ve been nice.

    Thanks for the plugin though, it’s a lifesaver.

    WebMaster

    (@marketing-master)

    Something strange about translation.
    I upload .po and .mo files but some text in front page is not translated but in .po and .mo is?
    I also try update .po with new .pot but there is no update or changes.

    Any suggestions?

    Thx, BR

    after upgrade to last version now the login page layout is empty also some redirects doesnt work

    Henry

    (@henrywright-1)

    Upgraded today. Same problem as everyone else

    UPDATE: Spoke too soon. It works very well actually. Thanks

    Hi Jeff,
    for me Ajax does not function in any browser.
    i have a problem when I enter wrong credentials twice in a row; return this error:

    Fatal error: Call to a member function get_option() on a non-object in /var/www/vhosts/goldengroup.biz/httpdocs/wp-content/plugins/theme-my-login/modules/custom-redirection/custom-redirection.php on line 93

    As you can view, the site is https://www.goldengroup.biz
    Hope you can help me

    Thanks
    Davide

    Theme my login has broken my home page.

    I believe the problem is when my Settings >> Reading options for ‘Front page displays’ are set to ‘Static pages’ and I have pages selected for the Front Page and Posts page.

    When I set the option back to ‘Your latest posts’ the plugin works.
    Can you look into this for the next update.

    Love the plugin I use it on all my sites.

    Thanks
    Kevin

    hi i’m very happy with the plugin!
    and i always edited “userpanel.php” to show the user role if is editor, admin, etc
    and i wondered? can you make some option to display the user role, with a checkbox? and something to change the names to another lenguage. example Editor for Administrador…

    here is the code i use to make that

    <?php
    $user_roles = $current_user->roles;
    $user_role = array_shift($user_roles);
    
    if ($user_role == 'administrator') {
    echo '       ?Administrador';
    } elseif ($user_role == 'editor') {
    echo '       ?Moderador';
    } elseif ($user_role == 'author') {
    echo '       ?Autor';
    } elseif ($user_role == 'contributor') {
    echo '       ?Colaborador';
    } elseif ($user_role == 'subscriber') {
    echo '       ?Suscriptor';
    } else {
    echo '<strong>' . $user_role . '</strong>';
    }
    ?>

    I am using 6.3.5 on a multi-blog install and all TML pages (login, logout etc) are now showing 404s. There are no visible errors – please help!

    Plugin Author Jeff Farthing

    (@jfarthing84)

    If you mean they are showing 404 errors on sub-blogs, you need to visit the admin area of each sub-blog in order to upgrade the TML settings for that blog.

    Hi Jeff, yes, we were having a problem with main blog and sub blogs. Network activate caused all sorts of problems. I fought with the main site and got it working (I think uninstalling, reinstalling and activating just on that blog worked), but the subblogs are still causing problems. It definitely seems to be related to the custom posts types.

    I even tried uninstalling the plugin and reinstalling, deleting the pages related to tml and recreating them, and the best I can get is that now the tml pages show the standard login (the shortcode seems to be ignored or at least does not inject the custom css properly).

    Thanks for the fast reply.

    Hello Jeff,

    Just wanted to report another bug that I haven’t notice been reported. If it has been reported already, I apologize in advance.

    When somebody requests their password to be reset if they had forgotten it, the default email does not send the reset url.

    I noticed in the code on includes/class-theme-my-login.php line 1088, the line:

    $message .= "<" . network_site_url('...') . ">"

    Not sure if it happens to be the open and closing “< >” that wraps the url to be sent that is causing the link to show up blank in the email.

    Thanks,
    Danny

    Hi Jeff
    I’ve found some things are still not localized.
    So, when I log in, and then open /login/ page again, the link ‘Profile’ is not localized.

    Another issue is, with TML 6.2.3, if I add some extra requred fields to the register page, and if I am not entering them, the error message regarding these fields goes in English only.
    With 6.3.6, it is even worse: at the register screen, I can see these fields, but on the error page there is neither error messages, nor the fields themselves. Looks like something has changed in the recent version so there is certain plugin incompatibility.

Viewing 15 replies - 31 through 45 (of 45 total)
  • The topic ‘Theme My Login 6.3.3’ is closed to new replies.