Search Results for 'buddypress'
-
Search Results
-
Topic: Registration Form
I downloaded the plugin (BuddyPress) and configured it with my under construction website. In the end, it did not create Registration Page/Form although the REGISTER item did appear in the Menu of the site. Kindly guide me if I have missed something in the process. I am creating at local host of Flywheel (WP version 5.3) and the theme is Colibiri free version.
Thanks.On the top of the activity stream there is a dropdown to show activies that are “Everything”, “Updates”, “Friendships” etc
This is the code in /activity/index.php
<ul> <li class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" title="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ); ?></a></li> <?php /** * Fires before the display of the activity syndication options. * * @since 1.2.0 */ do_action( 'bp_activity_syndication_options' ); ?> <li id="activity-filter-select" class="last"> <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label> <select id="activity-filter-by"> <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option> <?php bp_activity_show_filters(); ?> <?php /** * Fires inside the select input for activity filter by options. * * @since 1.2.0 */ do_action( 'bp_activity_filter_options' ); ?> </select> </li> </ul>Any way to somewhat easily go about adding a button next to it to (also through ajax) update the feed to sort in ASC or DESC order? Really just looking for some key functions or where to start, thanks.
When deleting a BuddyPress profile account from a website there should be a password enforced to allow the user to delete their profile account.
At the moment there is this under Settings on the front end:
Settings -> Delete Account -> I understand the consequences
which should be:
Settings -> Delete Account -> Enter Password -> I understand the consequences
Currently running BuddyPress Nouveau 5.1.0
It was all working fine but all of sudden BuddyPress xprofile
datefield giving one date before. However, I have checked in the database and the entry is correct. It is just returning the wrong date.This means, If I set the date to 1920-12-12 it is storing the correct (the same) but returning 1920-12-11.
I am using the latest version of BuddyPress
I am getting the date using the following BuddyPress function.
bp_get_profile_field_data([ 'field' => 5, 'user_id' => 14 ]); bp_get_profile_field_data([ 'field' => 'Date Of Birth', 'user_id' => 14 ]);A group of new users were added using the “Import users from CSV” plugin, which has been used sucessfully before. After the import it was discovered that one of the new users could not access the group she had been added to by the admin. I was contacted and added a test user (created before the import) to the group. That user could not access that group or any other group I added it to.
the group is showing in my test users list of groups subscribed to, in the list of members of the group, and an activity was created when they joined the group, but when I access the private group as that user, I receive a ‘this is a private group and you need to join first’ message and am unable to see the content.
I had a look at the user table in phpmyadmin to see if there were any obvious errors like duplicate indexes. Nothing popped out.
I cloned my site, changed the theme to 2020, deactivated all the plugins except buddypress and the error still exists.
My own admin user is a member of the groups and can see them just fine.
Site health says REST api encountered an error, background updates are not working as expected and the site could not complete a loopback request. The site is recently on a new host, but these errors were present prior to the move.What should I be looking for here to troubleshoot this? I’m assuming the import (which has been used successfully before several times) corrupted something in one of the tables buddypress uses to track group membership, I’m just not sure how to correct it.
Topic: Register page translation
I keep having issues with Buddypress Register page translation. I am using loco translate, i have tried both manual and already existing translations, but still keep having same result – no translation.
I have one guess, that it might be not directing me to the translated page, just the english one. Maybe you have suggestions how could I fix the translations issue?
I have just default but I don’t find how insert text or images in any of the Buddypress pages.
Can you help me?Thanks
Hello,
I want to display all members with add friend button. Is there a php code to do that. If so please could you write the code out.I also need a code to display notification for friend request.
Thanking you in advance
My wordpress version: 5.2.4
Buddypress version: 5.1.0
website: https://boneandflesh.com
PICS for point 1: https://imgur.com/a/Z27La1m
Hey everybody,
I am modifying a theme for wordpress, and it has a BudyPress functions. but I want to do some moddifications:
1. How can I delete the “Take a photo” option inside change the profile picture?
2. Is it possible to remove this block content? I would like the buddypress menu to stay below
the header of the website.Greetings to everyone who comments, I hope these two issues help more people in the future.
Topic: BuddyPress 5.1.0
Hi everyone,
BuddyPress 5.1.0 has just been released. This is a maintenance release, please upgrade.
Hi Folks
I’m a late comer to buddypress, but a long time wordpress user. I just handn’t had a reason to deploy and work with buddypress before, but I’m so impressed by it!.We are setting up a gravity form for requesting information from members which will be
“quote requests” as one additional tab, and “inquiries” as another tab.We’re deploying this form on several satellite websites, and ensureing the they go to the same
mailbox so we can review them before sending to the appropriate member.We have gravity forms for each of these two types of message, and I’d they can be sent to members inboxes in Buddypress.
So the end result would be two additional tabs in the users profile.
one that says “you have (xx) new quote requests”
and another “you have (xx) new inquiries.So the user immediately sees that they have quote requests, and inquiries in addtion to the normal other mail.
I found the code for adding the tabs, but I’m trying to figure out how to tag or otherwise categorize the message so the buddypress mail system says “this is a quote request”
I’ve scoured the web looking for an answer. Hard to find.
We can easily add the word QUOTE or INQUIRY to the subject of the mail message so it filters.Any recommendations would be welcome.
Hi there!
I’m desperately trying to create a specific BuddyPress-based community, where Role 1 Users could create their profile and upload content (have rtMedia plugin installed). Access to this content should be restricted to other users, unless Role 1 User decides to provide content for free.
Then, Role 2 Users could browse Role 1 member profiles and subscribe to their paid content by paying them a monthly subscription (from which I would take a commission).
I’ve been trying for days to achieve this with different plugins (Paid Memberships Pro, Give, MyCRED, Recurring Donations,…), without success.
If someone has a solution, that would be awesome 🙂
Hello
I would like to change the default email (without changing my email admin) notifications when registering to buddypress
And add a copy email can someone help me
Luke