Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 3,851 through 3,875 (of 5,698 total)
  • Author
    Search Results
  • Hello,

    First off I want to say how much I’m loving BuddyPress as well as the plethora of tips I’ve found around these forums. I’ve been scouring Google for hours now trying to find a fix but to no avail.

    My issue lies in the user profiles. When I visit my profile page on my BP installation, the only field that shows up is ‘name’ which is the default. So I added a few new fields under the base category and then headed back to my profile to see how they looked. Not only do the new fields not appear, but clicking on ‘edit’ under the profile tab leads to “Page not found”.

    The URL I get is; http://www.trendkilleronline.com/members-3/TonyIsaza/profile/edit/group/1

    I don’t know if it’s related but there is a also ‘view’ link that appears beside the status update text next to the main profile pic, and this also leads to a 404 with the same URL.

    Considering the importance of being able to edit your profile on a social site, fixing this has become a major issue for me. As such, any help AT ALL would be greatly appreciated!!

    recruitbk
    Member

    Hi,

    I’ve done some minor customization to the profile edit.php page. I created a child theme and have made all my modifications to the edit.php that I replicated there (members > single > profile > edit.php).

    I’ve created CSS to align custom fields in two different profile groups how I want them. The profile groups are basic information and contact information. In the edit.php, the while loop looks for all profile edit fields, which I hardcoded to only find the fields which I created for each profile group. The problem is, the loop is somehow finding hidden fields and causing a lot of white space after all of my hard coded fields before getting to the submit button. How can I change the loop so it doesn’t find all of the additional hidden fields that its trying to display in the white space. I looked at the page in firefox using firebug and I can see that bp is finding all editable fields & displaying them again after my hardcoding. This is causing the white space. Visit http://www.recruitbk.com & log in with jahmakan5@gmail.com password: test. Select Edit profile > click basic information tab. Scroll down and you’ll see all of the white space. Here is my code on edit.php:

    `

    <form action="” method=”post” id=”profile-edit-form” class=”standard-form “>

      <!–removed code and replaced w/whats below—>


    <?php

    //$location= xprofile_get_field_data( “signup_email”);//fetch the location field for the displayed user
    ?>

    <?php
    global $bp;
    $signup_type = get_user_meta($bp->displayed_user->id, ‘signup_email’, true);
    echo $signup_type;
    ?>

    <div>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <textarea rows="1" cols="50" name="” id=””>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <select name="” id=””>

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    <label for="”>
    <input type="text" name="” id=”” value=”” />

    Athletic Information

    <input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value=" ” />

    `

    Here is an example of the div ids I use to reposition the fields:

    `form.standard-form #edit-profile-right-column-middlename {
    position: relative;
    width:50%!important;
    left:25%;
    top:-73px;
    }

    form.standard-form #edit-profile-right-column-lastname {
    position: relative;
    width:50%!important;
    left:50%;
    top:-150px;
    }`

    4ella
    Participant

    Hi , I would like to send successfully filled registration form data to one of the group’s activity stream , it means one of the groups will serve only as a feed of new incoming users (models with their profile fields as a height, weight, eyes, breast , chest , hip ecc.) where registered agencies can comment it , make a favorite ecc.
    Any idea how to do it ?

    #124662
    4ella
    Participant

    Your code should work because this code : php bp_member_profile_data( ‘field=Country’ ); works for me in members-loop.php – didn’t try it in BP 1.5 yet

    jannon
    Member

    Currently the members directory displays the members name and activity but instead I would like to display the member’s name, and a couple of other extended profile fields, some of these are multi-checkbox fields.

    I’ve looked at the members-loop.php in the section about “if you want to show specific profile fields….” but I don’t know enough about php. I added the line: bp_member_profile_data( ‘field=location’ ); right after this commented area but nothing happens. How do I get this to work?

    ascjoe
    Member

    Is there a common buddypress way for support of multi-valued profile fields?

    For example, how could I support an attribute `colors_i_like` with
    values a subset of `{‘red’, ‘green’, ‘blue’, ‘yellow’}`?

    I’m a BP newbie just getting my feet wet in this awesome piece of software!

    faimous
    Member

    Gotta say, hello, and many thanks for keeping up a great community and most excellent code!

    Okay, so, I’ve installed WP and BP successfully. I’ve worked with WP for some time now, so I understand about creating templates, mods, plugins, etc. But I’m kind of new to BP. So I came to ask for help…

    I have BP installed with the plugin BuddyPress Registration Groups, which is ideal. Now, in BP, I’ve created a separate group of Extended Profile Fields, as is allowed in BP. It’s a great design for what I need, but I have an issue that perhaps someone else has solved and I have not been able to find (after exhausting search options…).

    So, let me set the scene:

    In my Ext Profile Fields, I have these two groups. The first group of fields is the standard Name, Sex, Location info. And in another group, I have individual information, such as questions I am asking about that person, like hair and eye color.

    What I am trying to accomplish is this:
    A new user comes to the site, goes in to register, and finds these fields. The stuff on the left of the registration page asks for e-mail and username, etc. Under that, I have (modded) the BuddyPress Registration Groups to be a dropdown box of the different groups I have created in WP. Now, when said user selects a specific group, let’s say “Adult Male”, the fields on the right (which starts with the Name, Sex, Location fields) should also “append” the other group below it. It could be AJAX, or it could be a complete page reload, which I agree, might just be aggravating enough for someone that just filled out the other bits of information. So, without saying, AJAX is preferred.

    So, the big question here is, “How do I tie the Member Groups of WP, to the Extended Profile Field Groups of BP?

    Would anyone happen to know of something that currently does this, and only this? Or is there a feature I am missing here that should blatantly stand out and kick me in the head?

    Many thanks to all you kind people for looking this extended post over. I hope I’ve helped to provide enough information.

    jsibley
    Participant

    I am hoping to create a bp 1.5.1 site that would have some private forums for a group of professionals. I would also like to have some forums available as read-only to the public and to allow posts for a broader class of registered users (if I can automate their membership without to much worrying about spam even better).

    I would also like the professionals to have the option of making their profiles private and visible only to their peers, and to have some profile fields be private.

    Is this doable with plugins that are currently available? Would It be smarter to wait until some plugins are updated? And does anyone have an example of a similar site I could look at?

    Thanks in advance.

    #25588
    dreph
    Member

    Currently, the only Program that seems to have worked in the past for this is BP Profile Search, which has not been tested or updated for the new WP. I think BuddyPress and/or it’s volunteer plugin programmers should develop a plugin to support multiple search options.

    I suggest that you should be able to search by fields. For example:

    A user chooses the following fields from 2 dropdown menus, and enters their zipcode for their profile information.

    Profile Type: User
    Focus: Looking for Friends
    Location: 93001

    Someone should be able to find this user by selecting the matching values from their respective drop down menu search fields (“Profile Type” and “Focus”) and typing in the zipcode for their search.

    Right now there seem to be a lot of alternative methods, none of which will work for me, so I suggested it here. Here’s hoping :)

    #124016
    jonnyscholes
    Member

    BP Media has a nice upload function accesable from the users profile, if you dig through their plugin files im sure youd find a similar function. Or are you looking for some sort of shortcode for users?

    Theres also https://wordpress.org/extend/plugins/buddypress-activity-plus/screenshots/ which might be sort of what your looking for…

    jaseyb
    Member

    I’m on the latest version of BP:

    Problem: I need a method for which registered users can upload photos that are associated with their profile. i then want to be able to call the uploaded photos in a simliar way as I can will the customer fields (e.g. bp_get_profile_field_data( ‘field=image1’ ); Where the url path is returned. My users are not technical – so allowing them to do this through the admin console isn’t an option. I just want to give them the same options as the custom fields ….. or something that is similar to the avatar upload option. (Basically front end facing and involves very little thinking)

    I’ve searched and searched – there are lots of photo upload plugins, but these tend to be for galleries etc. i am willing to sponsor/donate to someone that can help me out.

    Thanks
    Jason

    #25555
    tiredofit
    Participant

    I have previously posted an alternate question re trying to get users sites to load in a subdirectory /blogs/ – However I am doing it as so:

    I have a WPBP install located at / with many subsites for administrative use only.
    I have another WP install at /blogs/ that has site creation setup.
    Users can create their sites properly under the /blogs/ install but when I enable Buddypress on the Second Network it does not use the same fields/avatars.

    My BP-custom.php looks like this:

    define( ‘BP_SILENCE_THEME_NOTICE’, true );
    define ( ‘BP_ROOT_BLOG’, 1 );
    define (‘BP_ROOT_SITE’, 1);
    //define( ‘BP_ENABLE_ROOT_PROFILES’, true );
    define ( ‘BP_ENABLE_MULTIBLOG’, true );

    Am I missing anything or is this not possible?

    #123853
    AmesEla
    Member

    Hi there,

    I am having a major issue in that the registration is not populating the fields in the user database. Can anyone help? intooutside.org/sign-up

    Somehow the fields are not inputting the data into the user profile (ie: first, last names are required and they are nowhere in the database). This happened after I installed Buddy Press

    Help!

    PS I am not a coder and know conceptually, so speak laymen if possible in your response :)

    #25510
    Eva Dillner
    Member

    I set up a new site with WordPress and BuddyPress. It’s for really non technical types, so really important that it be simple. I’m absolutely amazed that the profiles don’t cross link between WP and BP. I don’t know how many hours I’ve spent tweaking it so users only see one profile to fill out and update, the BP one. I hope I’ve succeded at http://shentherapies.org/wp/

    Not sure if it’s a WP or BP issue but I’m posting the request in both places: One profile please, with the ability to add fields and photo.

    Thanks!

    #123704
    spennis
    Member

    Still no answer to this one! Once again…I do not understand the purpose of the extended profile the way it works (doesn’t work) right now.

    #123703
    spennis
    Member

    I have been asking for the same thing but no answer. This should be something that the Buddypress theme should integrate in future versions! It should be fairly simple and very useful! Not to mention a simple way to show the extended profiles…

    #123624
    Quint
    Participant

    @katje, were you able to get a resolution on finding a multiple-criteria “search” plugin?

    @boonebgorges, Boone, I hope I’m not hijacking the thread because my question reflects one of katje’s questions: Is there a plugin or something close (that I could point a developer to) that would accomplish a multiple criteria search across the membership directory? Here’s a scenario: Let’s say that my membership comprises global athletes, both professional and social. Furthermore, each one of these athletes compete in many different sports. My potential membership could be in the hundreds of thousands, probably millions. My users would need a way to sift through a directory of that size. So, if my xprofile fields contain tria-thletes some of whom have held the profession of astronaut, then I dare say 99.99% of the membership would not meet that criteria. It’s an extreme example which I hope illustrates the need across general searches.

    BTW, if this is considered hijacking a thread, please let me know and I’ll create a new topic.

    kindwoman
    Member

    Hi,
    I am a complete beginner. I installed wordpress and buddypress for an urgent academic project. I created profiles fields and installed bbpress. But on the front end, when I click on any link (profile, friends, group, activity, register), I get an 404 error cannot display page. I am running on local, wampserver on windows 7. Only login and logout display pages.

    What can I do to see these pages on the frontend? Shall I create them, how or are the links supposed to work automatically? Please I find no help on documentation, can someone help me?

    #123578
    crazplain
    Member

    @boonebgorges
    Hi Boone,
    I am trying to create a multi step sign-up registration page. Preferably also include some new profile field such as multi category drop down list and country with flags. Should i create new rows in wp_bp_xprofile_fields?
    or just follow the example above and it will create it for me?
    I was also wondering if I can have have something like step1, step2 etc like godaddy.com?

    #25426

    I have installed both BuddyPress and SimplePress to my WordPress site: http://www.iqmindware.com

    I have not enabled a ‘Forum’ page for SimplePress nor have I set up any groups or forums in SimplePress. I am trying to simply use BuddyPress, where I have created different user groups, and a profile field setup.

    However, when people register (and about 40 have registered), using the Profile form I set up in BuddyPress (I have screenshots), I can only locate them in SimplePress under ‘Users – Member Information’. The fields that I set up in BuddyPress do not appear here, but their e-mails and names do.

    Also, the registration profile form tells you after filling in the details that a confirmation e-mail will be sent to your e-mail, but no e-mail arrives.

    Any idea what is going on?

    #25423
    OrCohen
    Member

    Hi,
    I installed buddypress 1.5.1 on wordpress 3.2.1
    when I click edit on user profile, it redirect me to “profile/edit/group/1”
    and the page say it’s not available.
    if i change the the URL manually to “profile/edit/group/2”
    I can see the edit page with the fields I created.
    is any one know why is that and how to fix it?
    thanks

    PBTam
    Member

    Hey modemlooper, I tried the line of code: bp_member_profile_data( ‘field=the field name’ );

    but it simply puts the line of code as text onto my groups page. is this because the data is in the members loop but not available in the groups loop?

    EDIT:

    I found a way to do it here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/profile-fields-in-members-list-on-groups-page/

    the code used was this:

    <?php $location = xprofile_get_field_data('Location', bp_get_group_member_id());
    if(!empty($location)) : ?>

    #25388
    cwhittl
    Member

    I’ve got the request to be able to slice and dice xprofile data…. Basically they want a form that has all the profile fields as multi selects (they are all closed ended questions) and as the select the info it returns back people with those selections…
    Any ideas? anyone got something like this (even the basics) done?

    Thanks
    Whitt

    Larsswemmer
    Member

    Greetings,

    I’m having trouble adding more profile fields to the register page. I’m adding the new fields in the admin section, but they are not showing up on the register page itself. I had trouble finding a solution so I decided to make a post here.

    I hope someone can help me with this.

    Thanks in advance!

    Lars

    PBTam
    Member

    I checked the entry.php file in the theme/activity folder but I was unable to find an explanation to insert xprofile fields. Any hints?

Viewing 25 results - 3,851 through 3,875 (of 5,698 total)
Skip to toolbar