BuddyBoss Theme- Version 1.7.5 - Untouched
Nulling the theme is not required if you are using nulled pro plugin with theme unlock added to it.
Get the nulled platform pro plugin v1.1.5 from here
https://babiato.tech/threads/buddyboss-platform-pro.25366/post-623466
For those trying to use this theme from
@lijoe but Theme Options are blocked with a license warning... do this to remove the warning and unlock options.
Step 1
go to: wp-content/themes/buddyboss-theme/inc/admin/admin-init.php
Step 2
delete lines 245 to 260
Delete this:
if ( ! function_exists( 'buddyboss_theme_show_theme_option_jaherat_pehla' ) ) {
function buddyboss_theme_show_theme_option_jaherat_pehla() {
if ( buddyboss_theme_get_theme_sudharo() ) {
$url = is_multisite() ? network_admin_url( 'admin.php?page=buddyboss-updater' ) : admin_url( 'admin.php?page=buddyboss-updater' );
?>
<div class="unlicensed-theme">
<div class="block">
<p><?php echo sprintf( __( 'Warning: Access Restricted. Please enable BuddyBoss Theme License key <a href="%s">HERE</a> and try again.', 'buddyboss-theme' ), esc_url( $url ) ); ?></p>
</div>
<?php
}
}
add_action( 'redux/page/buddyboss_theme_options/form/before', 'buddyboss_theme_show_theme_option_jaherat_pehla' );
}
Step 3
delete lines 742 to 753
Delete this
if ( buddyboss_theme_get_theme_sudharo() ) {
add_action( 'wp_ajax_buddyboss_theme_options_ajax_save', 'buddyboss_theme_options_avirat_sudharo', 0 );
function buddyboss_theme_options_avirat_sudharo() {
if ( buddyboss_theme_get_theme_sudharo() ) {
echo json_encode( array(
'status' => __( 'This panel is set to be Read-Only. Saving is disabled.', 'buddyboss-theme' ),
'action' => 'error'
) );
die();
}
}
}
And bam! it is unlocked.