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

LearnDash - Learning Management System For WordPress

LearnDash - Learning Management System For WordPress v4.14.0

No permission to download

by browsing the old discussion I also found the post #340 by NullMaster, @TassieNZ this is one of the problems here...some of the addons update are scattered to the discussion post..what if we have thousands of discussion about learndash you will be wasting your time browsing for an old reply for just an update and download link...btw thank you...
 
by browsing the old discussion I also found the post #340 by NullMaster, @TassieNZ this is one of the problems here...some of the addons update are scattered to the discussion post..what if we have thousands of discussion about learndash you will be wasting your time browsing for an old reply for just an update and download link...btw thank you...
LOL All part of the fun! Keeps your brain active!!! :cool:
 
yeah I lke that..:LOL::LOL: ..but u also need to think of the future of this forums,,this will be ugly to see if you have billions updates scattered... :ROFLMAO::ROFLMAO:,, do you like to search a forum with a billions of discussion i dont think so...
It's only some of the LearnDash things that are an issue and even then a lot have their own thread. Most of the others are part of the addons pack, but too much of a headache to update the pack for one item. Keep in mind these are offered for free. If it really was a major, major concern, the said person could purchase the items. Then would be neat and tidy and in one place!!! 🤣 🤣 🤣

LOL p.s you are lucky to have "billions" of options! :love:
 
I have the same issue with LearnDash ProPanel, doesn't seem to be nulled at all or perhaps something has changed. It askes for an email address and a license key when you attempt to launch it.
Ok, lets try this simple way:

open wp_autoupdate_propanel.php then try change this code

PHP:
function invalid_current_license() {
add_action( 'admin_notices', array(&$this, 'admin_notice'));
deactivate_plugins( $this->plugin_slug );
}

to
PHP:
function invalid_current_license() {
//add_action( 'admin_notices', array(&$this, 'admin_notice'));
//deactivate_plugins( $this->plugin_slug );
}
 
Learndash Add-ons need to be updated
LearnDash - Gradebook
LearnDash - Mailchimp
LearnDash - Slack
LearnDash Notes
LearnDash Private Sessions
LearnDash Visual Customizer
 
the propanel works perfectly, to remove the admin notice just open wp_autoupdate_propanel.php and commit 66 to 84 as below
Code:
/*    function admin_notice() {
        echo "<style>
                #nss_plugin_updater_admin_notice {
                    width: 90%;
                    margin: auto;
                    margin-top: 30px;
                    border: 2px solid black;
                    padding: 5px 10px;
                    background-color: yellow;
                }
                </style>";
        $licensepage = get_admin_url(null,'admin.php?page=nss_plugin_license-'.$this->code.'-settings');
        echo "<p id='nss_plugin_updater_admin_notice'>License of your plugin <b>".$this->get_plugin_data()->Name."</b> is invalid or incomplete. Please click <a href='".$licensepage."'>here</a> and update your license.</p>";           
    }
    
    function invalid_current_license() {
        add_action( 'admin_notices', array(&$this, 'admin_notice'));
        deactivate_plugins( $this->plugin_slug );
    }*/
    function get_plugin_data() {
        if(!function_exists('get_plugin_data'))
        include_once( ABSPATH.'wp-admin'.DIRECTORY_SEPARATOR.'includes'.DIRECTORY_SEPARATOR.'plugin.php');

        return (object) get_plugin_data(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.$this->plugin_slug);
    }
    /**
     * Add our self-hosted autoupdate plugin to the filter transient
     *
     * @param $transient
     * @return object $ transient
     */
 
  • Like
Reactions: princmode and Babak
LearnDash Visual Customizer v2.3.5.1
= 2.3.5.1 =

* Small tweak in breadcrumbs on mobile
 

Attachments

  • ld-visual-customizer2.3.5.1.zip
    5.1 MB · Views: 47
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