hennyholla
Member
hello brother. how do you create app without access to buddyboss account?yes. Also, you can update without looking at the nulled version again.
Reacted by:
hello brother. how do you create app without access to buddyboss account?yes. Also, you can update without looking at the nulled version again.
BuddyBoss Platform Pro - Version 2.5.50
Release date: Jun 25, 2024
Changes:
- Bug: Core - Logs from the background process when migrating reactions were showing on the debug log even without turning on DEBUG in the wp-config file
- Bug: Zoom - Zoom meeting notifications were not hyperlinked
BuddyBoss Theme - Version 2.6.30
Release date: Jun 25, 2024
Changes:
- Bug: Email Invites -...
there is no App included, just wordpress plugins with regular license .What's the app id and app key?
BuddyBoss Platform Pro - Version 2.6.00
Release date: Sep 05, 2024
Changes:
- New Feature! - In this update we have introduced Polls. Polls is a highly requested feature that allows Admins and group Owners & Moderators make use use of Polls either in the main activity feed or group activity feed.
- Bug: Core - A fatal error occurred when using the SureCart plugin and running the WP plugin list command
BuddyBoss Theme -...
BuddyBoss Platform Pro - Version 2.6.21
Release date: Oct 31, 2024
Changes:
- Enhancement: Zoom - Updated the Zoom Web Meeting SDK library to version 3.9.2
BuddyBoss Theme - Version 2.7.20
Release date: Nov 05, 2024
Changes:
- Bug: Header - Fixed a UI issue with the sticky header in WP Project Manager
- Bug: LifterLMS - Fixed a UI issue on lesson pages
- Bug: Styling - Fixed a UI...
You're probably just installing the theme without the plugin. Because the plugin has a code that removes the lock.admin after updating this on my website it ask for product key when i try to edit this theme
add_action( 'wp_loaded', function(){
remove_action( 'redux/page/buddyboss_theme_options/form/before', 'buddyboss_theme_show_theme_option_jaherat_pehla' );
remove_action( 'redux/page/buddyboss_theme_options/form/after', 'buddyboss_theme_show_theme_option_jaherat_pachhi' );
remove_action( 'wp_ajax_buddyboss_theme_options_ajax_save', 'buddyboss_theme_options_avirat_sudharo', 0 );
} );
raz0r, can you please fix the app pluginYou're probably just installing the theme without the plugin. Because the plugin has a code that removes the lock.
You can add this snippet to functions.php
Code:add_action( 'wp_loaded', function(){ remove_action( 'redux/page/buddyboss_theme_options/form/before', 'buddyboss_theme_show_theme_option_jaherat_pehla' ); remove_action( 'redux/page/buddyboss_theme_options/form/after', 'buddyboss_theme_show_theme_option_jaherat_pachhi' ); remove_action( 'wp_ajax_buddyboss_theme_options_ajax_save', 'buddyboss_theme_options_avirat_sudharo', 0 ); } );