Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 676 through 700 (of 94,540 total)
  • Author
    Search Results
  • #334419
    Rainbow
    Participant

    PS: I used this code in conjunction with the buddypress tool (Repair total members count):

    /*
    * Paste in your theme functions.php or in bp-custom.php.
    * Load the site in a browser
    * Remove from your theme functions.php or bp-custom.php.
    */

    function buddypress_add_last_activity() {
    
      $members =  get_users( 'fields=ID' );
      // $members =  get_users( 'fields=ID&role=subscriber' );
      
      foreach ( $members as $user_id ) {
            bp_update_user_last_activity( $user_id, bp_core_current_time() );
      }
    
    }
    add_action('bp_init', 'buddypress_add_last_activity' );
    Rainbow
    Participant

    Hi Buddypress Community,

    I have the weirdest issue regarding users.

    My Admin dashboard shows ALL users (ALL 1,734 Participants 1,732 and Subscribers 1,732).

    All of them have been active on the site (I used some PHP code to make all members active to ensure everyone shows up).

    But when I go to all members in the buddypress activity wall on the front end of the site, i see MORE! It shows 1,786 Users…!

    – What is going on, and how to fix that so there’s no user discrepancy.

    Many thanks

    Adi

    #334417
    Kokiri
    Participant

    I tried writing this code however no luck.

    <?php
    // Add action to show new avatar in activity stream
    function custom_bp_avatar_activity($user_id, $args) {
    // Get the user data
    $user = get_userdata($user_id);
    $user_link = bp_core_get_userlink($user_id);

    // Create the activity entry
    bp_activity_add(array(
    ‘user_id’ => $user_id,
    ‘action’ => sprintf(__(‘%s has updated their avatar.’, ‘buddypress’), $user_link),
    ‘component’ => ‘profile’,
    ‘type’ => ‘new_avatar’,
    ‘item_id’ => $user_id,
    ));
    }
    add_action(‘xprofile_avatar_uploaded’, ‘custom_bp_avatar_activity’, 10, 2);

    // Add action to show profile update in activity stream
    function custom_bp_profile_update_activity($user_id, $posted_field_ids, $errors, $old_values, $new_values) {
    // Get the user data
    $user = get_userdata($user_id);
    $user_link = bp_core_get_userlink($user_id);

    // Create the activity entry
    bp_activity_add(array(
    ‘user_id’ => $user_id,
    ‘action’ => sprintf(__(‘%s has updated their profile.’, ‘buddypress’), $user_link),
    ‘component’ => ‘profile’,
    ‘type’ => ‘updated_profile’,
    ‘item_id’ => $user_id,
    ));
    }
    add_action(‘xprofile_updated_profile’, ‘custom_bp_profile_update_activity’, 10, 5);
    ?>

    #334416
    polsodestro
    Participant

    Hi, in our theme is incuded the Youzify Plugin that manages some graphic settings. At the moment we solved the header problem with Youzify, but it has limited settings.

    This is the actual situation of the site:

    the portal is divided in 3 main areas: community for members, specialist psychologists area, courses.

    We think to manage the community with Buddypress, so to make that users can share info between themselves. For courses we use Learnpress.

    Home page: “psicologiaintribunale.it/2023 ”
    Community page: ” psicologiaintribunale.it/2023/la-community/ ”
    Specilist page: ” psicologiaintribunale.it/2023/cerca-il-tuo-psicologo-giuridico/ ”

    For membership we are using PMP.

    Please be free to suggest us the best solutions to make better the site.

    #334412
    Kokiri
    Participant

    Okay let me put this short and simple – first of all I’m not a spammer I’m a regular user requesting support for buddypress…. Just cause I don’t have a profile picture doesn’t automatically mean I’m a spammer. Does somebody need to see my driver license to prove it?

    Why isn’t there a way to ban users permanently or set a time until their allowed with a custom message?

    #334409
    Venutius
    Moderator

    Yes, let”s do that. I think this must be something to do with your theme template, since my theme does not have this issue and I do not think it’s anything to do with Buddypress.

    It may be that your theme creator will not want to support Buddypress, but you should ask them. However, I have a suggestion for a workaround if they do not want to do this.

    I also use a plugin to set a custom header per page, and this works on my BP sites.

    Unique Headers

    #334399
    Venutius
    Moderator

    Thanks! 🙂

    What I can see is that the group menu option that you picked is pointing some odd post_type=buddypress url, which is wrong, it should simply point to https://yoursite.com/groups (or your translation of the word groups.

    You can either try editing that menu item, or create a custom link to that URL. (yoursite,com should be your own site address).

    Is that a psychology site you have there?

    #334395
    polsodestro
    Participant

    We have 2 menu links: the first to buddypress members page and the second to buddypress groups.
    These were running but from 2 days we have page 404.
    We dad tried to reset the slugs but the system had deleted all pages. Now we restored the site from a backup.
    How can we solve the not running links to buddy pages?
    Thanks in advance

    #334393
    polsodestro
    Participant

    Hi, we finded a database bkp in the hoster panel and recovered the site. We yet have the problem on the Buddy pages link (404).
    About slugs we had followed the link steps: settings -> Buddypress -> reset slugs to default ones.
    Ho could we solve the 404 page?

    Thanks

    Kokiri
    Participant

    Hello BuddyPress Support Team / Community,

    I hope this message finds you well. I am writing to request a feature enhancement for our BuddyPress community. We would love to see an option to automatically display when a user uploads or updates their avatar in the activity feed. This feature would significantly enhance user engagement by keeping the community informed of profile updates and encouraging interactions.
    Benefits:

    Increased Visibility: Members can immediately see when someone updates their avatar, promoting profile visits and interactions.
    Enhanced Engagement: Users are more likely to comment or react to avatar changes, fostering a sense of community.
    Streamlined User Experience: Automated updates in the activity feed ensure that members do not miss out on important profile changes.

    Suggested Implementation:

    Avatar Update Trigger: When a user uploads or updates their avatar, a trigger should generate a new activity entry.
    Activity Message: The activity entry could display a message like “User [Username] has updated their avatar.”
    Integration with Existing Feed: The new activity entry should seamlessly integrate with the existing activity feed, appearing in chronological order.

    Customization Options:

    Privacy Settings: Allow users to opt-out of broadcasting their avatar changes if they prefer privacy.
    Activity Message Customization: Option for users to add a custom message along with their avatar update notification.

    We believe this feature would greatly benefit our community and enhance user experience. Thank you for considering our request. We look forward to your response and any potential updates on this feature. We did find a way to block certain activity types from showing up in the activity feed – however we’re looking for a way to add this particular type in our feeds.

    Best regards,

    #334387
    polsodestro
    Participant

    We haven’t a backup becouse the site is work in progress. We reset the slugs becouse the buddypress pages weren’t more running

    #334384
    polsodestro
    Participant

    Hi, all the site pages was deleted after Buddypress slug reset. How can i recover all my pages?
    Please help me.

    Thanks

    thinlizzie
    Participant

    Where’s your approval functionality coming from ? … WordPress, Buddypress, or a plugin?

    kryzdev
    Participant

    Hello Support Team,

    I’m experiencing a frustrating issue with BuddyPress on my website. When users (including myself as Admin) try to upload a profile photo or banner, the media uploader works, and the image appears to upload successfully, displaying the “Profile picture updated successfully” message. However, upon refreshing the page or navigating to another section, the uploaded image disappears, and the profile reverts to having no profile image.

    Despite trying various plugins to manage upload sizes and file types, none of them make any changes. Deactivating all plugins didn’t resolve the issue either. The only temporary solution was switching themes, but I’ve invested significant time customizing my current theme, and starting over would mean losing all that work.

    I’ve tried:

    – Clearing cache
    – Using different browsers
    – Deactivating all plugins
    – Switching themes (temporarily resolved the issue, but the image disappeared again when switching back)

    Any suggestions or help would be greatly appreciated to resolve this issue and retain my theme and profile photos in BuddyPress.

    Thanks in advance!

    tuckeror
    Participant

    I am using Extended Profile for a user registration form. I’d like to use the default WordPress bio field (Biographical info). I am able to add it in the Extended Profile settings (under Type -> WordPress Fields -> Biography), but there is no option to require it. I can make other fields required. How could I go about making that field required?

    WordPress 6.5.4
    BuddyPress 12.5.0

    #334332

    Topic: Fatal error

    in group forum Installing BuddyPress
    serranospc
    Participant

    BuddyPress causes fatal error on the website. Any incompatibility with other plugins? How can you help me figure out the problem and solve it?

    #334330

    Topic: Security II

    in group forum Installing BuddyPress
    serranospc
    Participant

    I can’t repeat the action, but BuddyPress exposed the back end to a user with specific permissions.

    #334327
    academiciens
    Participant

    Hello,

    My installation is under buddypress 12.5.1 I have the BuddyX free theme, when I go to the activity part and click on RSS feeds I have a bug. How to remove the button so that my users are not this bug or how to solve this bug?

    screen

    #334326
    Anonymous User
    Inactive

    Hi contributors,

    Please help us test our next major release 🙏.

    BuddyPress 14.0.0 Beta 1

    #334306
    jlb1489
    Participant

    So after installing Buddypress spacebar in any frontend field doesn’t work and strangely also (p). Both don’t work.

    #334290

    In reply to: Permissions

    serranospc
    Participant

    Hi Koka,

    I’m using WCFM – marketplace and Groups and Teams plugin for sellers, but for client, the app doesn’t work. That’s why I chose BuddyPress to create the buyer groups.

    Can you help me in the implementation of the buyer teams, considering the levels mentioned above? I’m used to using Code Snippets, but I’m not a programmer.

    Thanks,
    Serrano

    #334287
    serranospc
    Participant

    My site is Woocommerce brand and I created Shopping groups via BuddyPress formed by Purchasing Manager, your buyers and Financial Manager. I would like the Purchase Orders accepted by the buyers to be forwarded to the Purchasing Manager for approval. Only then would an order be processed and released for payment by the Finance Manager and only he would have access to Check out.

    #334285
    Anonymous User
    Inactive

    Hi!

    Please upgrade to 12.5.1. It fixes a security issue, read more about it:

    BuddyPress 12.5.1 Security Release

    kkjdroid
    Participant

    The user version works perfectly. The group version correctly removes the existing tab and adds a new one, but the new tab leads to a 404 page when clicked. I was able to replicate on a fresh Docker install of WordPress 6.5.4 and BuddyPress 12.5.0 with no other plugins (besides the one I’ve made, which is one file) and the Twenty Twenty-Four theme. Thanks in advance for any help.

    Koka boka
    Participant

    Adds a retweet functionality to BuddyPress activity streams.

    Main functions:

    Adding a retweet button:

    The “Retweet” button is added to each record of activity in the feed. Shows the number of retweets of each entry.

    Creating a new activity:

    When you click on the “Retweet” button, a new record is created in the activity feed of the user who retweeted the original post. The original publication is not changed, but a new record appears indicating the author of the original.

    Retweet banner:

    The new activity record contains a banner with the original author’s avatar and name, as well as a link to original publication.

    User notifications:

    The user receives a notification when their post has been retweeted. The notification contains the name of the user who made the retweet and a link to the new activity record. The author of the post does not receive a notification if he retweeted his own post.

    Retweet counter:

    The plugin tracks the number of retweets of each post and displays this information next to the “Retweet” button.

    Styles and scripts:

    The plugin includes custom styles for buttons and banners, as well as JavaScript for dynamic interaction with the retweet button.

    Translation support:

    The plugin supports translation into other languages, which allows you to localize it for different language audiences.

    Revitek post for BuddyPress

    Advantages of using the plugin:

    Increased engagement: Users can easily share interesting posts, which increases engagement on the platform. Convenience: A simple interface allows users to quickly retweet posts without having to copy and paste content. Notifications: Users stay informed when their posts are retweeted, adding motivation to create content. Localization: Translation support allows you to use the plugin in different languages, making it accessible to a global audience. The Revitek post for BuddyPress plugin is a powerful tool for improving user engagement on your BuddyPress platform. With it, users can easily share posts, receive notifications about interactions and enjoy a user-friendly interface.

    This is a release version, so I will be grateful for feedback and suggestions.

    Github Revitek post for BuddyPress

Viewing 25 results - 676 through 700 (of 94,540 total)
Skip to toolbar