Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,476 through 4,500 (of 5,698 total)
  • Author
    Search Results
  • #94361
    islandcastaway
    Participant
    islandcastaway
    Participant

    I’m trying to add the extra user_meta fields from a users WordPress profile to the BuddyPress profile loop.

    get_usermeta(‘aim’); and get_the_author_meta(‘aim’ ); are not working.

    Welp!

    #94344
    Anton
    Participant

    Thanks @nit3watch

    Will test it out tonight. Did you ever release a plugin where you can add more profile fields to groups such as address, website, etc?

    #94318
    Roger Coathup
    Participant

    @arxpoetica

    I don’t know if you found any code in the meantime, but in case you haven’t:

    The basic function to insert a new profile field is: xprofile_insert_field()

    And, to populate a field use: xprofile_set_field_data()

    They are defined in bp-xprofile.php

    #94317
    Roger Coathup
    Participant

    @slashnata – no entiendo tu pregunta exactamente

    #94270
    Natasha
    Participant

    Hello Roger, at the company where I work are asking me to do a development similar to your questions …. and you develop something?, suddenly you develop a plugin?

    Thank you very much!!!

    Matt Edminster
    Participant

    There has been some talk about finding a way to create lists of users that be used to organize the buddypress directory.

    In my case, I’m using buddypress to create a combined intranet and socialweb for our non-profit organization. I have been looking for a way to assign members to various lists within the organization in order to set them apart from network partners, supporters and fans and to assign permissions and filter content in a way that paralells but doesn’t overwrite their wp permissions.

    I’ve cobbled together a temporary solution using the BuddyPress xProfiles ACL plugin but I’m hoping somebody out there can make something a little more robust. What I do is create an extended profile field or fields and group them apart from the default fields. The plugin now allows me to make these profiles editable by only certain user-roles. In my case, I set them to admin only. In this way, I can manually add filters to my directory to list only members I’ve identified with a particular field.

    Now, what I think would be really great is a plugin that takes this a bit further in these ways:
    1. Allows individual xprofile fields to be set as admin-write-only (no need to group them)
    2. Automatically creates a role for admin-only fields so that permissions can be granted
    3. Gives the option to create filters for the activity stream and members components

    Conceptually it seems like it ought to be possible. Wondering if any of the bp gurus out there can give feedback on whether this would work with bp code? Would anyone be interested in taking this on? I’d be willing to front some seed money.

    #94164

    In reply to: BuddyPress Spam

    Pisanojm
    Participant

    I’m using:

    Si Capthca
    BuddyPress Humanity Plugin
    BP Signup Xtra (with required birthdate and checkbox)
    Extra Profile Fields that require text input.
    Bad Behavior with HTTP:BL enabled…

    I’ve not noticed any spam logins yet…. knock on wood/cross fingers.

    #94149
    LPH2005
    Participant

    Writing from ignorance but should the Field Name start with the capital letter P?

    `bp_member_profile_data( ‘field=Province’ )`

    jamesparkin
    Participant

    I know this is a repeat thread, but it seems like I cant get things to work, I have default bp theme and plugin.

    So I want to add custom fields into the members-loop.php for example to display city,province under name. I have the code but it doesnt work. Only a blank space, do I have to add anything to the functions.php or something. I can get CIMY EUF to work but I want to be able to use the built in fields instead.

    thank you in advanced

    bp_member_profile_data(‘field=province’); <


    what I added

    athira
    Participant

    Hi guys,
    I need to use Å Ä Ö in the name of my profield fields but when I want to fetch the data using
    ‘bp_member_profile_data’, it cannot read the fields with å ä ö.
    Any ideas? I’ve tried using the ‘& a ring;’ etc but it doesnt help.

    #94005
    Ashwani
    Participant

    I have found ans to first question also. I have hooked my function to ‘bp_after_profile_field_content’, so now all new fields I can display before ‘Save’.

    Still working on 3rd question.

    Regards,
    Ashwani

    #15514
    Ashwani
    Participant

    Hi Friends,

    I have recently started plugin development for Buddypress. I have fair knowledge of PHP and understand basics of Plugin development. Please can you help me with certain queries below:

    1. I understand using action hooks I can call my own function, but how can say that call my function after or before the action hook. e.g. I want to display new fields / text in User profile page so I’m attaching my function in action hook ‘xprofile_template_loop_end’, but this writes all the fields and ‘Save’ button and then calls my function so my fields/text comes after ‘Save’ button. Am I using correct hook? Or there should be different way?
    2. How can I know in my function (to take appropriate action) the current selected option by user. e.g. action hook ‘xprofile_template_loop_end’ can be called in display and edit profile, how can I know in my function that it is edit or just display?
    3. How can I add new fields on a page and database thru plugin and not manually editing the page?

    Appreciate your help.

    thanks & regards,
    Ashwani

    jarvo1980
    Member

    Ooops sorry “ AND “
    Both to no avail..

    Oddly, this does work for one of my other custom fields though:
    `<?php
    $account_type= xprofile_get_field_data( ‘Account Type’,bp_get_member_user_id());
    if ($account_type== ‘Standard’) {
    echo ‘standard’;
    } else {
    echo ‘premium’;
    };
    ?>`
    Most confusing!!

    #15499
    Ashwani
    Participant

    Hi Friends,

    I have recently started plugin development for Buddypress. I have fair knowledge of PHP and understand basics of Plugin development. Please can you help me with certain queries below:

    1. Can you give me any link to good ebook for Buddypress plugin development?
    2. I understand using action hooks I can call my own function, but how can say that call my function after or before the action hook. e.g. I want to display new fields / text in User profile page so I’m attaching my function in action hook ‘xprofile_template_loop_end’, but this writes all the fields and ‘Save’ button and then calls my function so my fields/text comes after ‘Save’ button.
    3. How can I know in my function (to take appropriate action) the current selected option by user. e.g. action hook ‘xprofile_template_loop_end’ can be called in display and edit profile, how can I know in my function that it is edit or just display?
    4. How can I add new fields on a page and database thru plugin and not manually editing the page?

    Appreciate your help.

    thanks & regards,
    Ashwani

    #93861
    Ehegwer
    Participant

    Not to hijack, but I saw this and thought someone might have some suggestions for adding profile updates to the activity feed. (I’ve got custom fields, and want a notification to show up in the feed, when updated).

    #15420
    James
    Participant

    hi,

    is there any existing CSS (inside BP), which allows to modify layout of custom profile fields/table (I mean layout of page “Profile” of every member).
    Let’s say, if I create field/text box “Location” and user fill it in with 3 words, BP makes two rows, what is not understandable, because there are hundreds of px to the right side + word location and … are in different levels. I just want some nice rows with aligned text.

    thank you!!!

    #15409
    LPH2005
    Participant

    There are three teachers using http://www.thechembook.com now and students are claiming they get confused with links to the different teacher’s handouts. It would be best to create dynamic links based on the instructor. When students register they choose the instructor via radio buttons.

    Is there sample code for choosing content based on profile fields?

    Since there are three teachers, is it best to use something besides an if statement?

    Thank you for any guidance.

    Update
    It would be something like this (which doesn’t work)

    `

    `

    #15378
    youngmicroserf
    Participant

    I’ve been playing around with my Buddypress installation, trying to understand the system. One thing I don’t really understand is the concept behind the WP vs. BP profiles. I understand that BP profiles are public and WP profile fields are private, and that some information, like the main account email is mirrored between the two. I suppose that back when BP was born there wasn’t much to do with the WP profile information, but now there are appparently core functions allowing the extension of the standard profile fields. Since the BP-members are necessarily WP members, I think that the user management should be integrated, with BP-xprofiles offering a front end UI fpr profile editing and a way to make the information public.

    So, basically, I guess my question is – does anyone know of documents explaing how and why the current x-profile/WP-structure is done the way it is, and, possibly, how it is done in a bit more detailed way. I couldn’t find anything.

    Thanks!

    Roger Coathup
    Participant

    @rossagrant

    It’s not possible with the current profile implementation to have structured fields made up of several component parts (they’d be useful though!).

    As a workaround – you could group them together in their own profile group – and then it would require some rework of the edit / view profile templates to present the profile as you want it.

    #93465
    Maciej Skrzetuski
    Participant

    Yes, /httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress and all the *.php files exist.

    I use the default buddypress theme. I don’t use any plugins besides buddypress. My httpdocs is chmod 777 for installation. BP has written the following into .htaccess:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    bb-config.php has the same config for database as wp-config.php.

    I have following tables in my db.

    wp_bp_activity 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_activity_meta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_friends 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_groups 1 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:30 PM
    wp_bp_groups_groupmeta 2 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:30 PM
    wp_bp_groups_members 1 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:30 PM
    wp_bp_messages_messages 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_messages_notices 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_messages_recipients 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_notifications 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_xprofile_data 1 MyISAM 4.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_xprofile_fields 1 MyISAM 7.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_bp_xprofile_groups 1 MyISAM 3.0 KB Creation: Sep 26, 2010 at 02:28 PM
    Last update: Sep 26, 2010 at 02:28 PM
    wp_commentmeta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_comments 1 MyISAM 7.2 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_links 7 MyISAM 3.5 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_options 155 MyISAM 344.3 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:29 PM
    wp_postmeta 1 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_posts 3 MyISAM 8.7 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_terms 2 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_term_relationships 8 MyISAM 3.2 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_term_taxonomy 2 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:25 PM
    wp_usermeta 15 MyISAM 7.6 KB Creation: Sep 26, 2010 at 02:25 PM
    Last update: Sep 26, 2010 at 02:29 PM
    wp_users

    Is it a problem if you are running BuddyPress in a subdomain like http://sub.domain.pl?

    #93435
    zanzaboonda
    Participant

    Okay, so what if I’m looking to do the exact opposite? What if I want to specify which fields are always clickable? I’d like to be have members’ locations always clickable.

    Any thoughts?

    Thanks and best wishes,
    Kristen

    #93428
    Colton
    Participant

    So I’ve created the profile fields. How do I go about creating a directory template with a custom members loop that checks for the blog fields and displays them?

    #93415
    Roger Coathup
    Participant

    1 solution: Add profile fields for them to enter their blog details, create your directory template with a custom members loop that checks for the blog fields and displays them. This may be inefficient for a sparse databse with lots of members

    #93282
    Roger Coathup
    Participant

    p.s. your profile pages exist, so it’s just the menu / nav bar that’s missing: e.g. http://lumosnorge.no/members/kristin/profile

    Once you’ve fixed that problem – your site looks good – you should add your site to the gallery group on here

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