Questions tagged [buddypress]

Introducing BuddyPress, the ultimate WordPress plugin designed to effortlessly create and manage diverse social networks on your website. Elevate user engagement through captivating member profiles, dynamic activity streams, interactive user groups, seamless messaging functionalities, and an array of additional exciting features. Experience limitless possibilities with BuddyPress!

Is it possible to enhance the Buddypress Unread message count with a real-time update

I have implemented the code below in order to display the unread message count for logged-in users within a template. <?php if (messages_get_unread_count() != 0) { ?> <div id="message_count"> <div class="countspan"> < ...

When attempting to upload a PDF or DOC file to WordPress media using a subscriber role, an error is encountered

Recently, I started using BuddyPress Docs and encountered an issue when trying to upload files from my front-end website. Image uploads were successful with a subscriber role, but I faced errors when attempting to upload .PDF or .xlsx files. I received ...