Search Results for 'buddyboss'
-
Search Results
-
I am using get_permalink() function under a buddypress page “courses”, where i am fetching posts using this code
$course = get_post($course_id); $course_link = get_permalink($course_id);
I am using buddyboss theme and boss for learndash plugin to list courses assigned to members.
Problem is i am not getting permalink in $course_link. $course_id is post id (integer), i have tried all the ways to get permalink but it always returns false. I need help to know why this is happening and what is the solution for this problem.
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
Hi
I am a newbie. I am planning to add buddypress to a multi-author WordPress site for better front-end handling and networking features. I am planning to go with Boss theme from BuddyBoss. I am also planning on wpmu dev plugins to enhance the site. And keep my site supported by expert developers since I am not very experienced with back-end code.However, I am wondering, if there is a way to implement encryption for the messaging sections – private messages and inbox, by using a plugin / SSL certificates? What would be the easiest way.
Any comments / help will be appreciated.
Topic: Front end video upload
Hello,
I am looking for a plugin or code to allow my BuddyBoss Boss theme to allow members to upload short videos. Any suggestions on how to allow front end users to upload video and have contributors edit the video? Seems do-able but I haven’t found a way yet.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,
– YvanTopic: Logged in status not holding
Hello, I’m fairly new to WordPress in general. My goal is to set up a social media type site allowing a fairly large group of people to connect with one another and Buddypress seems to be the best solution. BP is great, don’t get me wrong, but I find it’s not too appealing to look at for what I have in mind. So I’m trying to find a list of plugins so that I can customize BP to suit my needs. I’ve come across Buddyboss and it looks okay, but I’d like to be sure this website picks up in interest before I go and dedicate any more funds than I already have to it.
I’ve noticed that this forum for plugins exists, but I only seem to be able to find BP technical support requests than any information on actual 3rd party plugins. Any suggestions would be most appreciated! Thank you for suffering my ignorance 🙂
Topic: Show & Tell: VeloHive.com
Hi All,
I want to share with everyone my most recent launch of a Buddypress install..
Its 99% out of the box WP/BP & Twenty Seventeen
I was able to get it up and going and do some refinements over the course of a weekend.
This isnt my first WP/BP implementation.. (but) this is the first time ever that I came close to an implementation just using the very basics of WP/BP.. *no crazy hacks, just all vanilla.**I do have WAY TOO MANY PLUGINS running**
But, I dont know how to get around that..
I really wish that many of the features that the plugins provide are core WP/BP functions.**The site ran slow
But, I did some caching and that helped a little bit (i wish i didnt have to using caching tho)**There are a lot of plugins I’d also like to try out and use… but the problem is im on php 5.3.5 (which i know i need to upgrade)
**I wish there are better guides and updated walk-thrus… most of them out there are fairly outdated
I would love to get feedback from the BP community about my current site https://velohive.com/
– how can I make it better
– how can I make it faster
– how can I improve engagement and signups**Special thanks to the folks over at buddyboss & buddydev… I found that I was on there site and help pages very frequently..
Topic: Enable html bbpress email
I’m using the BuddyBoss theme on my site. I’ve made all the necessary settings and changes. But the moment a user registers the email does not go with the information that I have customized. I changed the top and bottom of the email and still the email goes without any of these changes.
Is there any place I should authorize sending these messages in HTML format so that I can take the changes applied by me?
Follow the print of the changes and the rpint of how the messages arrive for me.
Changes
Email in inbox
The site is located at http://www.arterama.com.br
I await your reply.
Hi –
I’m using a Buddyboss theme with BuddyPress. Im trying to share a link to my member base from Medium.com (https://medium.com/super-powers-are-real/the-world-needs-superheroes-ff810d0f7ffa)
The link preview does not display properly, and shows “Attention Required | Cloudflare”
Feedback from Buddyboss was it was an issue with Medium.com’s setting in Cloudflare
Feedback from Medium.com is that it’s an issue with Buddyboss and or Buddypress.Posting the link to Facebook works just fine, so I know the link can be shared.
Can you please provide guidance on how to fix this issue – thank you!
Hello,
I am using the BuddyBoss Theme OneSocial Marketplace. I required a ‘monthly’ paid membership option so I decided to use Paid Memberships Pro (I have chosen the Plus level of PMPro).
OneSocial uses BuddyPress for the community portion of the site.So how I would like the site to work is… Users choose a “membership level” via PMPro which manages their monthly subscriptions but they use BuddyPress Profile and Tools for their “community interactions”…
How do I push the User’s account to their BuddyPress Profile and NOT their PMPro profile??
thank you!