LearnDash - Learning Management System For WordPress

LearnDash - Learning Management System For WordPress v4.21.2

No permission to download

jaylee

Active member
Jun 14, 2018
122
38
28
Somewhere down the road

TassieNZ

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

TassieNZ

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

Dieds

Active member
Aug 1, 2019
130
40
28
can any one get
Zoom WordPress Plugin
for learndash?



 

Dieds

Active member
Aug 1, 2019
130
40
28
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 );
}
 

princmode

Member
May 24, 2020
83
22
8
Learndash Add-ons need to be updated
LearnDash - Gradebook
LearnDash - Mailchimp
LearnDash - Slack
LearnDash Notes
LearnDash Private Sessions
LearnDash Visual Customizer
 

Mostafa493

New member
Oct 14, 2019
2
2
3
Egypt
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
     */
 

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