Search Results for 'profile fields'
-
AuthorSearch Results
-
January 28, 2019 at 9:53 am #302434
In reply to: visibility options bug?
Venutius
ModeratorOn a default install there is no option to change the visibility of the Name field, it is always visible to all. Other profile fields can have this setting changed and it works. I suggest you try switching to a default theme such as 2015 and see if you still have the issue.
January 24, 2019 at 12:47 pm #302382In reply to: Custom Registration Page
mrbluesea
Participantyou can edit the fields of custom registration in profile fields. Does this help at all?
January 20, 2019 at 3:21 pm #302315shanebp
Moderator– Responsive on all devices
Yes.– Users to be able to pay for messaging and/or subscription
No, requires a membership plugin.– User should be able to register, to have public and private profile also public and private photos.
Register, yes. Profiles are public unless you add custom code. Photos gallery requires custom code or there may be a third-party plugin.– Users to be able to edit and add custom fields on their profile page
Yes.– Admin should also be able to edit those fields/profile pages
Yes.– Users to be able to filter search results, based on those fields
Yes, by using the BP Profile Search plugin– IP Geo detection function? Showing users in your area?
No. Requires custom coding or perhaps a third-party plugin.– Multilanguage support.
Yes.– Are gifts or badges also available/active, which are to be given on a subscription or user rank basis?
No, maybe a third-party plugin.– Any performance issues? Browsing experience should be smooth.
Depends on your hosting resources and the number of active users.January 7, 2019 at 9:20 pm #302113Wushan TCM
ParticipantNo, that didnt worked.
Ok like this: I added next to the primary, a new field called Profile fields: You can find it here: https://wushantcm.com/members/timvukan/profile/
In the backend I added to the field group:
-My Name:
-Profession
-Working Experience
but, only the field
-Profession is visuable in the frontend on the profile pageJanuary 7, 2019 at 9:03 pm #302110Wushan TCM
ParticipantHi there,
thank you for getting back to my request. I am following this issue. I just tried again to add new fields to a profile group but they are not showing. It is correct that they show below the other profiel fields, but they wont appear, just a part of it, but not complete as I have it in my backend dashboard.January 5, 2019 at 10:47 pm #302032Venutius
ModeratorI’ve just looked at a test server and I’m getting the same issue. If I edit the profile I can see the extra tab and edit the profile fields it contains, but when I view the profile it only shows the Base profile group.
Would you mind rasing this as a bug on trac?
January 5, 2019 at 10:13 pm #302025Wushan TCM
ParticipantI am seeing different tabs I can add as other profile fields in the backend but they dont appear on my profile page. I am using the Boss Theme of Buddy Boss. All other functions are working fine.
December 24, 2018 at 7:51 am #283003In reply to: Reversed Search Results
Melanie Jimenez
ParticipantMean you don’t know how 🙂
members/bps-form-home – located in: /buddypress/ Should I ask then support from OpenCart Or Magento if this is not an issue of BuddyPress
And maybe Extended Profiles (Customize your community with fully editable profile fields that allow your users to describe themselves.) is not a part of BuddyPress too? Because only the gender got wrong search results – and this is BuddyPress Profile FieldDecember 19, 2018 at 5:19 pm #282894shanebp
Moderatorafaik, when that hook runs, the user is not logged in yet. Try using a login hook, like
login_redirect.
btw – try to use BP functions, especially if you plan to distribute your code.
wp_redirect( bp_loggedin_user_domain() . '/profile/edit/group/1/' );The default component constant applies to all visitors. Visitors and other members cannot edit the profile fields of another user.
November 27, 2018 at 5:16 pm #282214In reply to: Different avatars being set……?
lookingahead
ParticipantOMG…THE LINK DID NOT POST LOOOOOL…..
Because I’m like a ‘spammer’ or something right? Hahaa…
DEAR GOD.
MAN I HOPE THIS ONE WORKS LOOOOOL:
November 27, 2018 at 5:08 pm #282213In reply to: Different avatars being set……?
lookingahead
ParticipantScrew it. I tried to post the code in various ways, but I don’t have time to spend trying to post A SIMPLE COMMENT FFS.
Go to this link and use the code specified in the file.
I hope it’s still available years later when someone stumbles across this comment thread.
BuddyPress forums need some sort of fix for this crap. What an incredible waste of time and energy, just to post a helpful comment that contained code. I’m not a freaking spammer. I mean, if your forum software is needing to be THAT sensitive to fight spam, make us do captchas or some crap to verify we’re ‘human.’
Ya know, I get why spam filters exist, but when they make a site UNUSABLE FOR ACTUAL USERS then your technology is worthless.
Anyhow…lol, end of rant. Here is the link:
I hope this solution helps others as much as it’s helped me. <3
November 27, 2018 at 3:39 pm #282205In reply to: Different avatars being set……?
lookingahead
ParticipantOH guess what…? 😀 Figured it out.
I have a solution that so, sooo…..SSOOOOOOO many other people have been looking for, and I’m elated to say I’ve found it.
Been cruising Stack Exchange, various WordPress plugin support threads, installing plugin after plugin, reading blogposts made by developers, comments made by disillusioned masses….I mean, it’s endless.
But THANK GOD I found a solution!
So it turns out that the code that BuddyDev mentioned was not to blame for the 500 error I mentioned in my intro. It was actually due to one of the two plugins that is recommended in BuddyDev’s tutorial (and they are now fixing that bug). 🙂
I figured this out as I tried to reproduce the error while activating plugins in a different sequence.
The first time I did this, I’d had BuddyPress disabled when I’d installed both plugins. I’d also already put the code mentioned in their tutorial into my bp-custom file. I then activated BuddyPress, and the site failed.
This time, I had BuddyPress already activated, then installed and activated one of the two plugins BuddyDev recommended to use in the tutorial…and all was well. THEN…I installed the second plugin. And upon clicking ‘Activate’ the site failed again. NOTE: on the second attempt to reproduce the 500 error, I hadn’t put the code from the tutorial into my bp-custom file….
And according to BuddyDev, even before I tried to reproduce the error, the bp-custom code I was using was sound.
So when the site failed upon my attempt to reproduce the error, I knew: that plugin was to blame.
Then, I found out more about that plugin…it is designed to be used for users to have extra fields to fill out upon signup, fields that would show in their Member Profile. And I have Member Profiles disabled. Wa-la!
I then asked BuddyDev if I needed the plugin that failed…and THANKFULLY they said, ‘no — not needed for what you want to do.’
WHEW!! 😀
So, a summary:
– Use custom code in bp-custom (pasted below)
– Use one plugin in particular from BuddyDev
– Do not use another plugin recommended by BuddyDevThe plugin to DEFINITELY use, that was listed in their tutorial: ‘BuddyPress Member Type Generator’…that affects the ability for Webmasters to set custom member types AND an avatar specific to every custom type created! 😀
The other plugin that was recommended in that tutorial, that is NOT needed to change user avatars for custom member types…not ever, as it has nothing to do with avatars — it was merely recommended in their tutorial so people could manage user profiles: ‘BP XProfile Member Type Field’
SO. If you want to have a different default avatar for different member types, then you will need to use the ‘BuddyPress Member Type Generator’ plugin. Not the other one.
Steps to take:
1.] Download the ‘BuddyPress Member Type Generator’ plugin from BudyDev2.] Read their tutorial (I’ll paste a link below in follow-up comments to this comment)…do everything EXCEPT install the ‘BP XProfile Member Type Field’ plugin — it’s not needed for assigning an avatar via custom member type; it just is recommended in their tutorial to use so you can manage user fields 🙂
3.] Use the code I’ll also paste below (in the follow-up comments) — modify it to your site’s name but insert your site name where I typed ‘sitenameprivate’…etc.
4.] For creating more avatars with custom member types in the future, you’ll always have to update that same code in the bp-custom file…via FTP/SFTP; tbh that process is easy as pie once you realize how to do it
5.] For making your life easier with switching out avatar images for member types without having to re-do the bp-custom file: just save over the image in your media library that is used for that particular member type…so the path is the same and your code won’t need to be changed
Simple, yet difficult to find.
Thank GOD FOR BUDDYDEV!!! <3
November 18, 2018 at 11:35 am #282003Topic: Mapping the xprofile fields
in forum How-to & Troubleshootinggiannisff
ParticipantHello all, i’m happy to be back after a lot of years. The project is… i have 10 xprofiles fields “places i love”. Place1, Place2…. and so on. Is there a way to transfer all of the places to a google map? Then i try a new tab to the user profile named “Places i love” to show the map.
I have check some plugins with no luck.
Thank a lot.November 8, 2018 at 11:53 am #280876In reply to: Problem Profile Visibility Settings
Prashant Singh
ParticipantHi,
That is a default profile field and you can not change the visibility of that. But if you will create other profile fields then you will be able to change their visibility easily.
Thanks
October 30, 2018 at 12:20 am #279677In reply to: nowhere for user to enter bio
3diuk
ParticipantThanks, with your advice I was able to add the fields to the users edit profile page, but I dont see a way of getting the information to appear on their profile page when others view it.
Can you advise?
October 29, 2018 at 9:07 pm #279666In reply to: Display member details in card
Prashant Singh
ParticipantHi,
Please check this thread: https://buddypress.org/support/topic/adding-xprofile-fields-to-members-directory-list-items/ as well as you can test this plugin https://github.com/wbcomdesigns/bp-modify-member-directory-header as well.
Thanks
October 27, 2018 at 10:54 am #279456In reply to: members page
Venutius
ModeratorOne option would be to take a look at BP Profile Search with this you should be able to specify which fields get searched.
October 21, 2018 at 10:32 pm #279275In reply to: No “Create Group” button is visible
tsortore
ParticipantHere is my theme and a list of plugins, most of which came with the premium theme. There have been no complaints I’ve found of the groups not working “out-of-the-box” with this theme.
*** These were the only plugins that did NOT come with the theme.
Theme: WOffice
Active Plugins:- Akismet Anti-spam
- All in one WP Migration
- BP xProfile Location ***
- BuddyPress
- Buddypress Xprofile Fields Custom Css Classes ***
- DP Pro Event Calendar
- Eonet Live Notifications
- File Away
- GamiPress
- LocateAnything ***
- Slider Revolution
- Unyson
- User Role Editor ***(suggested and tested compatible plugin)
- Wise Chat
- WP ERP
- WP ERP – PDF Invoice
- WP Bakery Page Builder
Still no luck getting group creation working.
Thanks for your response! Any ideas?
October 16, 2018 at 4:05 pm #278930In reply to: members csv
shanebp
ModeratorIf that plugin creates WP users, then BuddyPress will find all 200 members.
And:- You will need to create BP profile fields and data for all those members
- You could write a custom script to do that
- You do not need to export / import a .csv
October 14, 2018 at 7:34 pm #278679Prashant Singh
ParticipantYes, it is valid for legacy template.
Also in place of #input you have to use (.profile-edit #field_number).
‘field_number’ represents fields like field_1, field_2 so you have to just replace field_number with real field id. You can find it in inspection like this: https://prnt.sc/l61ajf
October 12, 2018 at 6:39 pm #278546In reply to: social media links in profile
Prashant Singh
ParticipantYou can add profile fields for them and name them on social media accounts like Facebook Twitter and all then members will see them on their profile.
Thanks
October 10, 2018 at 12:38 pm #278440Bit Boy
ParticipantIn that case, you can put it in your bp-custom.php or your theme/child theme’s functions.php
/** * Start buffering the visibility template. */ function bitboy_start_buffering_visibility_template() { ob_start(); } add_action( 'bp_custom_profile_edit_fields_pre_visibility', 'bitboy_start_buffering_visibility_template', -1 ); /** * End buffer and discard. */ function bitboy_end_buffering_visibility_template() { ob_end_clean(); } add_action( 'bp_custom_profile_edit_fields', 'bitboy_end_buffering_visibility_template', 1000 );It will remove the visibility options completely.
Best Regards
BOctober 9, 2018 at 8:44 pm #278414In reply to: Links in members-loop for Profile Field
Prashant Singh
ParticipantHi,
I found that those links are generated from the plugin Custom Profile Filters For BuddyPress and it only works on profile. So to get the same data with the link on members-loop.php we need to print fields like this:
$data = bp_get_member_profile_data( 'field=Expertise' ); echo '<a href="' . bp_get_members_directory_permalink() . '?s='.$data.'">'.$data.'</a>';Hopefully, this will help you.
Thanks
October 9, 2018 at 7:45 am #278358In reply to: Links in members-loop for Profile Field
israel4lincelot
ParticipantHi Prashant, I should have maybe started with listing following information:
1. Which version of WordPress are you running?
WordPress 4.9.82. Did you install WordPress as a directory or subdomain install?
Subdomain4. Did you upgrade from a previous version of WordPress? If so, from which version?
I installed the latest.5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
Latest Version 3.2.07. Did you upgraded from a previous version of BP? If so, from which version?
No8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
BuddyDrive, Custom Profile Filters for BuddyPress, Gravity Forms, K Elements, Really Simple SSL, rtMedia for WordPress, BuddyPress and bbPress, Slider Revolution, What The File,
WPBakery Page Builder9. Are you using the standard WordPress theme or customized theme?
Customized.10. Which theme do you use ?
Kleo Theme from seventhqueen11. Have you modified the core files in any way?
Yes I have, but always in the child-theme.12. Do you have any custom functions in bp-custom.php?
Yes
<?php
// hacks and mods will go here
define( 'BP_DEFAULT_COMPONENT', 'profile' );?>
15. Which company provides your hosting?
CompbellSo to answer your other questions, I added a new Profile Field with checkboxes. Indeed you have to select it and that’s why I can’t just wrap it in an anchor tag because I need the fields to be clickable separately.
In Profile fields the Expertises are individually links. In my Members page all the Expertises ar put in a Paragraph. But I’d like them to be individual links such as in Profile page.
See Screencast here: https://screencast-o-matic.com/watch/cF6QiCYqw6
Thx!
October 9, 2018 at 4:21 am #278352In reply to: Profile field groups tabs while editing profile
amkh
ParticipantAdditionally I want each “tab” to show “Save and Continue” button. So when the member finishes editing profile fields in Group 2 then once he clicks “Save and Continue” then he should be taken to profile group 3.
-
AuthorSearch Results