Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic how to remove extra field from registration page in the forum How-to & Troubleshooting 10 years, 3 months ago

    All fields in default Base (Primary) fields group will appear on registration page. Those fields can be required or not, based on Required setting for fields: http://take.ms/soyY7
    So if you want to remove some custom field from registration page – just move it to another fields group (out of Base fields group).

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Restric Group Create in the forum Requests & Feedback 10 years, 3 months ago

    Try these:
    https://wordpress.org/plugins/buddypress-restrict-group-creation/ (and this http://premium.wpmudev.org/blog/how-to-restrict-buddypress-group-creation-based-on-user-roles-and-capabilities/)
    http://stackoverflow.com/a/23513783/515162

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic how to disable users from leaving a group? in the forum How-to & Troubleshooting 10 years, 3 months ago

    Try this: https://buddypress.org/support/topic/disable-leave-group-and-request-membership-buttons/
    And try this plugin as well: https://wordpress.org/plugins/buddypress-mandatory-groups/

  • Profile picture of Ben Hansen

    Ben Hansen replied to the topic Editing ‘Base’ Profile Group in the forum Creating & Extending 10 years, 3 months ago

    always glad to help!

    🙂

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Re-ordering a custom groups loop in the forum Creating & Extending 10 years, 3 months ago

    I think the JavaScript will detect a new option list value and kick off a new query to load the new info. I’d imagine you’d need to write the JavaScript listener and the new query yourself but there may be a way of hooking in that I’m not familiar with. Perhaps someone else here can comment?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Customize email templates in the forum How-to & Troubleshooting 10 years, 3 months ago

    Thanks Paul, this is a nice step forward with reference to sending email in BuddyPress.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Re-ordering a custom groups loop in the forum Creating & Extending 10 years, 3 months ago

    Ajax would be my first thought. Check out the AJAX in Plugins article for an introduction to that:
    https://codex.wordpress.org/AJAX_in_Plugins

  • Profile picture of Henry Wright

    Henry Wright replied to the topic page meta in the forum How-to & Troubleshooting 10 years, 3 months ago

    This will be added by your theme. Check out the Template Hierarchy article for info on how to customise what info is displayed.

    Ref https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Customize email templates in the forum How-to & Troubleshooting 10 years, 3 months ago

    The email stuff is in 2.5. It’s due out at the start of March.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Hooking into settings update in the forum Creating & Extending 10 years, 3 months ago

    It doesn’t look like there’s a function to clear those messages, but if you empty the global directly (bp->template_message and $bp->template_message_type), you’ll see that bp_core_add_message sets a cookie, so you’ll probably need to clear those cookies, too.

    It sounds like this should work.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Users receive lost password mail after registration in the forum How-to & Troubleshooting 10 years, 3 months ago

    It shouldn’t be doing this. I’d carry on by seeing if it’s related to any custom code in your theme or any other plugin or customisation you’ve made.

    I’m 99% sure BuddyPress does not itself send the Lost Password email (or trigger any code that does that), so my suspicion is in another plugin. Do you have anything customising wp-login.php (the…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Image cover profile and groups for default in the forum Creating & Extending 10 years, 3 months ago

    As these features are pretty new, there mightn’t be any existing plugins that offer this. I’m not sure it’s likely someone will spend the time reading the code and figuring it out to reply here unless you’ve started looking at the PHP yourself, in which case, let me know how far you got, and we’ll see if we can figure it out together.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Upload Failed! Error was: That photo is too big. Please upload one smaller than in the forum How-to & Troubleshooting 10 years, 3 months ago

    So the same image can be uploaded OK to the media library, but not BuddyPress? Very odd. How big is this image? (in resolution, and file size)

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Registration not working in the forum How-to & Troubleshooting 10 years, 3 months ago

    It looks like you’ve tried all the normal investigative things, so thanks.

    Not sure without debugging the code — but why does registration on your site take me to http://192.241.173.232/wordpress/register/ ? Totally different URL etc.

    I wonder if that has something to do with it.

    EDIT: is this your testing still? Do you have two different…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Can i attach a file on private messaging? in the forum How-to & Troubleshooting 10 years, 3 months ago

    I don’t know how well it works, but I found https://wordpress.org/plugins/buddypress-message-attachment/ from a quick search.

  • Profile picture of Ben Hansen

    Ben Hansen replied to the topic Editing ‘Base’ Profile Group in the forum Creating & Extending 10 years, 3 months ago

    did you add the fields in wp-admin?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 3 months ago

    Look in the WordPress codex.

  • Profile picture of Turker YILDIRIM

    Turker YILDIRIM replied to the topic activation in the forum How-to & Troubleshooting 10 years, 3 months ago

    I never used a plugin to accomplish this but there are many out there, just google “wordpress email login”

    https://wordpress.org/plugins/wp-email-login/

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 3 months ago

    Because of no .htaccess file (and no WordPress permalinks) BuddyPress will not be working properly. It requires permalinks enabled. On BuddyPress activation you should see this text:
    You must update your permalink structure to something other than the default for it to work.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 10 years, 3 months ago

    if ( ! is_user_logged_in() ) {
    add_filter( 'show_admin_bar', '__return_false' );
    }

  • 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