Search Results for 'buddypress'
-
Search Results
-
On my BuddyPress Members Directory Card, I want to disable the Cover Image, while the Cover Image should appear on the Member’s Single Page.
I used this Snippet:
// For members : add_filter( 'bp_is_profile_cover_image_active', '__return_false' );
Which I got from here:
BuddyPress 2.4.0 will introduce Cover Images for members & groups!
But it didn’t work.
Anyone know how I can effectively disable the Cover Photo from the Members Directory Card?
Regards.
For context, I am not a developer.
I created a child theme manually for BuddyX and the child theme works. However, the child theme does not have one of those preview picture that shows what the theme looks like in the Appearances -> Themes page and I wanted to add one.
Version details: BuddyX Version: 4.7.5 with Buddypress Version 14.2.1 and WordPress Version 6.7.1.
I know that in the buddyx folder in the hosting back end (wp-content -> themes -> buddyx), there is an image file called “screenshot.png”. This is a PNG file and it is what the original theme preview picture is. So I assumed that if I add an image file to my buddyx-child folder, it will also be the preview picture.
To test this, first I copied that original “screenshot.png” to the child theme folder and purged the cache in my wordpress dashboard and sure enough, it became the preview picture of the child theme.
Now that I know it works, I downloaded this file, deleted it from the child theme folder, and edited it by opening it in a image editor and adding the word “CHILD” in large letters across the picture, saved it first as “screenshot.jpg” then also “screenshot.png”, with the intention of using that so I can tell the child theme and the parent theme apart visually. When I uploaded either of them (the new jpg and the png, one at a time and deleting the one I don’t need from the folder) the picture nonetheless showed the orignal “screenshot.png” without the word “CHILD” on it.
As an experiment, I then uploaded a random jpg and renamed it in my hosting back end, to “screenshot.jpg” without changing the extension. When I purged the cache in my wordpress dashboard, the preview picture for the child theme showed this new jpg instead of the old original “screenshot.png”. (Nothing shows if you don’t rename the file to “screenshot”, it must be “screenshot”). So it seems the image can be jpg or png as long as it is called “screenshot”.
So then I deleted this random jpg, and I tried to upload the new “screenshot.png” with the word “CHILD” on it again, but the same thing happened. This is really strange since I deleted the original “screenshot.png” and cleared my cache but it still seems to remember what it was before.
What is even stranger is that when I upload ANY jpg file then rename it to “screenshot” and keep the extension as “jpg”, the picture that shows as the preview picture in my wordpress dashboard is the random jpg I uploaded earlier. This happens no matter what jpg file I upload.
Stranger still: If I upload a jpg file and change the name to “screenshot” as well as change the extension to “.png”, then the image that shows as the preview picture is the original “screenshot.png” from the parent theme. Same if I upload any PNG file.
Anyone have any ideas?
Hi all
I have disabled the activity function for my buddypress site, so usually, there is no mention of this feature on the site.However, when a person uploads media to a gallery, they see the message “You have 1 video not published to actvity.” (or some other media type). Underneath this is a dropdown menu that has “bulk action” as one of the options, then an “apply” button. This makes it look like you can bulk publish a bunch of media to the activity page, but I’ve disabled this completely, so it looks both confusing and unprofessional.
Is there a way to get rid of this message?
Hi… since updating to PHP8.3 I am seeing the warning
Warning: Attempt to read property "id" on null in /home/[...]/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 558
Any idea what’s up, please?
WP 6.7
BP 14.2.1
PHP 8.3Hi,
[21-Nov-2024 07:34:39 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
buddypress
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6114Can you please fix this problem?
Thank youI’m starting a website that’s dedicated to building a community around tabletop roleplaying games. The intent is to create a full community of people in the state of Arizona where we can become a
one-stop-shop for every aspect of the hobby.Among our primary goals is finding a way to make it easy for people to find each other and
make games happen. It’s the hobby’s biggest hurdle, and I think it’s one that’s easily addressed with the right tools in place. The idea is to let community members create detailed profiles and post ads for their tabletop games. From there, a matchmaking system sorts games and users and puts them together using an algorithm. I picture something like OKCupid’s matching algorithm—but for TTRPGs and groups of people.Based on what I’m reading on your site, BuddyPress offers a lot of the side benefits I’d want included in a tool like this. Obviously you’re not designed to be a matchmaking service, so I’m just here wondering what it would take to build something like this on top of your platform.
Let me explain the process of what I’m picturing:
1. Gamemasters (GM) post their game advertisement with full details about it using a form. (game system, style, player preferences, etc.).
2. Players build profiles specifying their availability, preferred games, playstyle and more through a matching form.
3. The system compares the game ads with player profiles, generating a weighted score to rank potential matches.
4. Based on a threshold score, matches are suggested to GMs and players.
5. Once there’s a match, the player or GM can reach out via the site’s chat tools/Discord {integrated together would be great too).
6. After chatting, they accept or reject the invite.
7. When both sides accept, the system fills the next available slot in the GM’s game,
8. This repeats until all the slots are full or the GM closes the ad.
9. The system then opens communication between all matched players using the site’s chat.We’re already running an analog version of this on Discord with a couple hundred users. It’s been pretty successful considering our small scale and limited capabilities—we’ve helped hundreds of people find games over the last year.
Now, we want to take it to the next level with a fully integrated website as a hub for everything TTRPG in the state. A store, blog, resource directory, and a ton of other features. This tool will just be a big part of it.
So, I’m no expert on websites (last one I built was in 2001), so I’m planning to have this site professionally developed. I really don’t know what’s possible these days and it’s intimidating to try and learn it all.
So with this vision in mind, do you think a tool like BuddyPress can be customized to do something like this?
Hello,
I have a follow up question to this old thread:
https://buddypress.org/support/topic/how-to-get-notification-count-code/chatty24 asked “Could that also happen in real time (without refreshing the page)?”.
I am having the same question. How can I ajaxify “bp_notifications_get_unread_notification_count( $user_id)”?
Thanks for any help!