Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,251 through 4,275 (of 5,701 total)
  • Author
    Search Results
  • #108558
    ultimateuser
    Participant

    @r-a-y – Ok but they are basically the non-required fields members leave blank when registering.

    I’d like to apply the second patch as well but then I come back to my initial question:

    “I do not have the file bp-xprofile-template.php on my server. Although I do have bp-xprofile-templatetags.php?”

    Can you also include a link to the entire amended file I need to use?

    philsquires
    Member

    Hello

    I would like to limit new/all members view of the membership site until they have completed the fields in the profile page.

    Is there a plugin or some coding that someone can recommend please…any help on this would be greatly appreciated…

    Phil

    #108182
    Youraj Pawar
    Participant

    I strongly feel using this documentation you can achieve what you want.
    https://codex.buddypress.org/developer-docs/group-extension-api/

    And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
    http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/

    And this for custom fields (Not sure how much this will help for groups)
    http://wparena.com/how-to/the-power-of-wordpress-custom-fields/

    bye

    charlcfc
    Member

    Hi All

    A client requested the following, but not 100% sure if the objective can be achieved. Perhaps there are plugins that can do the following….

    Users can apply for a position and then within their activity stream it stipulates which jobs they applied for.
    The client wants a search box with a dropdown of jobs and user fields such as name, surname etc etc.

    Have come across the following plugins:
    http://buddypress.org/community/groups/multisite-global-search/activity/
    http://buddypress.org/2009/04/google-custom-search-for-buddypress-wpmu/
    members filter search ~ bp-profile-search.2.5.zip

    Know it is possible to search for specific user profile fields and return a list of users, however is it possible to have a dropdown of certain activities and then do a custom search on users using custom fields on that particular activiy to return the search values ?

    hope that someone can point me into the right direction, or have some advice on how to achieve the objective. Not to sure if this is possible within buddypress.

    Regards,
    Charl

    #20734
    charlcfc
    Member

    Hi All

    A client requested the following, but not 100% sure if the objective can be achieved. Perhaps there are plugins that can do the following….

    Users can apply for a position and then within their activity stream it stipulates which jobs they applied for.
    The client wants a search box with a dropdown of jobs and user fields such as name, surname etc etc.

    Have come across the following plugins:
    http://buddypress.org/community/groups/multisite-global-search/activity/
    http://buddypress.org/2009/04/google-custom-search-for-buddypress-wpmu/
    members filter search ~ bp-profile-search.2.5.zip

    Know it is possible to search for specific user profile fields and return a list of users, however is it possible to have a dropdown of certain activities and then do a custom search on users using custom fields on that particular activiy to return the search values ?

    hope that someone can point me into the right direction, or have some advice on how to achieve the objective. Not to sure if this is possible within buddypress.

    Regards,
    Charl

    #107969
    noizeburger
    Participant

    Have you tested the solution I’ve mentioned? Just for your interest: I set up a naked wp 3.1. (single) with buddypress 1.2.8, BuddyPress xProfiles ACL, Capability Manager and WP Roles at Registration – works like a charm and requires no coding by hand.

    #13022
    sdpkelkar
    Member

    Edit: Just realized my post is possibly in the wrong group. Apologies!


    Hi all.
    As a newbie who is comparing Buddypress and Drupal Commons, I would really appreciate your advice on which platform is more appropriate for an academic project I’m working on. The project involves three kinds of users:
    1. Users who can post projects (Posters)
    2. Users who can apply as them (Bidders)
    3. Users who can sponsor these projects (Sponsors)

    All these user types will have different pages, access rights,/ permissions, navigation menus, profile fields etc.
    Which is a better platform for such a project- BuddyPress or Drupal? If there’s any additional information you’d like please let me know and I’ll immediately post it.

    Thanks!!

    #107849
    noizeburger
    Participant

    PS: I often think about switching to single installation of wp, your combination of plugins would be the only one working, as described by the author of the stuff in my links. So I don’t have to think about switching again.

    #107848
    noizeburger
    Participant

    Maybe you should try this solution: works for wp3.1 multisite, also there are hints when working with single-site. I have it working on my multisite (but with the old code example).
    The first link shows you how to make a selection for roles at signup: http://cleverness.org/2011/01/27/updated-buddypress-user-roles-code/
    The second link is for the setup of which profilegroups (fieldgroups) are shown on certain roles: http://cleverness.org/2010/10/13/user-types-in-buddypress-assign-xprofile-groups/

    Give it a try, it works for me.

    #107833
    Virtuali
    Participant

    bp_get_the_profile_field_input_name() just gets you what they have imputed in the name. As easily read by the statement.

    Why are you trying to input in the file? Just go to your admin section of buddypress, and add “Country” as a new text box for the form.

    Unless your trying to put it in core fields?

    P.S, for future, check this out: Rich has a Great Directory for other Action Hooks, just like above: http://etivite.com/groups/buddypress/hooks/search/component/?c=bp-core

    rockykurien
    Member

    Hi,

    I have used WP roles at registration to let users choose from amongst 3 differernt roles when they register.
    Could someone help me with how to restrict extended profile groups based on these roles?

    ie Role 1 should see only xProfile Groups base and group1
    Role 2 should see only xProfile Groups base and group2 etc

    I saw the plugin Buddypress profiles Manager
    However it shows the other groups as tabs in edit profile.

    #20608
    Archie Webmaker
    Participant

    I have been searching inside xprofile files for the function that create the default Name (core) field.

    Can anyone help create a function

    #20606
    ultimateuser
    Participant

    The problem I have is that not all fields are required when registering. If some members decide not to complete certain field I will get double grey fields or double white fields on the members page – which looks distorted.

    How could you correct this? OR How can I remove the Zebra styling completely?

    just2izy
    Member

    I am also having a similar error and Yes @djpaul it is the same Lines. I am also using custom fields but I have 3 groups, the group having the problem has only checkboxes and is a required field.

    `
    Warning: trim() expects parameter 1 to be string, array given in C:xampphtdocsashantibar.orgwp-contentpluginsbuddypressbp-xprofile.php on line 717

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsashantibar.orgwp-contentpluginsbuddypressbp-xprofile.php:717) in C:xampphtdocsashantibar.orgwp-includespluggable.php on line 897
    `

    Hugo Ashmore
    Keymaster

    BuddyPress users are essentially WP users there’s no separation and in this and other respects BP is a plugin running under WP and thus using aspects of WP such as users/signups

    Buddypress has extended profiles that can be set in the dashboard under the BP menu there you can add new fields to the base group (base group fields are displayed on the initial signup page) or create new filed groups for anything you like and those will be displayed on the users profile screens and accessed under ‘edit profile’ by the user to complete.

    As an admin you are very limited as to what you can set on a users profile, basically being restricted to the capabilities under the WP dashboard ‘users’ and ‘add users’

    #107382
    Paul Wong-Gibbs
    Keymaster

    By default, all profile fields which you’ve put into the first (default) profile field group will appear on the registration template.

    #20518
    gregfielding
    Participant

    I’ve got extra required profile fields on my group creation page. I don’t want them. I can’t figure out where they came from. And, I can’t figure out how to get rid of them.

    Do any of you have any clue where these could have come from?

    http://housingstorm.com/files/2011/03/groupcreate.png

    I’m 99% sure it’s not a plugin because I’ve deactivated all the group plugins and anything remotely related to profile fields. I’m 99% sure it’s not a hack, because there isn’t anything about it in my functions.php, or bp-custom.php.

    I tried taking the second-half of this line out of group/create.php: … do_action( ‘bp_after_group_details_creation_step’ ); /* Deprecated -> */ do_action( ‘groups_custom_group_fields_editable’ );

    It works in that the fields are gone, but you can’t go to the next screen because several of those fields are required.

    Googling for the answer, there are a lot of discussions where people are trying to figure out HOW to add extra group profile fields, but none of the solutions I found are applicable.

    I feel really stupid here.

    maesutsuro
    Member

    Did you proceed with it? I need the same thing but i’m unfortunately not good at coding

    #20510
    maesutsuro
    Member

    Hi there!

    I’m planning to use Buddypress for a social network connecting people of several subcultures. I like how everything matches my needs perfectly, there is only one caveat:

    My users and everyone who thinks about registering are constantly asking me for a way to customise their profile pages. Like on MySpace. It’s not the technically most sophisticated request in the world and i’ve stumbled over several people already asking for it
    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/css-for-member-page
    http://premium.wpmudev.org/forums/topic/custom-profile-theme-for-buddypresseducleanwpmu
    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/xprofile-custom-fields-profile-user-css-customization/ just to name a few.

    What i need is a plugin that queries a database for several CSS values on a per-user basis and fills them into the CSS code of that user’s profile: background image, font colour, link colour ..that sort of thing. An an editor a normal human can use. Members attach themselves far more to a website that gives them at least a littlebit of control about their appearance. I don’t care too much about the number of sql queries, cache load or all that. No use in a fast site nobody uses. I want to be able to offer my members a place they call home, even if it only took a few clicks to make it. Amazing, but it works, as many people still cling onto MS for exactly that reason.

    I know people will say users will go overboard with it and create a MySpace nightmare and some easy themes will suffice, but that is not the case and what i need.

    The problem is, i cannot code. I’m not rich either, but since this sort of plugin is apparently in demand maybe someone will find interest in it and i’m willing to spend at least $50 on a working solution to help the cause.
    And i’m serious about it. Please make this happen

    #107015
    Virtuali
    Participant

    Just creating new profile page category from my understanding??? Just to go your buddypress admin page under profile setup and create new fields there, no need to hook anything.

    P.S, why on your activity page is the header content below the avatar? Go into your theme’s CSS file and remove

    `div#item-header div#item-header-content {
    float:left;
    }`

    To clear things up, it should look a-lot nicer.

    #106883
    Hugo Ashmore
    Keymaster

    It’s a syntax error so you need to examine the line it’s referring to and check and correct the syntax php met an unexpected double quote mark and seems to be suggesting there ought to have been an ) closing parentheses. this is an extremely old post you have dragged up and I would expect this plugin/code to necessarily work given the version updates to BP since this was written.

    btw editing core files in this manner is not advised really, if it’s a filter it ought to be written to a functions.php file living in a child theme

    #106880
    richiedupe
    Member

    Hello, Im pretty new to php and i pasted the custom profile code into my bp-xprofile-filters.php file, and it killed my site, i just get the error: Parse error: syntax error, unexpected ‘”‘, expecting ‘)’ in /home/richied/plainprofile.com/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php on line 158

    i tried deleting and re-installing buddypress but im still getting it! site url is: plainprofile.com

    Any help would be HUGELY appreciated!!!!

    jakeL
    Member

    I am definitely interested in this too. Taking it a step further, it would be nice to make users complete a full profile for the site after logging in through Facebook. Right now the WP-FB-autoconnect works great, creates the user and logs them in – but then it brings them back to the homepage without filling out the rest of their profile.

    When you create an account in BP without logging in through facebook, the BP registration page asks users to complete all the required and optional fields in the profile – but I haven’t found a way to do this with Facebook, it just gives them a user name and logs them in. So I think what would need to happen is that after the facebook connect, the registration process isn’t complete – it points them back to the BP registration page (or something like it) where they can finish entering other required and optional fields.

    Any ideas on how this might work?

    A workaround might be that on the *first* login only, the user is redirected to the edit profile page, and on subsequent logins they’re redirected to the homepage and logged in normally.

    #106744
    clinthorner
    Member

    I have the same requirements. I guess I am not advanced enough to use the solution posted above. I tried messing with the solution above but am really getting nowhere. Can you elaborate on this? Does anybody else have a solution?

    Gayatriom
    Participant

    Hey. So my site has 5 different ‘Sets’ of Profile Fields.
    The thing is at the end of filling out each set, in addition to the ‘save changes’ button,
    I would like a ‘next’ button which will take the user to the next set of profile fields.
    Instead of having to scroll up and select the next set of profile fields to fill out.
    What would be the php code for this and how could I insert it?

    Thanks in advance!

Viewing 25 results - 4,251 through 4,275 (of 5,701 total)
Skip to toolbar