Search Results for 'buddypress'
-
Search Results
-
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
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 🙂