Supreme directory & other matters

This topic contains 17 replies, has 4 voices, and was last updated by  canalfriends 8 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #162510

    Giri
    Expired Member
    Post count: 3155

    For forgot password link, it looks like you are using a link. But in GD we use javascript to display forgot password link.

    For example test here.

    http://wpgeo.directory/supreme-directory/gd-login/

    So the link should be

    
    
    
    <a href="javascript:void(0);showhide_forgetpw();"><?php echo FORGOT_PW_TEXT; ?></a>

    Then we have this code that displays Forgot Password form

    
    
    <div id="lostpassword_form" style="display:none;">
            <h4><?php echo FORGOT_PW_TEXT; ?></h4>
    
            <form name="lostpasswordform" id="lostpasswordform"
                  action="<?php echo htmlspecialchars(geodir_curPageURL()); ?>" method="post">
                <input type="hidden" name="action" value="lostpassword"/>
    
                <div class="form_row clearfix">
                    <input placeholder='<?php echo USERNAME_EMAIL_TEXT; ?>' type="text" name="user_login"
                           value="<?php echo esc_attr($user_login); ?>" size="20" class="user_login1 textfield"/>
                    <?php
                    /**
                     * Called before the get new password button in the login box template.
                     *
                     * @since 1.0.0
                     */
                    do_action('lostpassword_form'); ?>
                </div>
                <input type="submit" name="get_new_password" value="<?php echo GET_NEW_PW_TEXT; ?>" class="geodir_button"/>
            </form>
        </div>

    It does look like you are not using GD Login template for your login page. If you are gonna use custom template for login page, then make sure you have all necessary code there.

    #162585

    Paolo
    Site Admin
    Post count: 31206

    Just FYI, we are looking into the forget link problem.

    We’ll let you know asap.

    Thanks

    #162805

    canalfriends
    Expired Member
    Post count: 124

    Hi
    I would prefer to use the GD-Login.
    It simply didn’t work on my site and I couldn’t work out why so I had to find a solution which was the redirect to buddypress.

    Thanks for looking at it
    Cf

Viewing 3 posts - 16 through 18 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket