Search Results for 'buddyboss'
-
Search Results
-
Hi all,
I have a plugin tweek question for the Buddypress Group Email Subscription plugin (which doesn’t look right in Buddyboss theme).
It creates a div in the group with the user’s email status and a dropdown menu to change it
group-subscription-div
.However, I’d like to remove the group-subscription-div which produces the “Your email status is X (change)” entirely from the site. I’ve removed the divs in the php file but it still creates white space and if I start playing around more it just breaks the plugin and the page.
I appreciate that this is a big ask but is there any way to remove that part of the plugin entirely?
Many thanks in advance,
Chris.Topic: Conflict with Convertfox
Hi
I am not sure if this is Buddypress issue or Buddypress combined with Buddyboss etc. I have got in touch with them also.
Basically I have a chat bot plugin called convertfox, and it works on my other domains which havent got buddyboss but not on my subdomain which does.
When I go through the process of deactivating all plugins and reactivating one by one, Buddypress is the only one that stops the chat box script from firing. It is present in the source code but does not exectute.
Can you help at all?
domain where it works is: howtostreetdance.com
Issue is located at members.howtostreetdance.com
Wordpress version: 4.9.1
Buddypress version: 2.9.2Hello,
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: Activation email not sent
I m using WordPress 4.9.1 and buddyboss 2.9.2.
By mistake I have deleted all emails from dashboard. users are not receiving activation email.i reinstalled all emails but still facing same issue.plz helpTopic: 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: No emails working
Hi there and first sorry for my poor english.
I’m working on a new Learndash videos website. I want to use buddypress for user registrations / management.Sadly no emails are sent from buddypress.
I installed a email log plugin and see no email sent from buddypress ( other emails are sent ).
I tried to go with WP MAIL SMTP with a costum office365 email, this option doesnt work either. WP Mail SMTP test email work, buddypress registration & notifications don’t.
I also tryed Postman also with smtp & my office 365. Test work & get logged. Registration don’t.
I then tryed to deactivate every single plugin & replace my theme for a default wordpress theme (twentyseventen) this option doesnt work either ( with only buddypress at first, then only buddypress & Postman )
Any idea what i could try? Thx in advance!
WP version: 4.9.1
BP version: 2.9.2
– Installed on a subdomain
– Plugins installed :
– Advanced Custom Fields PRO
– AffiliateWP
– Boss for LearnDash
– BuddyPress for LearnDash
– BuddyPress Recherche Globale
– Compress JPEG & PNG images
– LearnDash & Paid Memberships Pro
– LearnDash LMS
– LearnDash WooCommerce Integration
– Loco Translate
– Paid Memberships Pro
– Paid Memberships Pro – WooCommerce Add On
– Polylang
– Post SMTP
– Wistia WordPress Plugin
– WooCommerce
– WooCommerce Moneris Gateway
– WordPress Social Login
– WP Sync DB
– WP-Optimize
– WPBakery Visual ComposerI use BuddyBoss wordpress theme and i’m hosted on Likuid Hosting ( likuid.com ). No core files have been updated. Server on linux & apache
I could create groups then all of a sudden I cant, each time I want to create a new group it keeps reloading the page
https://www.example.com/groups/create/step/group-details/
I also tried going via admin but it redirected me to the user UI and still the same problem. Maybe due to a change to WordPress 4.9? Because before the upgrade I was able to create groups even users could, but I just figured that it stopped working and the only change is the WP Core update.BTW I was using BuddyBoss Theme, I have also switched to Twenty Seventeen, but still exactly the same problem.
Any way I can handle this problem?
Does anyone know if BuddyPress is compatible with Woo Commerce memberships if I do NOT have a store or e-commerce component? I’m using wordpress/buddypress with a BuddyBoss theme for an online community where members will pay a small monthly subscription fee. My BuddyPress install came with Woo Commerce, but it looks to me like Woo might be only appropriate for store components. I just need to charge a monthly membership fee via Stripe, protect all pages except Home and a few marketing pages, and I need the ability to add additional custom registration form fields. Sorry, I know this is also somewhat of a Woo questions, but since my BuddyPress came with Woo, I hope its ok to ask this question here. I’ve already tried Paid Memberships Pro and Restrict Content Pro, but neither of them work well with Buddypress (billing works, but page protection doesn’t).
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?