This topic has 20 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #4660
     Cenk
    Participant

    Hi,

    The search name field doesn’t react to usernames. How can I fix that?

    Having these 2 plugins:
    – BuddyPress Usernames Only
    – Buddypress Xprofile Custom Fields Type

    And is there also a database for State and City. Like Badoo.

    Thank you again

    #4804
     Cenk
    Participant

    There is also a problem with the search results. If I go to the second search results page I get random results.

    Example:

    Searching for Female..
    Search results Page 1…Females..
    Search results Page 2…Males and Females.

    #4809
     SQadmin
    Keymaster

    Hi,
    The name field searches only in that field. Searching by username is not possible right now.
    We don;t have a database of country/city.

    The ajax pagination should be fixed in v2.2

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4814
     Cenk
    Participant
    This reply has been set as private.
    #4872
     SQadmin
    Keymaster

    All I get is “Coming soon”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4882
     Cenk
    Participant
    This reply has been set as private.
    #4920
     Fatima
    Participant

    not sure if this will help, but what i did was renamed the “Name” field to “username”
    This way i could include it in the search forms.

    For the site i have, i don’t need their personal information, so it works for me šŸ™‚

    #4924
     SQadmin
    Keymaster

    Hi, It works fine to me. I search for Women and I always have 2 pages, I went back and forward to the pages.
    You probably have the old js cached. Remove your cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4930
     Cenk
    Participant

    @Sqadmin
    It works šŸ™‚ I removed the cache files. Thanks

    @Fatima

    Thanks. I came up with an idea for the username but don’t know how to execute it.

    I’ld like to change ‘Your Full name’ to ‘ Confirm Username’ But they must match like filling the password fields. Any Ideas how?

    Sign-up field should look like this:

    [ Username ] [Confirm Username] (Confirm Username = Name=Your Full Name)
    [ your Email ]
    [ Desired Password] [Confirm Password]

    #4940
     Cenk
    Participant

    The results are acting weird again. How can I replace ‘+show more’ instead of the pages? So to see more results I have to scroll down…like the activity wall.

    #4941
     Cenk
    Participant

    And I would also like to remove the “view my profile button”.

    Thank you

    #4975
     SQadmin
    Keymaster

    Hi, That is currently not possible. How are they acting weird?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4976
     SQadmin
    Keymaster

    You can remove this part from members/members-loop.php file:

    COPY CODE
                        <div class="bp-member-dir-buttons">
                        <?php do_action('bp_directory_members_item_last');?>
                        </div>
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5023
     Cenk
    Participant

    Thank you very much. Can you help me with the username?

    Iā€™ld like to change ā€˜Your Full nameā€™ to ā€˜ Confirm Usernameā€™ But they must match like filling the password fields. Any Ideas how?

    Sign-up field should look like this:

    [ Username ] [Confirm Username] (Confirm Username = Name=Your Full Name)
    [ your Email ]
    [ Desired Password] [Confirm Password]

    #5055
     SQadmin
    Keymaster

    The files to edit are registration/register.php and page-parts/general-register-modal.php

    You can’t make Buddypress to check those.. you must come with a Javascript or something for the check,

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5113
     Cenk
    Participant

    Thanks again. I’m almost there. ‘field_1’ must be the same as the username like the passwords.

    ——————–general-register-modal.php——————–
    <div class=”six columns”>
    <input type=”text” id=”reg-username” name=”signup_username” class=”inputbox” required placeholder=”<?php _e(“Username”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”text” id=”fullname” name=”field_1″ class=”inputbox” required placeholder=”<?php _e(“Confirm Username”, ‘kleo_framework’);?>”>
    </div>
    <div class=”twelve columns”>
    <input type=”text” id=”reg-email” name=”signup_email” class=”inputbox” required placeholder=”<?php _e(“Your email”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”password” id=”reg-password” name=”signup_password” class=”inputbox” required placeholder=”<?php _e(“Desired password”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”password” id=”confirm_password” name=”signup_password_confirm” class=”inputbox” required placeholder=”<?php _e(“Confirm password”, ‘kleo_framework’);?>”>
    </div>

    ————–Register.php —————–
    <label for=”signup_username”><?php _e( ‘Username’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_username_errors’ ); ?>
    <input type=”text” name=”signup_username” id=”signup_username” value=”<?php bp_signup_username_value(); ?>” />

    ———————————–

    If it’s not possible I’ll try another solution. http://buddypress.org/support/topic/email-login-randomized-user-urls-solution/ Can you help me to find the file called usernameGen.js ? I can’t find it.

    #5186
     SQadmin
    Keymaster

    HI,
    It should be in the wp-content/plugins/plugin path

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5231
     Cenk
    Participant

    I couldn’t find the plugin path.

    Can you also help to remove “uploaded a new picture:” (text) from the activity wall. . The text can be found in Languages, file: ā€œen_USā€. I did a Poedit edit. No changes unfortunately.

    #5278
     SQadmin
    Keymaster

    look under wp-content/plugins folder and the plugin should be there

    regarding the bpAlbum I think I responded to you in another post of yours… translate the string with a space to hide it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5441
     Cenk
    Participant

    I can not find ‘usernameGen.js’ in the wp-content/plugins folder.

    #5454
     SQadmin
    Keymaster

    i don’t know where is that. probably from a plugin you are using…

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 21 posts - 1 through 21 (of 21 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?