Search Results for 'buddypress'
-
Search Results
-
Hello,
I am trying to use Buddypress to make a dating website.
When clicking members, I currently see the most active members. Does anyone know how I can view both active and non-active members at the same time?
Any help is much appreciated.
Kind regards,
Jamie
Hi I have Buddypress that came along with the theme Musiks.
Up to now I haven’t investigated BP functionalities a lot as I was focusing on the musical part of my site…I’m thrilled about BP functionalities. But there are a few things not working, maybe because of wrong parameters on my side…
For example… I can display without any problem the members page
but if I click on a specific member name, Kompositor for instance, it tries to take me to
https://kompozitor.fr/thenotebar/members/kompozitorand this one ends on a 404…
I’ve been looking around but I don’t get where the problem comes from…
Could anyone help me ?
Hello Everyone,
I use signup fields from buddypress on my registration site.
I have a dropdown box field that I can with php populate data onto it with the use of the action xprofile_insert_field() which with an array can add data to the dropdown box by its parent id.
I would like to do the exact opposite, i.e., having a parent id (dropdown box) delete data from it, but I can’t seem to find the proper action to it. The xprofile_delete_field only takes an id and would delete the entire dropdown box…
Any ideas?
Topic: SMTP Mail Enable
How do you enable SMTP signups through Buddypress?
Hello,
It seems that if you have a field with too many data, buddypress kills the connection and doesn’t allow the edit.
I have a dropdown box field for the registration done with buddypress.
I have one field which is a dropdown box with around 300 option values. If I try to edit (change/add/remove) this field with data everything runs properly.
I have another field which is also a dropdown box with around 4000 option values. If I try to edit (change/add/remove) this field with data after clicking on the “Update” button, I get the message “The link you have followed has expired” and nothing is updated.
It seems that buddypress can’t handle so many data…
Anyone can help?
Thanks!
Topic: Primary Menu width (solved)
Topic: Paid Group Access
Hi guys,
I was wondering if there was any way to allow users to charge for access to their own Buddypress groups they create? (even if using third party apps)?
Thanks!
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.
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