Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of gez4s

    gez4s replied to the topic Send email after rejection in the forum Creating & Extending 10 years ago

    Perfect! This is exactly what I was looking for! 🙂

    Thanks

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Private Message Count in the forum How-to & Troubleshooting 10 years ago

    If you don’t need to display the count on your website, the best way is to look in your database. The bp_messages_messages table will likely have lots of rows. The total number of rows will be the total number of messages sent.

    Running SELECT COUNT(*) FROM table_name; at the mysql terminal prompt will give you the info you need.

    Ref:…[Read more]

  • Profile picture of Georgio

    Georgio replied to the topic Buddy Press advice welcome in the forum How-to & Troubleshooting 10 years, 1 month ago

    Is BuddyPress the right tool for this simple approach to begin with?

    It depends on the image you want for your network. For example, you can rename the groups to clubs, but this will not affect second level slugs. Look at my problem I am googling since two days and don’t find solution. I found threads of people that ask for slug customization…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Adsense on activity stream? in the forum How-to & Troubleshooting 10 years, 1 month ago

    It looks like you could have the path wrong. Instead of your_theme/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php, try:

    your_theme/buddypress/activity/entry.php

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Send email after rejection in the forum Creating & Extending 10 years, 1 month ago

    The friends_friendship_rejected hook can be used here because it fires after a friendship request is rejected. Here’s an example:

    add_action( 'friends_friendship_rejected', function( $friendship_id, $friendship ) {
    // Send your email here.
    }, 10, 2 );

  • Profile picture of gez4s

    gez4s's profile was updated 10 years, 1 month ago

    gez4s

    @2611media

    View Profile
  • Profile picture of "><a href="javas&Tab;cript&colon;confirm(/shawar/)

    "><a href="javas&Tab;cript&colon;confirm(/shawar/)'s profile was updated 10 years, 1 month ago

    "><a href="javas&Tab;cript&colon;confirm(/shawar/)

    @alexxx007

    View Profile
  • Profile picture of riseUp

    riseUp started the topic How to add Base — View Info in the forum How-to & Troubleshooting 10 years, 1 month ago

    Hello.

    When user goes to Profile –> View, I currently see that the user can add Email Address, Describe Yourself, and Website.

    In BuddyPress administration, is there any way to add more fields to the View page for users to add more information about themselves? Thank you!

  • Profile picture of "><a href="javas&Tab;cript&colon;confirm(/shawar/)

    "><a href="javas&Tab;cript&colon;confirm(/shawar/)'s profile was updated 10 years, 1 month ago

    "><a href="javas&Tab;cript&colon;confirm(/shawar/)

    @armaanpathan321

    View Profile
  • Profile picture of MLHS

    MLHS replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago

    Super. Thanks, Henry.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago

    Some parts of BuddyPress use AJAX and some don’t. It’s common for plugin developers to add their own JavaScript, so feel free. See this article for info:

    https://codex.wordpress.org/AJAX_in_Plugins

  • Profile picture of Georgio

    Georgio replied to the topic Change all occurrences for "group" slug in the forum How-to & Troubleshooting 10 years, 1 month ago

    added more tags

  • Profile picture of MLHS

    MLHS replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago

    I’ve installed on a staging server and have started to play around with it. I do see that the activity feed does indeed have ajax for new comments and activity. What I’m seeing is that if I comment on an article, the article is not ajaxified. Is that something that is easy to code into my theme?

    Thanks for answering my dumb questions. I spent a…[Read more]

  • Profile picture of Georgio

    Georgio started the topic Change all occurrences for "group" slug in the forum How-to & Troubleshooting 10 years, 1 month ago

    Hi
    I have changed the slug “group” to “space” according to that page:
    https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

    I still see secondary slugs like:
    /group-settings/
    /group-avatar/
    /delete-group/

    For example:
    mysite.com/spaces/name_of_space/admin/**group-settings**/

    How do I change these,…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic change the email 'from' name (BuddyPress email templates) in the forum How-to & Troubleshooting 10 years, 1 month ago

    FYI wp_mail_from_name and wp_mail_from support are coming back in BuddyPress 2.5.3. Thanks to everyone’s feedback regarding this.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Setting Registration Page as static home page in the forum How-to & Troubleshooting 10 years, 1 month ago

    This doesn’t happen for me. When I set the page “Register” to a static front page, I can still see custom profile fields in the sign up form. Can you post some details about your set up?

    Theme
    Plugins active
    Do you use custom code snippets in bp-custom.php or functions.php?
    etc

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago

    Can we get that from buddypress?

    You sure can! The activity feed has AJAX built in so you shouldn’t see page reloading after posting a comment.

    If there is ajax functionality, does it do a continuous ‘load more’ or will it paginate after a set amount of comments?

    By default, a “Load More” button is displayed which when clicked will load the…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Using WP page templates with BuddyPress in the forum How-to & Troubleshooting 10 years, 1 month ago

    bbpress.php is handled by bbPress so you should give those guys a shout:

    https://bbpress.org/forums/

    This issue may also be applicable to BuddyPress templates so it’s worth keeping this topic open.

  • Profile picture of MLHS

    MLHS's profile was updated 10 years, 1 month ago

    MLHS

    @maple-leafs-hot-stove

    View Profile
  • Profile picture of Michael

    Michael started the topic WordPress blog excerpt in activity stream in the forum How-to & Troubleshooting 10 years, 1 month ago

    Hello,

    By default BuddyPress uses the beginning of a blog post for the activity stream. How can I use the WordPress blog excerpt instead for posts that have an excerpt?

    Thanks,
    Michael

  • 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