Tim Moore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jetpack Site Stats Times outChanging user or your database passwords should not have effected Jetpack’s stats feature. You may have been experiencing a network lag. If this continues for several days, please contact Jetpack support through this link:
http://en.support.wordpress.com/contact/?jetpack=needs-service
Forum: Fixing WordPress
In reply to: Jetpack: how do I get rid of the ad bar on the dashboard?Hi Sally,
There are two plugins which may be displaying this notice. The WordPress.com Stats plugin or the Wickett Twitter Widget. For the Stats plugin, there is an option in the Stats option panel to turn off the Jetpack notice. For the Twitter widget, there should be a close button on the Jetpack notice in the upper right corner; click that and the notice will disappear.
Hope this helps.
Tim
Forum: Networking WordPress
In reply to: migrating to multisiteIt works the same way as single site WordPress. Themes, by default, live in /wp-content/themes. You’ll need to make sure that all your theme files are in that folder. This applies even with subdomains.
Forum: Networking WordPress
In reply to: wp_delete_user bug in multisite?This isn’t actually a bug, AFAIK.
If you are in single site mode, this function allows you to directly delete a user from the database since you don’t have to worry about the user being attached to any other network site.
If you are in Network mode, however, a non-Network Admin may want to “delete” the user from their site on the network, which is what this function does. It removes the user from the site without harming the user’s status on other sites in the Network.
You’ll find that for Multi Site, in /wp-admin/network/users.php there is a different function that handles deleting users in such a way that all of the blogs a user is associated with don’t get broken when the user is actually deleted from the database.
Forum: Plugins
In reply to: Jetpack ErrorIt is possible that SourceForge is blocking something. Could you try contacting them and asking them if they block XMLRPC or are firewalling any particular ports?
Both of these will be coming in the near future to Jetpack. No ETA yet, but keep an eye on Jetpack releases.
Could you provide more information, please? What code is invalid?
Forum: Plugins
In reply to: Jetpack Fatal ErrorCould you try deactivating all of your other plugins, then activate Jetpack? It may be a conflict with another plugin.
You can turn off individual modules. If you go to your Dashboard and to Jetpack -> Jetpack, click on the Learn More button of the module you would like to disable. A Deactivate button should then appear, which will turn that module off.
Forum: Plugins
In reply to: Jetpack ErrorDid you follow these directions (http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory) to put wordpress in /wordpress?
Forum: Networking WordPress
In reply to: Subdomain for Sub-directory NetworkYes, this is possible. Nothing special needs to be done with WordPress to do this.
Forum: Networking WordPress
In reply to: Where are blog names/domains stores for multisite?You should look at wp_sites and wp_blogs. But, also, there are several domain mapping plugins out there that do what you are describing. Perhaps try one of those first?
Forum: Plugins
In reply to: Jetpack ErrorIs the site publicly accessible? Can you share the site URL?
Forum: Plugins
In reply to: Jetpack ErrorThe first thing to check would be your xmlrpc file. What do you get when you go to http://example.com/xmlrpc.php (replacing example.com with your URL)?
Can you provide more info? What specifically happens? If you get a blank page, do you see anything in your error logs?