Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,901 through 4,925 (of 5,698 total)
  • Author
    Search Results
  • 5876247
    Inactive

    I have a question I cannot find an answer to elsewhere If it’s been posted, please accept my apologizes and point me in the right direction. Thanks.

    I am looking to either add custom profile fields to a profile OR have a module or add-on with functionality like the following.

    User selects “Add contact…”

    Then the user can select from an array of choices such as “MSN” , “Yahoo”, “Skype”, and then enter thier contact name next to the selected type. If someone wanted to list more then one of a single type that’s okay…. but they need to select a type and then provide the contact info as a parameter.

    someone else referred to this as chained fields but i dont know if thats how you would describe it in this project.

    It is most similar to the “Schools” and/or “Jobs” function on a MySpace profile, for example. There a user can select their school and then add user specific information (graduated year, clubs, etc.).

    I am looking for a way to include this functionality either on the base profile or with an add on.

    How would you implement this in buddyPress?

    Thank you very much.

    #68399
    gaysurfers
    Participant

    Hi r-a-y

    I have tried to post specific xprofile fields with no success.
    It did work but since I installed the new version of buddypress (Version 1.2.2.1) it seems to have stopped working.
    http://www.gaysurfers.net/members/

    I have tried the following:

    <div class="item-meta"><?php bp_profile_field_data( 'field=Country' ) ?> - <?php bp_profile_field_data( 'field=Surf Spot' ) ?></div>
    
    and also
    
    <div class="item-meta"><?php bp_member_profile_data( 'field=Country' ) ?> - <?php bp_member_profile_data( 'field=Surf Spot' ) ?></div>

    I don’t know which one to use, but anyway none of them works. Is there some more code I need to add for it to work?
    Thanks

    gaysurfers
    Participant

    if you want to have a look at the site, I am talking about this page:

    http://www.gaysurfers.net/members/

    The fields should be displayed next to each members, but it does not happen :(

    #9771
    kiwipearls
    Participant

    Just updated to latest Buddypress today and the latest WordPress MU.

    Decided it was time to update my profile, so created some new fields in Buddypress. Went to edit my profile, submitted the new information and it returened a blank page. Had to use my back button.

    The new data was submitted to the database.

    #68225
    David Lewis
    Participant

    So to sum up:

    • Change your signup slug
    • Add some required custom profile fields (or use the hashcash trick posted at the start of this thread)
    • Disable “Allow blog administrators to add new users to their blog via the Users->Add New page”
    • Delete BuddyPress credit in footer.php
    • Delete wp-signup.php
    • Create a robots.txt file with User-agent: * Disallow: /register/ (or whatever your slug is)
    • If all else fails, use CAPTHCA or preferably a simple random question (what colour is snow)

    Am I wrong or missing anything?

    Also… all of my SPAM registrations were coming from .info domains. I added this to my .htaccess file but I’m not sure it’s correct. I found a million examples via Google search for how to ban full domains or subdomains… but nothing about blocking an entire extension (i.e… whatever.info). Anyway, this is what I wrote:

    RewriteCond %{REMOTE_HOST} \\.info$
    RewriteRule .* - [F]

    gaysurfers
    Participant

    Hi

    I referred to the below to set up members-loop.php so that fields from db table wp_bp_xprofile_data would show up in front of each member.

    <div class=”item-meta”><?php bp_profile_field_data( ‘field=Country’ ) ?> – <?php bp_profile_field_data( ‘field=Surf Spot’ ) ?></div>

    It did work but since I installed the new version of buddypress (Version 1.2.2.1) it seems to have stopped working.

    Anyone have any ideas what to change in the code for it to work again???

    Thanks

    * If you want to show specific profile fields here you can,

    * but it’ll add an extra query for each member in the loop

    * (only one regadless of the number of fields you show):

    *

    * bp_member_profile_data( ‘field=the field name’ );

    atburi
    Participant

    Hi,

    I’m posting this in both the WP.org and BP How-To Forums as I’m not sure which one I should post in. I am building a site that runs a single version of WordPress (latest version) along with the BuddyPress plugin (which included bbPress).

    As I understand it, WordPress has its own search field which searches the WordPress Blog (posts, categories, tags) and individual WP Pages.

    And BuddyPress has its own search field, which searches Groups, Members, Forum Topics, and Blogs (if using WPMU).

    Is there a way to add two more search fields to the drop down menu of the BuddyPress Search, to include a search function for WP Pages, and the WP main Blog.

    I will have a bunch of WordPress pages that I will be using to host profiles businesses in which any user can comment upon at the bottom of the page (through WP comments). So the WP Pages are like their own section which is why I would like to have a separate search category for them.

    This might not be possible to separate the WP Blog and WP Pages while performing a WordPress search. But at the very least it would be nice to have the BuddyPress Search menu also include a search category for all of WordPress.

    I came across the customized Google Site Search in another post, but that isn’t exactly what I’m looking for since you can’t search within specific categories.

    so, any help would be great. I look forward to hearing what options there are.

    Thanks.

    #9730
    tamilhood
    Member

    I currently got these issues on my WP 2.9.2, BP v1.2.2.1

    1. Trying to create profile fields for sign ups (There was an error saving the group. Please try again)

    2. Posting an activity (There was a problem posting your update, please try again.). The activity shows after refreshing the page but when clicking the “view” link it redirects me to the home page.

    3. Send messages using buddypress (There was an error sending that message, please try again)

    4. View the edit profile page (redirects me to home page)

    5. Create a group (There was an error saving group details, please try again.)

    I`m using custom structure of permalinks /%category%/%postname%/

    atburi
    Participant

    Hi,

    I’m posting this in both the WP.org and BP How-To Forums as I’m not sure which one I should post in. I am building a site that runs a single version of WordPress (latest version) along with the BuddyPress plugin (which included bbPress).

    As I understand it, WordPress has its own search field which searches the WordPress Blog (posts, categories, tags) and individual WP Pages.

    And BuddyPress has its own search field, which searches Groups, Members, Forum Topics, and Blogs (if using WPMU).

    Is there a way to add two more search fields to the drop down menu of the BuddyPress Search, to include a search function for WP Pages, and the WP main Blog.

    I will have a bunch of WordPress pages that I will be using to host profiles businesses in which any user can comment upon at the bottom of the page (through WP comments). So the WP Pages are like their own section which is why I would like to have a separate search category for them.

    This might not be possible to separate the WP Blog and WP Pages while performing a WordPress search. But at the very least it would be nice to have the BuddyPress Search menu also include a search category for all of WordPress.

    I came across the customized Google Site Search in another post, but that isn’t exactly what I’m looking for since you can’t search within specific categories.

    so, any help would be great. I look forward to hearing what options there are.

    Thanks.

    #68044
    Pedro Miguel
    Participant

    theres already a plugin who does that, ,you can use the plugin or check the source and adapt to your needs.

    #68003
    e_mcpartlin
    Participant

    Was this ever solved? I am trying to accomplish the same thing – make some profile fields private. Thanks!

    #67948
    enzyad
    Participant

    up :(

    #67901
    Psyber
    Participant

    I have was able to export and import my WordPress content into WordPress, getting all of my users, their info, and buddypress x-profile fields is where I am getting hung up. I keep gettin the #1062 – Duplicate entry ‘1’ for key 1 error message.

    #9651
    danbpfr
    Participant

    I have a small problem with the multiselect box on profile fields.

    1) the box stays open when on profile admin – so i can see all 10 options actually in it. Should be on one line i guess.

    2) if multiple items are selected, only one is appearing on the profile as result . So the “multi” is not optionnal, it is inexistent :-)

    What can i do ? Thanks.

    and sorry if a ticket is already out or if somebody already answered to this.

    #67421
    Boone Gorges
    Keymaster

    Oho, I learn something new every day!

    So r-a-y – since it’s profile-field specific, you can probably skip while (bp_profile_fields() ) : bp_the_profile_field() right? #toolazytotrymyself

    #67409
    r-a-y
    Keymaster

    Boone is right; however there is a way to post specific xprofile fields!

    Check out a nifty function called bp_profile_field_data().

    Say I have an xprofile field called “Bio”.

    I’d use this code snippet:

    bp_profile_field_data('field=Bio');

    This will echo the “Bio” xprofile field of the displayed user.

    If you want to manipulate the data, use:

    bp_get_profile_field_data('field=Bio');

    #67401
    Mark
    Participant

    I just discovered the same problem of getting the same “Please try again” when attempting to save a profile with empty not required fields. Also only One (the last) item selected in a Multi Select Box is being saved and displayed on the Pubic Profile page. Check Boxes do work properly and display all checked items on the Public Profile Page. I’ll enter this in the Trac later today unless someone shares some additional insight.

    #67399
    Boone Gorges
    Keymaster

    If you want to get information out of the custom xprofile fields, you’ll need to use some of the functions in the profile-loop. I don’t think there are any core BP functions that allow you to pull a specific profile field by name or ID, so you’ll have to create a profile loop (<?php if ( bp_has_profile() ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>), then a profile field loop (<?php if( bp_profile_group_has_fields() : while ( bp_profile_fields() ) : bp_the_profile_field(); ?>) and then loop through the items, picking out the ones you want by field name. Use the code in profile-loop.php as a template for what you want to insert into members-loop.

    #9622
    sameast
    Participant

    I am looking for a developer to add greater search functionality to buddypress

    Here are the outlines of the project.

    We are doing a re-design for a business consultancy website. This is going to be website where users will be able to search and find the most relevant business consultant in their area.

    We will be using Buddy press and word press mu to handle the member’s profiles and all the rest of the functionality of the site.

    The main areas they are looking for is and ease of use for a defined search.

    Here is a link to give a rough idea of how this will work.

    They will be able to search via the following areas:

    Specialising as a select box; “Which will be decided upon via a checkbox list from the member edit their profiles”

    Category as a select box; “The business consultants will specify a category on editing profile”

    And the main implementation is a geo-coded search feature which would list the consultants in distance order from the users postcode or location..”see example below”

    http://www.samuelrweast.co.uk/store/

    Here is a rough example of how the fields will appear in buddy press http://buddy2.users31.interdns.co.uk/members/admin/profile/

    The field are added via the members profile add extra fields it may have more eventually.

    So we are looking for a developer that can add this functionality to buddy press we will be handle all the design process,

    We have a time span off under three weeks.

    Please contact me samuelrweast@hotmail.com for extra information.

    Kind Regards

    Sam

    #9616
    sameast
    Participant

    Hi

    I looking to change the structure off buddypress so the when you search for a member instead of just the member avatar and name and activity listed i would like to list some extra information from each members profiles.

    (this page) http://buddy.users32.interdns.co.uk/members/

    I have downloaded all the file and see that this section is in the members-loop.php. I can delete parts of this but as far as adding sections from the members profile im not sure how to do this as the profile fields are in the profile-loop.

    Any ideas on how to merge these together, bad in need off help in this.

    Thanks

    #9609
    Nick Watson
    Participant

    I’ve been having this problem for a while and I have no idea why.

    When I go to edit my profile, whenever there is a selection field (be it a checkbox, selection box, radio buttons, etc), if I haven’t selected anything in the field I get the following error:

    “There was a problem updating some of your profile information, please try again.”

    The fields are set to “Not Required” so that’s not the problem.

    Has anyone else had this problem. I really need this fixed.

    Thank you.

    #67039
    freebee1989
    Member

    Okay, thanks! Anyone have any idea o how this can be done now?

    #67038
    Nick Watson
    Participant

    Oh okay, so I read through the readme, and I see the line:

    “Future features include: admin tab with toggle switch; ability to tweak BP’s automatic profile filter”

    So in the future, there’ll be a way to turn off the auto filters. The plugin always worked, it was just the automatic BP linking that I was not aware of.

    Thanks.

    #67036
    r-a-y
    Keymaster

    That code snippet probably applied to an older version of BP.

    #67022
    Paul Wong-Gibbs
    Keymaster

    If someone posts this on the Ideas forum, that’ll get this flagged for a future BP release. I know John’s working on xProfile in BP 1.3, so it’ll never work again properly *hides*

Viewing 25 results - 4,901 through 4,925 (of 5,698 total)
Skip to toolbar