-
Author
-
October 19, 2013 at 21:04 #4660CenkParticipant
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 TypeAnd is there also a database for State and City. Like Badoo.
Thank you again
October 21, 2013 at 22:08 #4804CenkParticipantThere 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.October 21, 2013 at 22:19 #4809SQadminKeymasterHi,
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 solutionOctober 22, 2013 at 12:22 #4872SQadminKeymasterAll 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 solutionOctober 22, 2013 at 23:35 #4920FatimaParticipantnot 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 š
October 23, 2013 at 00:30 #4924SQadminKeymasterHi, 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 cacheHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 23, 2013 at 00:55 #4930CenkParticipant@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]October 23, 2013 at 02:03 #4940CenkParticipantThe 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.
October 23, 2013 at 02:15 #4941CenkParticipantAnd I would also like to remove the “view my profile button”.
Thank you
October 23, 2013 at 19:36 #4975SQadminKeymasterHi, 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 solutionOctober 23, 2013 at 19:40 #4976SQadminKeymasterYou 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 solutionOctober 24, 2013 at 03:02 #5023CenkParticipantThank 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]October 24, 2013 at 18:52 #5055SQadminKeymasterThe 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 solutionOctober 25, 2013 at 14:56 #5113CenkParticipantThanks 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.
October 26, 2013 at 19:08 #5186SQadminKeymasterHI,
It should be in the wp-content/plugins/plugin pathHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 27, 2013 at 22:22 #5231CenkParticipantI 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.
October 28, 2013 at 16:55 #5278SQadminKeymasterlook 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 solutionOctober 30, 2013 at 21:03 #5441CenkParticipantI can not find ‘usernameGen.js’ in the wp-content/plugins folder.
October 30, 2013 at 22:37 #5454SQadminKeymasteri 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 -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.