Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 1,726 through 1,750 (of 3,608 total)
  • Author
    Search Results
  • #152583
    mikegarlick
    Participant

    Thanks for the reply. I understand I could do that but its not quite what I’m after.

    I want to be able to filter a custom post type with the details provided in the xprofile. The problem i have is that the data field i want to search by has many items in them (tick box list of attributes). I dont know how to explode them all (if explode is the correct php term??)

    What im making is a custom post type of jobs advertised on the site and when they get to that index of posts i nead to search the posts custom fields or tags with their xprofile data field.

    I hope that makes sense

    #152551
    gust0208
    Participant

    Hello,

    That worked great. I will read up further on how to set up the forum functionality.

    An eventual goal is to work on adding some custom functionality to the user profile page, is there a recommended documentation section that reviews this? I was wading into the documentation area, but not sure what codes / fields I should be looking for at this point.

    #152433
    indirakrishna
    Participant

    The present profile field visibility settings are not at all good and not working also.

    When we allow users to change the visibility it is changing the default visibility to ANYONE which is not at all useful.

    We cannot expect a user to change each and every fields visibility while he is filling up the registration form.. I hope the owners of buddypress look into this BUG which is seriously a issue for privacy of users,, and if there is some other plugging which can add some privacy strictly please do mention them here.

    And I am expecting @boonebgorges reply for this Bug as I guess he is one of the most best plugin developer in buddypress

    #152361
    tushargp
    Participant

    Just a small favor from you required if you can look that- as I’m very close to execute it.

    For http://www.healthitinsider.com – I’m currently using buddypress template file and having the following functionality
    https://github.com/kayue/buddypress-blank/tree/master/

    Activity
    Blogs
    Forums
    Members
    Registration

    I would like to create a specific section like groups which I name to Company. So that user can create and register company here.

    I have copy the code of groups section (code mention in previous link)- modify it and create a directory which I name company
    Healthitinsider.com/wp-admin/content/themes/company

    Now I would like to define function in function.php so that it will be functional and we can assign a page on the site like
    http://healthitinsider.com/groups/

    For style.css I’ve use the previous codes. Please let me know how we can have the following functionality.

    #152321
    Thorsten :-)
    Participant

    @mercime
    Thanks for your fast response. I’ll check it and will come back to this thread.

    Regards
    Thorsten

    #152319
    @mercime
    Participant

    https://buddypress.trac.wordpress.org/browser/tags/1.6.4/bp-themes/bp-default/members/single/profile/edit.php would normally correspond to huddle/members/single/profile/edit.php file. Since you’re using a premium theme, we have no way to know if the theme author changed the HTML structure of that page. Back up your theme’s edit.php file and watch out that when you change the PHP tags, you won’t mess up the HTML tags in return.

    #152310
    Thorsten :-)
    Participant

    @Toby

    You are right but the author is not available for six months so I must find another way. Do you now which page is responsible in the standard BuddyPress theme? Is it easy to copy the responsible section of the plugin into the section of the Huddle theme?

    I appreciate any support that help 🙂

    Regards

    Thorsten

    #152280

    As you indicated, this looks to be a theme issue. Your best bet is to contact the author of the huddle theme.

    #152242
    ebraxton30
    Participant

    Benzine,

    I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue.  I couldn’t see any way to change or alter user profiles after entered.  I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t.  A solution…

    I am using the Gravity Forms plugin.  The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200.  It works with Buddypress and User Registration very nicely.  You can go through your Gravity Form entries and make all of the edits to user profiles that you need.  I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!

    #152241
    ebraxton30
    Participant

    Benzine,

    I am searching another issue and see your issue and thought I may provide a solution because I ran into the same issue.  I couldn’t see any way to change or alter user profiles after entered.  I couldn’t see the fields which you think would be an easy thing, but highly annoying to learn that I couldn’t.  A solution…

    I am using the Gravity Forms plugin.  The problem is, the plugin is $50, but the only way to get their user registration add-on is to purchase the developer edition which is $200.  It works with Buddypress and User Registration very nicely.  You can go through your Gravity Form entries and make all of the edits to user profiles that you need.  I wish I knew of a less expensive solution, but Gravity Forms is a nice plugin and I’m sure you will find other uses for it on your site!

    #152238
    ebraxton30
    Participant

    I finally figured this out.  I am using Gravity Forms user registration plugin to work with my Buddypress theme.  My field names varied slightly between the custom profile field name and what I put on the user registration form.  I realized that I must use field name as it is entered in the WordPress Custom Profile Field.

    I do have one question…I would like to display the field name as well as what was entered in that field.  For example, this site is a cancer site and users will enter their type of cancer.  I would like it to read “Type of Cancer: Breast” rather than “Breast”

    Any suggestions?

    couchdavid
    Participant

    Okay, I feel like this one should work, but it’s showing not really making anything happen…

    in my bp-custom file (lifted heavily from John James Jacoby’s informative post here: https://buddypress.org/support/topic/calling-specific-profile-fields-individually/#post-55905):

    http://pastebin.com/UQNYWcax

    In my edit.php file, I replaced “bp_get_current_profile_group_id()” with the custom_position function

    Thanks again!

    Tux Kapono
    Participant

    How does one unresolve an issue? I’m actually worse off than I was 🙁 Rather than have secondary fields appear only on the profile page, they’re not appearing anywhere at all.

    Tux Kapono
    Participant

    I actually want to keep the registration page as is, otherwise it’s too overwhelming. It’s the profile page that I want the secondary group fields to show up on.

    #152103
    Slava Abakumov
    Moderator

    I’m definitely sure, that fields visibility should be taken into consideration.
    So in your case – user should NOT be visible in a search results by logged out user.

    omgbud
    Participant

    Add those secondary group fields you need to the base group so it will shows up on the registration page?

    Tux Kapono
    Participant

    Actually, how does one get the secondary profile field group to show up in the member’s profile area, ideally on the same page as the base group? It’s only showing the base group on both the registration page (desired) and the profile page (needs both).

    Tux Kapono
    Participant

    Thanks @mercime!

    @mercime
    Participant

    https://codex.buddypress.org/legacy/configuring-components-v1-6/#users-profile-fields

    Only add the profile fields you want during registration on the base group. Add new Profile Field Group/s for the fields you want the members to fill in later.

    #152019
    Danny Albeck
    Participant

    That worked like a charm! Now I have a question.. this is my code:

    Belt Level: echo xprofile_get_field_data(‘Belt Level’ , bp_get_group_member_id() );

    I have in this profile drop down field about 10 choices. Is it possible to somehow have this output assign a dynamic class or id pending on what your Belt Level is? I want to display this a color block with some css rather then just text on the screen.

    Thanks!

    #151995
    danbpfr
    Participant

    @omgbud,

    probably one or both of these tables

    _xprofile_fields
    _xprofile_meta

    #151885
    mlabrooy
    Participant

    Hi I am trying to display members telephone#s in the members directory using bp_profile_data_field and I was able to get the email but I was not able to get the telephone number for some reason.
    I used bp_member_profile_data(‘field=31’); which I made under user profile fields.
    But it still did not work. For the email I used the same exact syntax bp_member_profile_data(‘field=30’) and it worked for me.But the phone number I am having trouble with.
    Any advise on how to do this would be helpful.

    Running the latest version of WP/BP

    #151515
    modemlooper
    Moderator

    Like I said, nothing to do with BuddyPress. Connect plugins do not use WP or BP fields for the information. They get it all from the service that is being connected to. Message the developer of the connect plugin about this issue.

    #151506
    danbpfr
    Participant

    Is working on members list page but not on group members list page.
    To get a profile field value on the group member page (BP 1.6.3 tested), use this:

    <code><?php echo xprofile_get_field_data( ‘the_field_name‘ , bp_get_group_member_id() ); ?></code>

    Take care, the the_field_name is case sensitive.

    #151476
    asdorff
    Participant

    I’ve just done as discribed in article but it doesn’t work. Profiles still the same for all the Network…

    I’ve created the ‘bp-custom.php’ in ‘\wp-content\plugins\’, added there the code from the article in documentation ‘Segregated X-profile Fields for Multisite’ but nothing happened…

    I don’t understand what means Add the following code to a functionality plugin network activated on your multisite install

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