Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,101 through 4,125 (of 5,700 total)
  • Author
    Search Results
  • #22371
    Psyber
    Participant

    I’ve seen several threads started on this along with a lot of interest surrounding having multiple profile types on your buddypress site, but no working examples. I am sure a good majority of all buddypress sites could benefit from this feature.

    I would like to
    – Allow the user to choose their profile type during registration
    – Feature different x-profile fields for each profile type
    – Have the ability to brand the profile template somehow for each profile type, maybe just adding a badge
    – List members by profile type in the member directory, and search the member directory by profile type.
    – Options to have paid or free profiles with restrictions/features for each profile type

    Does anybody have suggestions/examples/guidance? I will continue my search.

    #22355
    lsparks
    Member

    Is there a way to assign a certain role of user hidden profile fields? I’m working on a private community where the administrators basically need to enter data in about members for their own reference, but that data should not be viewable or editable directly by the members themselves. The data would then be used to display different types of information and alerts to the members on their profile pages, as well as generate lists of members grouped by the data for administrators.

    darkray16
    Member

    Hello,

    I’m creating a custom admin page that will edit the users profiles with input fields that I will create. I also want to add in a section for buddypress avatars, i.e. choosing from a set of default avatars, uploading an avatar image, or disabling avatar for himself.

    Could someone point me in the right direction on how to do this?

    By the way, I’m making the changes to admin/dashboard through a plugin and am having trouble accessing Buddypress functions in my plugin. Any help on this would be great too.

    #113901

    In reply to: Member Profile Extras

    Virtuali
    Participant

    `one, too: cursor on “buddypress with logo” on menu, on left. it will show arrow to expand, see option there.`

    ???

    Just go to your dashboard and create more profile fields under “Profile Field Setup”

    #113839

    @paulhastings0 Try this filter, it will sync user name on the fly

    just paste this block of code in your template functions.php

    `
    /////////////////////////
    ///// To sync user names on the fly, it will show xprofile fullname of user
    /////////////////////////
    function wpi_sync_member_name($data) {
    global $members_template, $bp;

    #$firstname = xprofile_get_field_data( 1, $members_template->member->id ); // 1 = firstname > wp_bp_xprofile_fields.id
    #$lastname = xprofile_get_field_data( 51, $members_template->member->id ); // 51 = lastname > wp_bp_xprofile_fields.id
    #$fullname = $firstname .’ ‘.$lastname;
    #return $fullname;

    return bp_core_get_user_displayname( $members_template->member->id );

    }
    add_filter( ‘bp_get_member_name’, ‘wpi_sync_member_name’ );
    `

    Paul Wong-Gibbs
    Keymaster
    lselwd
    Member

    how do so?

    #22270
    equivox
    Member

    I am dying for an upload field so my users can ‘attach’ a resume to their profiles in Word, Text, or PDF. I understand the Group Documents Plugin may be extended to allow for an upload field for user profiles. Any word on when this will be ready? I was also wondering if this will be integrated with the Extended Profiles Interface, so the upload fields can be added there…

    Andrea Rennick
    Participant

    The “create blog” text only shows up if you’ve enabled multisite. Which I’m not sure the book covers.

    lselwd
    Member

    When a new user go to Register… … …. blog built check box, blog name…

    Neither seen custom fields created after installation of bp…

    I went install wp plug in “BP Groupblog”, installed success, but when went activated appeared:

    Plugin could not be activated because it triggered a fatal error.

    Warning: require(/home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/bp-groupblog/bp-groupblog-cssjs.php) [function.require]: failed to open stream: No such file or directory in /home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/buddypress-group-blog/bp-groupblog.php on line 26

    Fatal error: require() [function.require]: Failed opening required ‘/home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/bp-groupblog/bp-groupblog-cssjs.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/buddypress-group-blog/bp-groupblog.php on line 26

    lselwd
    Member

    I am a “buddypress FOR DUMMIES” BOOK Reader,… ch.6

    Virtuali
    Participant

    do not shown create blog data or, the fields in Profile, created by me after install

    What? Please rephrase your question, because I can’t understand your problem.

    lselwd
    Member

    On Register (BP Theme: Default), do not shown create blog data or, the fields in Profile, created by me after install, what to do to get seen?

    nabramovitz
    Member

    I want to create a checkbox field with a list of instruments. I want to group those instruments by their generic type such as strings, wind percussion, etc, etc. I do not want to create a separate group for each generic type since it makes using the profile harder. because it adds many sections and it makes any coding harder since it requires getting multiple fields to get the list of instruments.

    I would also like to list the checkboxes across the page verses down the page. I found that the suffusion theme will list across the page, but their integration with buddypress and its plugins seems alittle precarious. Is there some setting I am missing about changing the orientation of checkboxes and radio buttons with buddypress I am missing?

    Instruments (The existing Field Name)
    Strings (Title – new concept)
    violin [] cello [] (The normal checkbox options)
    Wind (Title – new concept)
    clarinet [] oboe [] (The normal checkbox options)

    How can I accomplish these two tasks without any major programming? If major programming is invovled, can I be pointed in the correct direction since I am new to buddypress?

    #113696
    Pisanojm
    Participant

    Here is a recap of some posts I posted at http://buddydev.com recently:

    I use Bp-Cosmic-Pro Theme built of of bp-mag and have about one spam registration per couple of weeks (and it’s usually a real person that registers and gets through)… They are caught within minutes of posting something ridiculous and marked as spammers by the admins.

    There are a number of reasons for that:

    1. It’s a closed/ register only site (but free to all), (note: I do not require e-mail validation either)
    2. I use BuddyPress Humanity Anti-Spam Plugin
    3. I use Si-Captcha Anti-Spam
    3. Multiple Profile fields are required to be filled-in at registration as an ANTI-SPAM measure – in part.
    4. I have a TERMS and use that Requires THE CHECKING of a box to register.
    5. I use the bad behavior plugin to keep out the crazies and use the Blocking-list feature of it.

    Occasionally, I get the I can’t register e-mail, but it is rare and there is a note for people to contact me if they can’t register properly… I have 1700 active (non-spam users) on my site and virtually no SPAM.

    I believe one of the keys to success here is that it is a “private site” and as such it’s not indexed (I realize this could be a problem for many sites, but not my niche site). So, sites don’t scrape it as a potential source to attack.

    I would also recommend the ANIMAL BuddyPress Captcha plugin.

    *****************************

    I usually think about SPAM protection in the form of a Castle for open community WordPress Sites:
    1. The Moat: Programs like Bad-Behavior and plugins that stop bots/scrapers before they get “through” to the site.
    2. The Gate/Drawbridge: Programs like Captchas, Math Challenges, Reverse fields that SHOULDN’T be filled in to “trap” bots from auto-filling.
    3. The Keep: Programs like Akismet.
    4. The Guards: Moderators with the ability to knock out spam when they see it.

    The biggest issue with BuddyPress is that THERE IS NO KEEP (no. 3 above) for the Activity Streams…
    As far as I know, there are not programs like Akismet or any of the “KARMA” / Comment anti-spam plugins that work for the BuddyPress group/activity/forum streams… DJ-PAUL has talked about making Akismet work on BuddyPress Streams at the BuddyPress.org site, but there is nothing yet that I know of yet –

    If anyone does know of something that will “auto-moderate” the BuddPress Stream updates/comments, please let me know… ;)

    Regards.

    naved
    Member

    i had created some fields under profile …so will all my members who will be registered to my site ..could see all that fiels….?????

    #22179
    djurban
    Member

    Hi, Well in users profile I would like my users to choose a number from 1 to 50 in some fiels so Im creating a lot of fields that are Drop Down Select Box, but i have to write one a another 1,2,3,4,5,6,7,8, is there any way to make this numbers default so I dont have to customize them as options in each field.

    In HTML Would be something like this
    `
    1
    2
    3
    4
    etc
    `
    But I dont know how to do this in php, specially in buddypress

    Thanks.

    #22178
    djurban
    Member

    Hi, Well in users profile I would like my users to choose a number from 1 to 50 in some fiels so Im creating a lot of fields that are Drop Down Select Box, but i have to write one a another 1,2,3,4,5,6,7,8, is there any way to make this numbers default so I dont have to customize them as options in each field.

    In HTML Would be something like this
    `
    1
    2
    3
    4
    etc
    `
    But I dont know how to do this in php, specially in buddypress

    Thanks.

    #113047
    solenyi
    Member

    @wordpresschina @boonebgorges
    Unfortunately, I cannot get it to work so far. I have 870 users with about 30 different profile fields from another CMS which I need to import, so it would be really important not to have to do this by hand… Could you provide an example csv file which shows how it should be structured? Are the names for the columns just given in the first row?

    Cheers

    Sebastian

    domrio
    Member

    Sorry about the double topic post, the first one said it failed.

    domrio
    Member

    While creating a gaming blog, I used the profile field set up in BuddyPress to set up a bunch of checkboxes for the user to select which consoles they own when registering.

    All I want is for the check boxes to be displayed as a list instead of in a row.

    They are like this: []Xbox[]PS3[]Wii

    I want them like this:
    []Xbox
    []PS3
    []Wii

    I looked into the code in register.php but can’t figure out how to do this:

    `

    `

    #112952

    In reply to: Export Users

    xsn0w
    Participant

    The plugin @Pisanojm suggested might work if we can add the custom profile loop fields to it.

    #112915

    In reply to: Update profile fields

    Jenny Beaumont
    Participant
    #112914

    In reply to: Update profile fields

    Jenny Beaumont
    Participant

    I’m looking for something similar – need to be able to update user profiles as an admin from backend…let me know if you find anything! :)

    Jenny Beaumont
    Participant

    Hi folks,

    I’m new to Buddypress and have been scouring the forums trying to find the answer to the first of many questions, but to no avail:

    How can I activate existing user accounts so that they show up as members of my community? Or more to the point, how can I manage user profiles as SuperAdmin, thru the backoffice?

    I have a site that was classic WordPress with about 20 contributors. I want to implement MS+BP, but my tests are still wonky. On the members page I show up, and it seems to recognize that there are 22 members altogether, but they will not show up in the list and are not searchable. Argh! They do show up as Authors thru blog posts, and I can click on their names to bring me to their profile page. But they seem to be considered “inactive” or something like that.

    These existing users would not have filled out the mandatory BP profile info like Name, and additional fields that I’ve added (or want to add).

    Am having a hard time understanding this relationship between Member profiles and User profiles. Suggestions? Tips? Plugins? Help?!

    Merci beaucoup!
    -jennyb

Viewing 25 results - 4,101 through 4,125 (of 5,700 total)
Skip to toolbar