Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of bellaleon4

    bellaleon4's profile was updated 10 years, 7 months ago

    bellaleon4

    @bellaleon4

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Do I need Xprofiles, can't i just use User Meta in the forum How-to & Troubleshooting 10 years, 7 months ago

    You can disable the xProfile component and there shouldn’t be any ill effects associated with doing that. You obviously won’t get that functionality but of course you’re free to use the WordPress-based usermeta to store profile data instead.

  • Profile picture of deon hoh

    deon hoh's profile was updated 10 years, 7 months ago

    deon hoh

    @deonhoh152

    View Profile
  • Profile picture of holak laoka

    holak laoka's profile was updated 10 years, 7 months ago

    holak laoka

    @holaklaoka

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Contact form on profile in the forum Third Party Plugins 10 years, 7 months ago

    You could try the BuddyPress Ideas forum:

    Ideas

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Exclude groups from get_total_group_count in the forum Showcase 10 years, 7 months ago

    You might also want to exclude hidden groups, just as the default group count function does. For example:

    status != 'hidden'

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Contact form on profile in the forum Third Party Plugins 10 years, 7 months ago

    Cool idea. I haven’t seen a plugin which can do this myself. Did you check the Plugin Directory?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Exclude groups from get_total_group_count in the forum Showcase 10 years, 7 months ago

    Considering you need to use a custom where clause to get your data, you should do what @shanebp suggests here:

    Just make it a custom function that you call wherever you want.

    My tweak only makes sense when a simple adjustment to $count is needed.

  • Profile picture of Henry Wright

    Henry Wright's profile was updated 10 years, 7 months ago

    Henry Wright

    @henrywright

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Lost Password not working in the forum How-to & Troubleshooting 10 years, 7 months ago

    are there any guidelines for issue posting?

    Anything that you think may help the core team really. Usually a list of steps describing how to reproduce the problem is super useful. Also, as much info about your setup as you can such as plugins activated, theme, whether you use multisite, which browser you use and so on.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Notifications of my own forum topic replies-bug? in the forum How-to & Troubleshooting 10 years, 7 months ago

    Whilst notifications is a BuddyPress component, it’s actually bbPress that handles this particular notification via their bbp_buddypress_add_notification() function. If you pass the following link to the bbPress guys, they should be able to take it from here.

    Ref:…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Lost Password not working in the forum How-to & Troubleshooting 10 years, 7 months ago

    3 reports in 3 weeks sounds as though there could be an issue here. Can you open a ticket on Trac?

    https://buddypress.trac.wordpress.org/

    You can use the same username and password that you use here in the forum to log in. Please provide as much background info as you can regarding your setup.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Exclude groups from get_total_group_count in the forum Showcase 10 years, 7 months ago

    Inside the function, there’s a bp_get_total_group_count filter hook which can be used. Something like this as an example:

    function my_group_count_filter( $count ) {
    // Do something with $count here.
    return $count;
    }
    add_filter( 'bp_get_total_group_count' ,'my_group_count_filter' );

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add custom field to activity feed in the forum How-to & Troubleshooting 10 years, 7 months ago

    Oh, and you’ll need preg_match().

    Ref: http://php.net/manual/en/function.preg-match.php

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add custom field to activity feed in the forum How-to & Troubleshooting 10 years, 7 months ago

    Would it be easiest to search for any text preceded by a “@”?

    Yeah that’s a good idea. The regex pattern you’ll need will be something like @[0-9a-Z_-]+. That will find within the activity item’s text all strings that begin with an @ character which is followed by one or more lowercase or uppercase characters, including numbers and the – and _ c…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add custom field to activity feed in the forum How-to & Troubleshooting 10 years, 7 months ago

    Right, I see! I’m thinking you’ll need to use a regular expression to get the mentioned user’s username from the activity item’s text. Then you can do a user lookup using that username. From there you’ll have everything you need to know about the mentioned user.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic User ID in Members Loop in the forum How-to & Troubleshooting 10 years, 7 months ago

    echo bp_member_user_id(); will output the user ID. How are you outputting the 35, 170 cm part?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add custom field to activity feed in the forum How-to & Troubleshooting 10 years, 7 months ago

    Do you mean grab the username and avatar of @-mentioned users for a) activity items already posted or b) new activity items going forward?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Stopping html codes and more… in the forum Showcase 10 years, 7 months ago

    Hi @goakes

    Yes that’s right, you can copy and paste the code into your child theme’s functions.php file.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Best Theme for Busy Community? in the forum Creating & Extending 10 years, 8 months ago

    There’s currently also 29 themes in the WordPress Theme Dir tagged “BuddyPress”. See here. I’m not sure if any of these will be different to the themes you’ve seen already at BP Inspire, but it’s worth taking a look 🙂

  • 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