Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] is it possible to let users set a field only limited times? in the forum How-to & Troubleshooting 9 years, 11 months ago

    @shanebp
    hi, and thanks for your attention.
    i edited my answer! i read your answer more carefully.
    is it still possible to use the hook you mentioned even for custom-user-meta?
    i’ve created a custom meta, and want to get it from users, only for limited times.
    so do_action( ‘xprofile_profile_field_data_updated’, $field_id, $value )
    what can i use…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs posted an update 9 years, 11 months ago

    Your WordPress version is 4.5 or higher, you can enjoy the Activity Embeds feature we’re introducing in BuddyPress 2.6!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs posted an update 9 years, 11 months ago

    Your WordPress version is 4.5 or higher, you can enjoy the Activity Embeds feature we’re introducing in BuddyPress 2.6! https://videopress.com/v/VwVrGm7a

  • Profile picture of @mercime

    @mercime updated the Group Types page, on the BuddyPress Codex 9 years, 11 months ago

    BuddyPress 2.6 introduced the concept of group types. This functionality is outlined below.
    Registering group types
    BuddyPress itself does not register any group types. Plugins and themes can register group […]

  • Profile picture of Masoud

    Masoud started the topic [Resolved] is it possible to let users set a field only limited times? in the forum How-to & Troubleshooting 9 years, 11 months ago

    hi.
    i was wondering if it is possible to let the users, set their data on some special field only once.
    let’s say email for example.

    1) in the buddypress registration form they set a valid email.
    2) get activation email , and enter to profile
    3) change their email (and activate the second email)
    4) they want to change their email again. but they…[Read more]

  • Profile picture of armaan afroz

    armaan afroz's profile was updated 9 years, 11 months ago

    armaan afroz

    @armaanmalikkhan

    View Profile
  • Profile picture of Rawdee

    Rawdee's profile was updated 9 years, 11 months ago

    Rawdee

    @rawdeegaming

    View Profile
  • Profile picture of Masoud

    Masoud replied to the topic register page problem in the forum How-to & Troubleshooting 9 years, 11 months ago

    solved it.
    hopefully someone from wordpres.org helped me.
    here is the link for anyone in the future faced the same problem as me.
    wordpress.org page

    the answer was:
    If you want to add some user meta info in user database while registration you need to use “user_register” filter like below code:Add code in your themes function.php file
    add_action(…[Read more]

  • Profile picture of Masoud

    Masoud started the topic register page problem in the forum How-to & Troubleshooting 9 years, 11 months ago

    hi.
    i made an extra field on buddypress registration form.

    <tr>
    <th><label for="person_relation">Inviter's Name</label></th>
    <td>
    <input type="text" name="person_relation" id="person_relation" value="<?php echo esc_attr( get_the_author_meta( 'person_relation', $user->ID ) ); ?>" class="regular-text" /><br />
    <span class="description">Please enter…
    [Read more]

  • Profile picture of Masoud

    Masoud replied to the topic how to create a new field in profile fields? in the forum How-to & Troubleshooting 9 years, 11 months ago

    i’ve managed to create a extra field by ID, and this is the function to save it.
    it’s name is “person_relation”.

    add_action( 'personal_options_update', 'my_save_extra_profile_fields' );
    add_action( 'edit_user_profile_update', 'my_save_extra_profile_fields' );
    function my_save_extra_profile_fields( $user_id ) {
    if ( !current_user_can(…
    [Read more]

  • Profile picture of dainismichel

    dainismichel replied to the topic What's a Reasonable Out-The-Box Functional Community Setup? in the forum How-to & Troubleshooting 9 years, 11 months ago

    i have an important project to finish, so i can’t post my setups right now — but honestly — i was hoping that others would post reasonable plugin and theme combinations that work well when installed. basically, combos where you can configure some settings, sure, but where you don’t have to do custom programming just to get basic community…[Read more]

  • Profile picture of Masoud

    Masoud started the topic how protect a profile field ? in the forum How-to & Troubleshooting 9 years, 11 months ago

    hi.
    i have 2 questions.
    1) how can i create a new profile field?
    2) how to protect it from the users so they can only set that field’s data once.
    and cannot change it after that.
    just like the username field in registration form, which u cannot edit it or change it after it has been set!

    how can i do this?
    any suggestion?

    tnxx for help.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 9 years, 11 months ago

    That’s strange! The credentials to use are the same as those you use here in the forum so if you can log in here then you should be able to log in there. Can you try clearing your cookies?

  • Profile picture of Jorrit

    Jorrit started the topic sending private message gives error, but gets delivered in the forum How-to & Troubleshooting 9 years, 11 months ago

    When sending a private message an error is displayed “Message was not sent. Please try again.” while the message is actually delivered and also in the Sent items. Sending a public message does however not show the same behaviour.

    I have tried using the 2015 theme (running default 2011) and disabling all other plugins, but to no improvement.
    One…[Read more]

  • Profile picture of Jorrit

    Jorrit's profile was updated 9 years, 11 months ago

    Jorrit

    @jorritjorritsma

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to Count Custom Post Types in Nav Tabs? in the forum How-to & Troubleshooting 9 years, 11 months ago

    @henrywright but apparently I need to use bp_setup_nav to add a navigation tab

    Yes, that’s right, you do.

    This is one of those situations where you seem to be doing everything right but a bit of digging is needed to see what’s actually wrong.

  • Profile picture of Masoud

    Masoud started the topic how to create a new field in profile fields? in the forum How-to & Troubleshooting 9 years, 11 months ago

    hi.
    i am using latest version of wordpress and buddypress.
    ——
    i want to create a new field by code, in group1 (which will be appeared on signup page) so when user is signing up,
    see that box and fill it, and cannot edit it after the account creation (for example just like USERNAME!)
    (you set it once, and it cannot be edited after…)

    and…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Activity stream as default member page in the forum How-to & Troubleshooting 9 years, 11 months ago

    The Change Default Members Profile Landing Tab article will help you do that.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 9 years, 11 months ago

    I just tried (with the same details I use here in the forum) and was able to log in successfully. Are you still having trouble?

  • Profile picture of Renato Alves

    Renato Alves commented on the post, We talked about BuddyPress at WordCamp Antwerp, on the site BuddyPress.org 9 years, 11 months ago

    Congrats imath! I’m impressed by the number of tools you’ve created around BuddyPress. They are all really helpful. Congrats!

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In