digitaljoe703
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Plugins not showing up in Dashboard pluginsd listoops- I was looking at the actual FTP’ed .php files. ??
________________There is a list of plugins showing up. The problem is that any new ones do not show. The list is old, meaning that the plugins that are showing up are ones that were there a long time ago. Any new plugins that I install (or copy in to plugins folder via FTP) do not show up.
Same thing with my Themes… Any new themes that I install (or copy in to themes folder via FTP) do not show up.
Any ideas on why?
Thanks again!Forum: Networking WordPress
In reply to: Plugins not showing up in Dashboard pluginsd listI dont see them in the plugins.php
(/wp-admin/network/plugins.php)This is the code:
<?php /** * Network Plugins administration panel. * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! is_multisite() ) wp_die( __( 'Multisite support is not enabled.' ) ); require( ABSPATH . 'wp-admin/plugins.php' );
______________________________
In regards to the Theme issue…Not sure how/where to “click on Network Enable” in the wp-admin/network/themes.php file.
Thanks again!
Forum: Networking WordPress
In reply to: Plugins not showing up in Dashboard pluginsd listWhat I mean that the plugins in the plugins folder do not show up in the back-end admin dash.
From the back-end admin when you click on the list of plugins they do not show. I uploaded some popular working plugins via FTP as well as thru the plugins upload – into the plugins folder, but they do not show up.
I also seem to have the same issue with my themes. I FTP up a new theme into the themes folder and no new themes show up… only the themes that were already there show. STRANGE !! It’s like there is some sort of cache in the admin plugins and themes folder.. and no new plugins or themes show.
Thanks again for your help!