BuddyBoss Platform Pro

BuddyBoss Platform Pro v2.5.20

No permission to download

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
363
413
63
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...
 

maxtet

New member
Jul 1, 2020
7
7
3
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

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
363
413
63
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.
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,014
19,807
120
New Zealand
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 :)
 

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
363
413
63

prana

New member
Jul 12, 2020
17
11
3
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.
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,014
19,807
120
New Zealand
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

TTTTTT

New member
Jul 11, 2020
8
-1
3
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)
 

holograma

New member
Jul 8, 2020
15
16
3
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
 

TTTTTT

New member
Jul 11, 2020
8
-1
3
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!
 

katalk

Well-known member
Trusted Uploader
Apr 26, 2020
363
413
63
  • Like
Reactions: Guyver

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu