05-27-2015, 06:54 AM
05-27-2015, 12:21 PM
new link please
05-27-2015, 03:51 PM
can you please post latest version of
CoursePress Pro
thank you
CoursePress Pro
thank you
05-27-2015, 04:45 PM
how do you upload /activate these plugins ? does it need the wpmu-dev-dashboard first?
I ask this because i uploaded one of the plugins and it is not showing in my plugin list of WP admin
thanks in advance
I ask this because i uploaded one of the plugins and it is not showing in my plugin list of WP admin
thanks in advance
05-28-2015, 05:38 PM
can anyone help ?
05-29-2015, 01:34 AM
(05-27-2015 04:45 PM)Aaroni Wrote: [ -> ]how do you upload /activate these plugins ? does it need the wpmu-dev-dashboard first?
I ask this because i uploaded one of the plugins and it is not showing in my plugin list of WP admin
thanks in advance
Check if the zip file is package containing docs and other stuff, could be that you have to unzip the file to find the real plugin to upload. You don“t need the WMPUDEV dashboard for the plugin to work, in fact i advise you not to install it and if you want to get rid of the nags you can add the code bellow (my own code) to your functions.php file. Hope this helps.
[/code]
Code:
add_action( 'admin_init', 'xant_remove_wpmudev_nags', 9 );
function xant_remove_wpmudev_nags() {
// Remove WMPUDEV Dashboard plugin and update Nags
global $WPMUDEV_Dashboard_Notice3;
remove_action( 'all_admin_notices', array( $WPMUDEV_Dashboard_Notice3, 'install_notice' ), 5 );
remove_action( 'admin_init', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_rows' ), 15 );
remove_filter( 'plugins_api', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_info' ), 20, 3 );
remove_filter( 'themes_api', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_info' ), 20, 3 );
}
// action
05-29-2015, 06:02 AM
thank you xantor... rep added
05-29-2015, 10:41 PM
Nice share, but can I have Subscribe by Email version 3.1.2. I kinda need it urgent. Thanks..
06-02-2015, 11:43 AM
(05-27-2015 02:11 AM)Mat Wrote: [ -> ](03-30-2015 09:37 AM)dacguy Wrote: [ -> ]Clean WPMU Dev Autoblog 4.1 as requested - normal password. Please show some love and REP!!!
Magic Button :http://www48.zippyshare.com/v/nIy4fknP/file.html
Nice Share, but Unable to unzip it; wrong password. I typed the password mentioned for the freebies section, but it's not working. Is ther another password?
Please help!
06-05-2015, 09:48 PM
Hi,
Can you upload Support System 2.1.8?
Thanks!
Can you upload Support System 2.1.8?
Thanks!