• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

BuddyBoss Platform Pro

BuddyBoss Platform Pro v2.5.00

No permission to download

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
380
555
93
katalk submitted a new resource:

BuddyBoss Platform Pro - Adds premium features to BuddyBoss Platform.

Changelog - v1.0.1
  • Zoom - Fixed RTL layouts for Zoom content when WordPress is set to RTL languages
  • Zoom - Removed ability to 'duplicate' the Gutenberg block, to avoid creating duplicate meetings
  • Zoom - Fixed issues with saving social groups from backend when Zoom is disabled in the group

Read more about this resource...
 
This doesn't require a license.
I already have BuddyBoss Theme and BuddyBoss Platform and had a working BuddyBoss Platform Pro v 1.0.0. After installing BuddyBoss Platform Pro v 1.0.1 integration with Zoom stopped working.
Back to version 1.0.0.
 
  • Like
Reactions: Pixelate
I already have BuddyBoss Theme and BuddyBoss Platform and had a working BuddyBoss Platform Pro v 1.0.0. After installing BuddyBoss Platform Pro v 1.0.1 integration with Zoom stopped working.
Back to version 1.0.0.
I can't help you because I'm not a plugin developer.
To solve the problem, I recommend you to buy the plugin.
 
  • Like
Reactions: milan975
This does require nulling for all functions to work.
NULLING Instructions:

Open the file \includes\bb-pro-core-functions.php

Go to line 56 (approximately)
PHP:
    $license_exists = false;

Change to ...
PHP:
    $license_exists = true;

Save the file and you are good to go!

Or download nulled one ...

TassieNZ :)
 
  • Love
  • Like
Reactions: Babak and TassieNZ
Thanks for the upload. I am a naive to this platform but find it quite interesting, as lot of info is flowing in every direction. Kudos to the team! and moderators. Looking forward to the latest update to bbtheme v1.5.4.
 
BuddyBoss Platform Pro 1.0.3 NULLED
== Changelog ==

= 1.0.3 =
* Zoom - Fixed Zoom Gutenberg block duplication issues
* Zoom - Fixed Zoom 'meeting details' popup layout
* Zoom - Improved Zoom meeting countdown responsive layout
* Compatibility: Fixed 'BuddyBoss Theme' updater conflict

TassieNZ :)
 
  • Like
Reactions: katalk
Looks like this update breaks the license nulling - at least for me. Can anyone confirm it does the same for them? (I checked the line in the functions file and ensured it was correct)
 
Looks like this update breaks the license nulling - at least for me. Can anyone confirm it does the same for them? (I checked the line in the functions file and ensured it was correct)

Yes I was getting a lot of errors from:
"wp-content/plugins/buddyboss-platform-pro/includes/lib/buddyboss-updater/includes/admin.php"

I fixed it by editing that file between lines 694 and 720

at 695
changed:
$valid_license_key = '';
to
$valid_license_key = 'nullmasterinbabiato';

and commented basically all the rest
to make it look like this...

Code:
function product_valid_license_key( $product_key, $get_extra_info = false ) {
            $valid_license_key = 'nullmasterinbabiato';

            // check every valid license in db and match for product key

            /*$saved_licenses = $this->_get_saved_licenses();
            if ( ! empty( $saved_licenses ) ) {
                foreach ( $saved_licenses as $package_id => $license_details ) {
                    // parent plugin should be active as well
                    if ( $license_details['is_active'] && isset( $this->packages[ $package_id ] ) && ! empty( $this->packages[ $package_id ] ) ) {
                        if ( ! empty( $license_details['product_keys'] ) && is_array( $license_details['product_keys'] ) && in_array( $product_key, $license_details['product_keys'] ) ) {
                            if ( $get_extra_info ) {
                                $valid_license_key = array(
                                    'key'   => $license_details['license_key'],
                                    'email' => $license_details['activation_email'],
                                );
                            } else {
                                $valid_license_key = 'nullmasterinbabiato';
                            }
                            break;
                        }
                    }
                }
            }*/

            return $valid_license_key;
        }

Hope is helpful for you...
regards
 
Yes I was getting a lot of errors from:
"wp-content/plugins/buddyboss-platform-pro/includes/lib/buddyboss-updater/includes/admin.php"

I fixed it by editing that file between lines 694 and 720

at 695
changed:
$valid_license_key = '';
to
$valid_license_key = 'nullmasterinbabiato';

and commented basically all the rest
to make it look like this...

Code:
function product_valid_license_key( $product_key, $get_extra_info = false ) {
            $valid_license_key = 'nullmasterinbabiato';

            // check every valid license in db and match for product key

            /*$saved_licenses = $this->_get_saved_licenses();
            if ( ! empty( $saved_licenses ) ) {
                foreach ( $saved_licenses as $package_id => $license_details ) {
                    // parent plugin should be active as well
                    if ( $license_details['is_active'] && isset( $this->packages[ $package_id ] ) && ! empty( $this->packages[ $package_id ] ) ) {
                        if ( ! empty( $license_details['product_keys'] ) && is_array( $license_details['product_keys'] ) && in_array( $product_key, $license_details['product_keys'] ) ) {
                            if ( $get_extra_info ) {
                                $valid_license_key = array(
                                    'key'   => $license_details['license_key'],
                                    'email' => $license_details['activation_email'],
                                );
                            } else {
                                $valid_license_key = 'nullmasterinbabiato';
                            }
                            break;
                        }
                    }
                }
            }*/

            return $valid_license_key;
        }

Hope is helpful for you...
regards
That's perfect. thank you. No more errors!
 
  • Like
Reactions: Guyver
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock