Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 1,901 through 1,925 (of 3,608 total)
  • Author
    Search Results
  • #143485
    Paul Wong-Gibbs
    Keymaster
    #143482
    benzine
    Participant

    No, the custom profile fields don’t appear in the user’s profile page if they want to edit and add the extra info. That’s the issue. If I create a user from the front end, I have all the filled up fields but if created from dashboard from admin, I only have the name and this is the only field that I can see.

    I’m also experimenting another issue here. When a user creates his profile and doesn’t enter info for the non mandatory fields, he doesn’t have the blank fields again in his profile if he wants to fill them later. Only the fields which are marked “required” appear (those he has filled up). How can all the custom fields be present in his profile for later editing???

    A real headache right now and if you can help, this will be a real heal for my sore brain

    #143479
    Paul Wong-Gibbs
    Keymaster

    If you’ve added more BuddyPress profile fields, then it shouldn’t matter *how* a user account was created — they should appear for editing in the user’s profile.

    #143364
    Andrew Tibbetts
    Participant

    Holy shitake mushrooms…I’m an idiot. The user I’m working with didn’t have any values in any of the fields. Please ignore. Keep moving. Nothing to see here.

    #143268
    coolcrio
    Participant

    btw, if i go to /members/username i can see their profile (with no imported fields just username and avatar :/)

    #143248
    modemlooper
    Moderator

    https://wordpress.org/extend/plugins/bp-group-reviews

    This works like the plugin reviews on this site. Example: https://buddypress.org/community/groups/buddypress-xprofile-custom-fields-type/reviews/

    You can turn groups into “Studios” by creating a language file and changing all instances of Group/Groups to Studio https://codex.buddypress.org/translations/

    GordonRe
    Participant

    Thanks
    1. AMU is a plug-in called Add Multiple Users which https://wordpress.org/extend/plugins/add-multiple-users/ It enables a CSV import of users. [Sorry for not being clearer in the OP].

    2. Users added manually – ie using the WordPress new user screen – and users Registering using the front end – work fine in BuddyPress – [both those entered before and after doing the CSV import with AMU) ie the user has a profile page and can edit it.

    3. All the users imported using AMU have all fields complete including first, last, nick and display names. The only empty fields are www, jabber and AIM.

    4. Users from both the CSV import and the manual user added from the Users_Add_New_Screen screen are added to a BP groups using @boonebgorges‘ Buddy Press Group Management plug in. All appear in the group member list (and all members lists) but the ones bulk entered using CSV file do not have profiles.

    I’m going to try doing another import and see if I get the same result.

    #143055
    Snegu
    Participant

    We actually have a pretty limited number of users, who are paired as mentees and mentors. We want each mentor/mentee to be able to select their corresponding mentee/mentor from the list to make sure the spelling is the same. We also want to show linked pairs in another section, which is another headache all to itself.

    The first name and last name are stored as xprofile fields because I needed the privacy and user controls that Buddypress provides. Role is also stored as an xprofile field because we’re using our own defined roles (mentor and mentee).

    Looks like I’m going to have to get deep into the SQL to do this – was just hoping there was something easy I’d missed!

    #142966
    Anonymous User 96400
    Inactive

    What do you need the profile fields for? Seems like WP_User_Query would do the job perfectly.
    https://codex.wordpress.org/Class_Reference/WP_User_Query.

    If role is stored as an xprofile field, you might want to look at BP_User_Query. Haven’t used that class yet, but it might do what you want.

    #142965
    Roger Coathup
    Participant

    If it’s just first and last names for your drop down – you can fetch those from the default WordPress fields / calls.

    Is ‘role’ stored as an xprofile field or are you mapping across to WordPress roles? If the latter, you should also be able to achieve with the built-in WP functions.

    #142958
    r-a-y
    Keymaster

    If you want to grab multiple xprofile fields from all members, the best way at the moment to accomplish this is to use a direct DB query.

    I was going to recommend the members loop, but you need specific xprofile fields.

    #142910
    Rocio Valdivia
    Participant

    Hi @ubernaut

    I have installed the plugin and it happens the same: it appears to have the option but when I tested it the policy is not enforced and even logged out users can see the private fields on my site.

    #142880
    Famous
    Participant

    Does that mean that I can integrate users data with their blog. Right now the two are separated. I want to show blocks of information from a users profile in their blog. For instance:
    Show profile fields, avatar upload and other info on a users blog page.
    Is that possible?

    thanks

    laurengibbonz
    Participant

    Oh, I figured this out. Oddly, if you deactivate “Private Messaging” in BuddyPress it seems (at least for me) that the notifications information and content up until “Send a notification by email when:” stays. I was able to just comment out the Settings tab using CSS and move the update Password & Email fields to my Edit Profile section.

    Thanks!

    #142730

    In reply to: Profiles

    @mercime
    Participant

    https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
    Any field you add on the first group (as seen above) will show up in registration page. If you “Add a New Profile Field Group”, any field you add in this new group will not be shown in registration but in member’s profile page after logging in.

    mouffles
    Participant

    Thanks for the answers,

    It would be better with profile fields (users are used to this kind of display for multiple games), but i’ll take a look into other solutions as you told Shane, and i’ll first look at files you mentionned.
    I think that later i’ll look after plugin development (skeleton plugin is a very good way to understand basics), because highscores friends notifications + profile tab with games scores is an elegant and efficient way to socialise games activities (facebook proove it well…).

    Indeed social + games website can suit well with bp and even better with plugins, Because plugins are often simpler than the bp core functions (like profiles are), it’s quite easy to plug them with other things.
    As an example the drawing game connection with bp_album was very easy to develop, cause it was just some very basic php/mysql queries, i use just 2 or 3 queries to achieve this…
    I also connect Cubepoints to one my game, the points can be converted in gold coins, by this way i can get more gamers social investisment in community.

    Ok i’ll give news if i meet problems.

    #142627
    learning22
    Participant

    I am just learning MultiSite WordPress myself. So far I’ve learned that if I want to edit Templates or Plugins pages for another site, I first have to activate the Theme I want to make changes to as my first level site, the Admin Site, or Edit the Plugin via the Admin site. Then, I go under the Main/Admin Site and edit the Templates or Plugin. After I have everything looking good, then I activate the Theme or Plugin for the actual site where I want to use the Template or Plugin. One must use this method (based on my learning) if one wants to use an external Editor, such as Dreamweaver.

    I did notice that the access to the Activity, Sites, Forums, et al only show up in WordPress’s Tool Bar (the dark gray bar at the top of the page) under my Profile Link on the far right, when I am Logged In. I think this part is not clear in the directions, imo. After the initial install of BuddyPress MultiSite, I was able to see a couple of the BuddyPress pages links in the Main Menu of my top Site only after I am logged in.

    Since I know I want to edit my Theme for one of the Sites, I have not enabled the separate tables for the additional site. I am going to edit the Theme first and then enable the other sites using the method described at this page: https://codex.buddypress.org/developer-docs/using-multisite-with-buddypress/segregated-x-profile-fields-for-multisite/ .

    #142613
    Paul Wong-Gibbs
    Keymaster

    Is the server running on object or page caching? If you aren’t sure, are you running W3 Total Cache or any other caching plugins and what the settings are?

    I am assuming that error in your post is recent. It’s saying that a database table mydb_ivdb4wp.pd doesn’t exist. “mydb_ivdb4wp” is your database name. Where you have the part “LEFT JOIN pd”, it should look like this:

    “LEFT JOIN {$bp->profile->table_name_data} pd” (the middle part is replace by the name of an xprofile database table).

    Now to figure out why. If you look in your database, do you have these tables? wp_bp_xprofile_data, wp_bp_xprofile_fields, wp_bp_xprofile_groups, wp_bp_xprofile_meta ?

    Paul Wong-Gibbs
    Keymaster

    You’re very welcome!

    Your problem sounds interesting. You could either build your own query / cache / template functions and display it in the bottom of the profile table, or sync that external content into BP’s profile fields database tables.

    #142558
    brandonecarr
    Participant

    Solution found here:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-with-profile-information-please-help/?topic_page=1&num=15

    If any of your profile fields are asking for links, however, and your users input http://, you’re still going to get the same nofollow craziness!

    Thanks @shanebp!

    #142553
    brandonecarr
    Participant

    @shanebp Thanks so much for your response! I’ve included the source code from my profile-loop.php page. I appreciate your help!

    `

    <div class="bp-widget “>

    <tr>

    `

    #142550
    Robert77
    Participant

    Looks like we are still waiting on this issue, there is another post here that I started:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/emoticons-not-displaying-correctly-buddypress-1-6-1/

    Obviously this is a repeatable bug in buddypress..

    #142508
    Robert77
    Participant

    I have been waiting over a month on this as well as my other post.. I am using wordpress 1.6.1, I was fine with version 1.5.7.. I checked all plugins and it is not my theme.. it has to be a buddypress issue. When using the extended profile with emoticons on not only do emoticon’s like this :) don’t work but other extended profile fields turn regular text into HTML links for no apparent reason at all.. this is very frustrating as I am about to launch a website and can not have this happening.. someone please help..

    #142498
    modemlooper
    Moderator

    I wouldn’t mess with a plugins code but work around it. You could write a function to redirect user to profile edit page if certain fields are not entered in the profile edit form.

    #142478
    modemlooper
    Moderator

    The default BuddyPress search searches profiles based on profile fields

Viewing 25 results - 1,901 through 1,925 (of 3,608 total)
Skip to toolbar