Search Results for 'buddypress'
-
Search Results
-
Hi,
on my site https://abtomed.com/registrieren/ nobody get’s a mail while register.
Not the user himself, nor the admin of the site.
I already tried smpt solutions, which unfortunately don’t help.
Also the plugin https://wordpress.org/plugins/bp-registration-options/ doesn’t help at all.
What am i doing wrong about that issue?
Maybe someone can help to figure out. Also i want a “I read the privacy policy informations” checkbox inside this registration form and a recaptcha spamprotection, but don’t know how to solve it… :/
Cheers
JensI’d like to limit the ability of WordPress users with the “Subscriber” role to interact with the BuddyPress functionality of my website. Is there any way to remove permissions for posting activity updates, commenting on them, etc? Basically I want one set of members to be able to post activity stream updates, and the other set to just spectate with the ability to comment on the site’s blog posts, and not much else (like the regular subscriber role w/o buddypress access).
I know BP doesn’t really work the same way with roles/capabilities as wordpress… My only ideas off the top of my head are to nest the relevant BP template bits in tags that hide them based on role, but that seems… not pretty.
Thanks for any pointers!
Hello,
After clicking the activation link in the “Activate your account” email, you are taken to the activation key page, you then have to press the “Activate” button, then click log in, then sign in manually. Doesn’t seem like a good user experience to me.
Is it possible to have the user redirected to the home page and be automatically signed in after clicking the “Activate” button? Or better yet, do this right from the email link?
Many sites just take you to their site and have you auto signed in after clicking the activate link in the first email.
Is it possible to make these changes to Buddypress?
Thank you,
-Chris
I actually thought this was a part of WordPress but I’ve been searching docs and googling and haven’t found anything specifically.
The site is for a physical membership site and only members in good standing will be allowed to register for an account and therefore able to use BuddyPress.
So the potential new user would fill out the registration form, submit, verify there email and wait for approval from the officers. The BuddyPress registration form will have an extra field to identify the member by their membership number.
The key is that only accounts that have been approved can see any of the BuddyPress features like member profiles, directory etc. non-logged in users shouldn’t see anything from BuddyPress except the login and registration pages.
I’m hoping this is easier than it looks so far.
I’m using BBpress for forums and Buddypress for forum profile features and in future would like to use more BuddyPress features. My problem is that if a user changes their forum name, it is changes the first name account field to the forum name and clears out the last name account field. If I uncheck the Buddypress setting “Sync with profile fields” this does not occur but the forum name does not change at all. I don’t mind syncing forum name with “display name” but the first and last name fields can’t be wiped out. I know I must be doing something wrong but can’t find it. I’m also using Memberpress for registration.
I want to add color picker tool to buddypress activity form area to change backgroud color of every single activity post. Can anyone please help me.
Hello,
Our members are experiencing issues with our âGroupsâ on our website. Iâm not an expert on BuddyPress or WordPress, so Iâm not sure where this issue is stemming from. The top of our âTicket Exchange Groupâ shows the following error. Also, new users can not even get access to the group, even though they are supposed to be added automatically. It will not allow us to add any members manually, either. Along with this, the members that can actually enter the group cannot get past the first page of postings, and are not receiving email notifications. Please help!
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function âbp_group_new_topic_buttonâ not found or invalid function name in /nfs/c09/h02/mnt/128956/domains/ndchicago.org/html/wp-includes/class-wp-hook.php on line 286
Hi,
I disabled buddypress long time ago and now i installed again, and i dont see option to upload user profile image. i have attached the screenshot https://www.screencast.com/t/uonFSDn1LiO, please anyone know how to fix it?
here is my siteFirst, I’m not a developer.
I am attempting to add a private login to our existing WP site for use by staff and board members to access policy documents, etc.
BuddyPress was recommended. I’ve added the plugin and successfully added the login to our menu.
This is where I’m stuck.
Is there a way to set this up so that once a registered user logs in, he/she is directed to a private page on the WP site that shows links to the documents available to view?Hello!
I wanted to see if there was any way one could remove the trailing slashes that are added in buddypress. Particularly the profile pages. I tried to search as much as I could on this topic and found no real answers, but a similar question asked several years back. (https://buddypress.org/support/topic/remove-trailing-slash/)
The reason for this is because I am using another domain to handle my redirection so it adds quite a bit to loading time.
Any ideas? Or would it be very ill-advised to even remove the trailing slashes if it were possible?
Hi,
Please, I would appreciate it if someone can save me the time by showing me how to make my share and activity reaction buttons visible and active to not-logged-in users.
Thanks
Hi,
I need some help here. I have been searching on Documentation and Forums but nothing related to this. For now, I replace the template location to my plugin with this function
bp_register_template_stacktobp_inithooks. So, when my site change to another theme it will not affect the template. I want to apply custom cover image to my template but it makes me confuse because there is no bp-parent-css on my site.When i search i got some code that can create a custom cover image but the code is not work for me:
function cover_image_css( $settings = array() ) { /** * If you are using a child theme, use bp-child-css * as the theme handle */ $settings['theme_handle'] = 'bp-parent-css'; // Adjust size $settings['height'] = 300; $settings['callback'] = 'cover_image_callback'; return $settings; } function cover_image_callback( $params = array() ) { if ( empty( $params ) ) { return; } return '#buddypress #header-cover-image { height: ' . $params['height'] . 'px; background-image: url(' . esc_url( $params['cover_image'] ) . '); }'; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'cover_image_css', 10, 1 );I am not really experienced with BuddyPress so I would really appreciate some help.
Thank you
Good Morning
My problem is the following, when I try to enter a buddypress link, for example see the notification of a comment, access an activity notification, redirects me to another page that has nothing to do with buddypress.
I would like to know why this happens and what solution I could have, but not before thanking you for your answers, thank you very much.
Hi,
Is there a way to use Buddypress “about me” section on the user profile as the Author Box description?
I tried to change
<div class="author-desc"><?php the_author_meta( 'description' ); ?></div>to<div class="author-desc"><?php bp_the_profile_field_value(); ?></div>but it doesn’t work.hii, I am using BuddyPress in wplms theme, but all mails from BuddyPress are going as root@localhost name, I want to change sending email and name. Please also tell where I can add that code. thankyou.
Topic: Table doesn’t exist error
We recently have updated to latest version of buddypress 4.4.0. Recently we found that our server log is clogged with following errors
Table 'my_db.g' doesn't exist for query SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded') Table 'my_db.g' doesn't exist for query SELECT COUNT(DISTINCT g.id) FROM g made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_actionCan someone please help us fix this issue.
Thank You
