Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Steve Taylor

    Steve Taylor started the topic user_id in code for custom members loop in the forum How-to & Troubleshooting 8 years, 8 months ago

    I’m creating a custom members loop to show a few active members. I pass query args to bp_has_members(), then include the usual members loop.

    Some member info is displayed correctly, e.g. bp_group_member_link() does show the member’s name, linked. But the link is missing. Also, the avatar isn’t showing.

    I’ve drilled down into the core functions…[Read more]

  • Profile picture of Abdullah Al Mamun

    Abdullah Al Mamun replied to the topic Custom Code in the forum Creating & Extending 8 years, 8 months ago

    @peter-hamilton Im using BuddyPress Xprofile Custom Fields Type plugin too.

  • Profile picture of Abdullah Al Mamun

    Abdullah Al Mamun replied to the topic Custom Code in the forum Creating & Extending 8 years, 8 months ago

    buddypress – bp-templates – bp-legacy – buddypress – members – single – settings.php?

    Here inside i added:

    <div class=”item-list-tabs no-ajax” id=”subnav” aria-label=”<?php esc_attr_e( ‘Member secondary navigation’, ‘buddypress’ ); ?>” role=”navigation”>

      <?php if ( bp_core_can_edit_settings() ) : ?>

      <?php bp_get_options_nav();…

    [Read more]

  • Profile picture of Abdullah Al Mamun

    Abdullah Al Mamun started the topic Custom Code in the forum Creating & Extending 8 years, 8 months ago

    How I can add

    1. A link to sign up form. I tried the following but no effect:

    Add Extra links to BuddyPress User Profile Menu & BuddyPress Group Menu

    I want to use a download link in the signup form so user can download Credit Reference Form.

    2. In the date section how i can add a calendar instead of date?

    Im…[Read more]

  • Profile picture of metalhead

    metalhead started the topic How to hire buddypress developer in the forum Requests & Feedback 8 years, 8 months ago

    Hello,

    I’m looking to hire a developer familiar with BuddyPress for a handful of tasks that I can’t figure out on my own, or through support forums.

    I’ve tried using upwork.com, but despite the way that site is advertised, there was nobody interested in my BuddyPress objectives.

    I’m aware of Buddydev – that guy is great. But do I have any…[Read more]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic avatar upload smaller then 0kb in the forum How-to & Troubleshooting 8 years, 9 months ago

    @winstart I can’t replicate any issue with avatar or cover image uploads, can you ensure you have any third party plugins disabled and test again with a plain WP/BP install preferably running a Stock WP theme i.e 2017.

    I’ve closed the trac ticket for the moment, that’s more suitable when there is a proven issue.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic registration page styling in the forum How-to & Troubleshooting 8 years, 9 months ago

    You should use your theme’s style.css document. Editing core files isn’t recommended.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How do I show woocommerce activities in Buddypress activity? in the forum Creating & Extending 8 years, 9 months ago

    You can add items to the activity stream using bp_activity_add().

    See here https://codex.buddypress.org/developer/function-examples/bp_activity_add/

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic How do I show woocommerce activities in Buddypress activity? in the forum Creating & Extending 8 years, 9 months ago

    Have a look at this plugin: https://themekraft.com/products/woocommerce-buddypress-integration/

  • Profile picture of Clash of Clans Hack Cheats

    Clash of Clans Hack Cheats's profile was updated 8 years, 9 months ago

    Clash of Clans Hack Cheats

    @gulliblecorps7400

    View Profile
  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Buddypress and Woocommerce conflict in the forum Installing BuddyPress 8 years, 9 months ago

    I don’t have a problem – I have BP & WP installed on 2 sites and have never had an issue, so I suspect it’s a co-incidence.

    You’ll need to do some investigation to find out what is actually causing the error. Start by changing your wp-config.php file to write an error log. Find the line which says define('WP_DEBUG', false); and change it (plus…[Read more]

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Can an xProfile field be used to auto add to group in the forum How-to & Troubleshooting 8 years, 9 months ago

    As far as I know, there’s no way to do that with BuddyPress’ built-in tools.

    However, it is possible with plugins such as the one you identified.

    I had a similar requirement and ended up doing it by utilising BP’s Member Types functionality (which require a plugin or custom code to set up), a plugin called BuddyPress Xprofile Member Type Field…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Disabling Toolbar in the forum How-to & Troubleshooting 8 years, 9 months ago

    Found a solution, using BuddyMenu. 4 years without an update but seems to be working fine.

    Glad you got this working 🙂

  • Profile picture of Jamie Laura

    Jamie Laura's profile was updated 8 years, 9 months ago

    Jamie Laura

    @jamielaura

    View Profile
  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Changing Email Activation Redirect in the forum How-to & Troubleshooting 8 years, 9 months ago

    Hi,
    I am sorry about that. Can you please disable and see if the email is being sent? I looked ad the plugin code and I don’t see anything that can prevent it(It is just 4-5 line of code).

    Regards
    Brajesh

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Single line text field in the forum How-to & Troubleshooting 8 years, 9 months ago

    Hi Carsten,
    Do you want to disable the toolbar(Rich text area) and use plain text area?

    If that is the case, you can put following line in your theme’s functions.php or the bp-custom.php(in the plugins directory)


    add_filter( 'bp_xprofile_is_richtext_enabled_for_field', '__return_false' );

    Hope that helps.
    Regards
    Brajesh

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Disabling number functionality in textboxes in the forum How-to & Troubleshooting 8 years, 9 months ago

    This can be easily done by validating the input both client side(using javascript) and server side.

    Ask them to look into data validation and they should be able to do it.

    regards
    Brajesh

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Changing Email Activation Redirect in the forum How-to & Troubleshooting 8 years, 9 months ago

    Hi,
    Most probably you are looking for a solution that does this:-

    1. Logs the user to the site when they activate their account
    2. redirects the user to their profile.

    If that is the case, you can use our free plugin

    BP Autologin on Activation

    Hope that helps.
    Brajesh

  • Profile picture of getbiggerdicknaturally43

    getbiggerdicknaturally43's profile was updated 8 years, 9 months ago

    getbiggerdicknaturally43

    @getbiggerdicknaturally81

    View Profile
  • Profile picture of Anonymous User 2132933

    Anonymous User 2132933 replied to the topic Automatic embed for image in the forum Third Party Plugins 8 years, 9 months ago

    Nobody ?

  • 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