• 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"

[Guide] Null/Unlock Thrive Themes plugins.

nailstone

Active member
Dec 12, 2020
123
76
28
Home/Work
I have been using this trick for quite a time and saw its not here.
so here it is.

For Example I will use "thrive comments", for that it will be like.
>thrive-comments\thrive-dashboard\classes\Product

and there you will see file 'LicenseManager.php' (open it)

and find the piece of code like below vvv (should be around line number 130)

Code:
protected function checkData( $item = null ) {
        if ( empty( $this->license_data ) ) {
            return false;
        }

        if ( in_array( self::ALL_TAG, $this->license_data ) ) {
            return true;
        }

and EDIT the code to be like this below vvv

Code:
protected function checkData( $item = null ) {
        if ( empty( $this->license_data ) ) {
            return true;
        }

        if ( in_array( self::ALL_TAG, $this->license_data ) ) {
            return true;
        }

and thats all.

NOTE(s) :-
  1. You have to do that in all the files for all the thrive plugins installed. (so if you have three thrive plugins installed then do that for every plugin)
  2. This trick will give you free updates and you WILL HAVE TO repeat the process after every update (better keep the auto update off)
  3. I have used it on three plugins 'thrive comments', thrive headline optimizer and clever widgets.
  4. LOL so basically just changing one 'false' to 'true' will make it work.
(Thank you.)
 
Hey Man,

Thanks for this, but how do you update the plugin within the WordPress dashboard? After changing the 'false' to 'true' I still don't see anywhere that I can update the plugin? What's the procedure so I can update the plugin within the dashboard?
 
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