Search Results for 'buddypress'
-
Search Results
-
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
Hello
I’m having the following problem when I activate the Buddy Press plugin. Can you help me?Theme Customizer Preview Screen is blank
Customize / Live Preview not workingBuddypress versiyon 4.4.0
WP versiyon 5.2.3Thanks
Hello Please Help ! when any member registers and admin can approve the members or add into the participants but the members directory not growing up still after doing this can any one please help that i need that member not need login and members directory should goes up when admin approve them by using plugin in wordpress Thank you !
Hello,
My users and myself are having a problem where we recieve friend request notifications, and can see the number of friend requests notifcations we have but when we go the the “Requests” page there are no friend requests to be found. The only thing there is a message that says, “No friend requests pending”.
After some investigation I found that going in and manually changing the name of the user in the extended profile will make that specific user show up in friend requests. This is something that used to happen automatically.
Is there a fix for this?
Thanks in advance.
I will try to answer as many of the Mod questions as I can here:
Wordpress Version: Version 5.2.3
Recently upgraded from wordpress version: 5.2.2
Wordpress was functioning fine before I made this install. So was Buddypress
Current Version of Buddypress: Version 4.4.0
Updated Buddypress from Version: 4.3.0
I have many plugins installed.
Using BuddyBoss theme
Hi everyone,
Here is my setup:
WordPress 5.2.3
Buddypress Version 4.4.0
Events Manager 5.9.5
@LocalhostI did search through the forum and a famous search tool but didn’t find it yet:
I would like to link, via the url and $_GET[‘r’] data, to the “compose buddypress profil page” with more than one recipient. Something like:
a href=”mysite.com/members/user/messages/compose/?r=user1…user2…user3″>link</aIs it possible and what would be the semantic for?
If Not, what solution should I use to get the existing compose page with the field “to” containing “@user1 @user2 @user3”.
I can get the user with all data (name, login, id), as an array for exemple. And I don’t need to manage large list of user (mostly up to 5-10).Thanks for helping.
WP 5.2.3
BP 4.4.0
Theme: MH Magazine Lite 2.8.6Problem: When using front-end to COMMENT on blog posts, @mention does not auto-suggest in the comment form.
Auto suggest works on back-end when drafting blog posts.
If I use BP activity stream page to comment om a blog post, auto-suggest works.I tried switching to more generic themes (twenty seventeen, etc) and autosuggest still does not pop up for @mention in the comment form.
I also tried several variations of this: https://buddydev.com/enabling-buddypress-mention-auto-suggestions-on-any-page/
Anyone have other ideas?
Thanks in advance for any help.
Topic: buddypress xprofile fields
Hello to everyone
How to sync buddypress xprofile fields with user meta? I’ve been investigating this for a month, but I don’t get any results. Please help me with this. The only way for me is to get support from here.
This is what I want to do https://drive.google.com/open?id=1t2x1ACgelvMBgSYj902ht8oNTclMCbuo
Thanks, Waiting for help.
Topic: Use Cyrillic Names
Hi, I use social logins plugin. When guest register by fb and in fb his name writed in Cyrillic – login in his wordpress profile also will be in Cyrillic. In this case nawigation in buddypress not work – https://i.imgur.com/CfLjbt4.png is it possible fix it?
