Search Results for 'buddyboss'
-
Search Results
-
I am using Buddypress and the BuddyBoss theme. I have 2 user types contributors and subscribers I made using BP Member Types and user profile fields. Everything is working except.
When a contributor is logged in and goes to a tab say members/username/messages the subnav tabs show perfectly little grey boxes next to each other.
But…
when a subscriber goes to a tab say members/username/messages the css for the subnav tabs does not show as if it’s not pulling the css. I check and the file that controls this css section is buddyboss/css/buddypress-main.min.css and I checked this file is being used in the source code of this page. So for some reason the subscriber account is not pulling this style sheet even though it’s shown as included in the source. I tried to hard code the entire css into my page and it still didn’t show.
the other thing I noticed was the code for the nav section was setup like this for contributor
<div id=”buddypress”>
<div id=”item-header” role=”complementary”>
<div id=”item-nav”>
<div id=”item-body”>but the subscriber one only shows like this
<div id=”buddypress”>
<div id=”item-nav”>
<div id=”item-body”>why would the section <div id=”item-header” role=”complementary”> not be showing for subscribers? Could this be my problem
Anyone have any ideas?
Hi All,
I’ve created a hidden group, with a hidden forum.
When I ‘search forums’ it pulls up replies from the hidden group.
How do I make it so only the members of the hidden group can search for replies in the hidden group?I don’t want non-members to be able to see topics and replies in a hidden group when searching.
Wordpress Version 4.9.4
Theme BuddyBossThank You
Hello,
We are currently using Buddypress with BuddyBoss theme. We have been attempting to change “Friends” to “Contacts” and have read through 8 years of these support forums trying to find an answer to our issue.
We used Loco translate to change all available strings that mention friends to contacts and for the most part this worked well. Unfortunately there are instances on Site Wide Activity, All Members and in some drop down filter menus/widgets where “Friends” still appears. We’ve gone through Buddypress, Buddyboss theme and all extension plugins we have installed for buddypress using the Loco plugin. We’ve manually changed every single instance, gone through the Buddypress developer resources and all codex articles posted in previous topics and have tried Poedit but this has not changed the above instances.
BuddyPress, WordPress and BuddyBoss are all up to date. Link: http://www.squarepeg.online
Any ideas would be incredibly appreciated. Thank you!
Topic: Buddypress notifications
Hello,
Can you help me understand how the notifications work with buddypress? I have some forums that were created through buddypress groups. When someone posts a new topic or a reply to a topic, should I receive a notification? (Not an email â Iâm using buddyboss theme which has this notification icon: https://imgur.com/a/2lU75) Is there a setting to turn on to receive these notifications for forum activity? Or do I need some other plugin? Or does it sound like something is broken on my site? I donât understand how this is supposed to work to know how to troubleshoot it.
Thank you!
Topic: BP and PMPro
Hi,
Praying someone in this community may be able to assist with two issues.
1. I’m currently using BuddyPress combined with PMPro to charge members for access to a network, through the BuddyBoss ‘Boss’ theme ( https://thesmallbrandnetwork.com/ ). As such, for registration, I need new members to be processed through the PMPro checkout process, NOT able to join via the standard BP/WP signup form. I know at first this might sound like something that has been asked too many times, but I believe what I want to do differs from previous problems. When you view the site logged out/as a non member, there is a “Register” button and “Login” Button (from BP). What I need is for this “Register” button from to act the same way as the “Join” page that I have added into the title-bar menu. Despite my best efforts and countless hours of research, the BP “Register” continues to eventually redirect to the standard WP/BP signup.
I am relatively fresh still to coding with WP, thus am using the “My Custom Functions” plugin. If any code could be added through this plugin, that would be great!
2. How would change the BP “Register” button from “Register” to “Join”?
Any support for the above two problems would be massively appreciated.
Also, apologies if this has in fact been discussed before.
Thanks,
Matt
I have the Boss theme, and trying to figure out how to disable the global search for visitors. I found this thread, but it isn’t working for me, maybe it is outdated?
Hello,
I try to activate the private message function from settings-components. When I activate this feature I get following fatal error:
Fatal error: Uncaught Error: Cannot use object of type Closure as array in /home/ogtpartn/public_html/education/wp-content/themes/boss/buddyboss-inc/theme-functions.php:548 Stack trace: #0 /home/ogtpartn/public_html/education/wp-content/themes/boss/buddyboss-inc/theme-functions.php(570): buddyboss_remove_anonymous_object_filter(‘wp_footer’, ‘BP_Legacy’, ‘sitewide_notice…’) #1 /home/ogtpartn/public_html/education/wp-includes/class-wp-hook.php(298): buddyboss_fix_sitewide_notices(Object(WP)) #2 /home/ogtpartn/public_html/education/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(false, Array) #3 /home/ogtpartn/public_html/education/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #4 /home/ogtpartn/public_html/education/wp-includes/class-wp.php(746): do_action_ref_array(‘wp’, Array) #5 /home/ogtpartn/public_html/education/wp-includes/functions.php(955): WP->main(”) #6 /home/ogtpartn/public_html/education/wp-blog-header.php(16): wp() #7 /home/ogtpartn/public_html/education/index.php(17): require(‘/home/ogtp in /home/ogtpartn/public_html/education/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 548
Anyone know how to solve this issue?
Thanks in advance for your support
FelixHey!
I’ve read a lot of posts about this topic, but all solutions do not work…
My question is simple:
I am running BP for a membership site and already restricted the forum with paidmemberships pro, which is working just great.
Here is my issue: You can see all members (/members) etc. even if you are logged out.
I am using the social learner theme from buddyboss. Do you have a .php code and if so, where do I have to put it via FTP?
Thanks so much for your help guys.
Felix
I’m working on a custom WordPress site that uses a BuddyBoss child theme that I’ve been heavily modifying over the past few months. Note that I’m using WordPress multisite version 4.1.8, and Buddypress version 2.9.0.
I’m currently working on a custom PHP template that’s using JQuery’s Colorbox plugin to load a PHP file in modal window via ajax. The popup that contains the PHP file is being displayed without any issues .. and the native WordPress functions within it are working as expected. But the one BuddyPress method that I’m trying to use is not working .. namely “bp_is_my_profile()”.
Here is my PHP code:
<?php require("../../../../../../wp-blog-header.php"); require('../../../../../../wp-load.php'); if ( is_user_logged_in() ) { // THIS METHOD IS WORKING if ( bp_is_my_profile() ) { // THIS METHOD IS NOT WORKING echo '<p>This is your Buddypress profile page.</p>'; } else { echo '<p>This is NOT your Buddypress profile page.</p>'; } } else { echo '<p>You are not authorized to access this resource.</p>'; } ?>What do I need to add to this PHP file in order for the “bp_is_my_profile()” method to work correctly? I’ve already verified that this method DOES in fact work when I call it within a normal PHP template file that’s part of my child theme. I just can’t seem to get it to work when calling it from any other PHP file .. despite the fact that I’m loading both the “wp-blog-header.php” & “wp-load.php” files.
Thanks,
– Yvan