Search Results for 'buddypress'
-
Search Results
-
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
Topic: Group menu not showing
Hey, so i am working on this Website where someone else has been working on beforehand.
My Problem is, that the group menu is only visibly on the home page of the group and not anywhere else (like the activity or add members page). I looked up tutorials for buddypress groups and noticed that everything looked different. I can’t upload a foto and i do not have a forum and so on.
I am not really experienced with buddypress so i would really appreciate some help.
Currently, i am using the Avada theme.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.Hello,
We’re gonna work with BuddyPress and want to make some additions.
For one, we want to make it possible to add several custom post types to the activities.
Besides that, we want to build in an option to give the writer of a post the chance to really add this to activities, or that this should not be visible as activity.
Is there a hook to use for this? It should be a hook that runs just before the trigger that uses a post to make a new activity. I’ve searched for this, but I cannot find it..
I hope someone can help me out, thanks in advance!
-Kevinhii, 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
Topic: BuddyPress 5.0.0-beta2
BuddyPress 5.0.0-beta2 is available for testing!
Read more about it here
Hello,
Please, is there a plugin that can hide all members in buddypress to members, so that members can only see their friends in own profile?
Only admin can see all members.
Also hide all groups, newest groups, new groups, new members, groups memberships, friendships.
Only admin can see all them.
Thanks.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: Buddypress Docs & Multisite
I have a complex WordPress/BuddyPress site that now needs to be part of a multisite. I have come up with a migration plan, which includes moving most of the BuddyPress & profile tables manually. This site is the only pre-existing site to be moved to the new multi-site. It’s imperative that we don’t lose any of the site’s functionality or data. My question is to whether or not to network activate BuddyPress doc. Since documents will be connected to a group within a site I was inclined to activate BuddyPress docs on a site by site bases, BuddyPress & bbpress will be network activated. But I wasn’t sure if that was correct or should BuddyPress Docs be network activated? If so how would I ensure that docs from one subsite didn’t bleed into another? Thanks
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?
Topic: Match making add on?
Hello,
I’m interested in using BuddyPress for a new project. A portion of the project involves a match making process where prospects provide things they are looking for & service providers provide what they offer and a match making kind of process is done. & I’m wondering if BuddyPress provides any functionality or add on features that enable this kind of functionality. Or if anyone would be interested in quoting to build something like this custom. Open to all thoughts no this maybe I’m in the wrong place. Thanks!
Seth
