Tim Moore
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress.com Stats] How remove Jetpack ad?Hi KJ,
There is a settings page for the Stats plugin when you install it (look under your Settings menu). In that page, there is an option to disable the message.
Thanks,
Tim
Forum: Plugins
In reply to: WordPress.com Stats list@edzee: If you can, download the latest WordPress.com Stats plugin. Then upload it via FTP to your plugins directory. This should resolve the issue. Sorry for the inconvenience.
Thanks,
Tim
Forum: Plugins
In reply to: [WordPress.com Stats] WordPress Stats 1.8.5 breaks my plugins pageHi DJ Doena,
There is a fix in the latest download of WordPress.com Stats that will fix this error message.
If you’d like to remove the upgrade notification, you can also check the settings page for WordPress.com Stats and disable the notice there.
Thanks,
Tim
Forum: Plugins
In reply to: [Jetpack from wordpress]Edited to add: @carebbean, if you download the WordPress.com Stats files again, this error should be fixed. Please let me know if it is not.
@carebbean: This notice should not interfere at all with your ability to manage plugins. It is simply a notice message, nothing more. I’ve tested this on my host and it works appropriately. Could you share what browser and what host you are using?
Thanks,
Tim
Forum: Plugins
In reply to: [WordPress.com Stats] How remove Jetpack ad?Hi there,
There’s an option in the WordPress.com Stats settings page that will dismiss the Jetpack notice entirely. The option is labeled as “Jetpack Notice.”
Thanks,
Tim
Forum: Networking WordPress
In reply to: A suitable use of multisite?A simple solution, IMO, would be to set up MultiSite and use the P2 theme. Each subsite is a client’s space (so subsite 1 would be for client 1, and so on). Set each subsite to private and set up a user account for the client with access to that site.
P2 theme: http://wordpress.org/extend/themes/p2
Forum: Plugins
In reply to: Last Updated PluginYou could just modify your theme files and use the following function:
http://codex.wordpress.org/Function_Reference/the_modified_time
Forum: Everything else WordPress
In reply to: Deleting my accountWhat account are you trying to delete? Where is the account?
Forum: Networking WordPress
In reply to: WordPress MU crashing serverThis could be an errant plugin. Try disabling everything and see if the problem still exists.
If you haven’t already, look into caching, both WordPress-based and server-based.
Forum: Networking WordPress
In reply to: Sites created via admin not installing/createdNo actual folders are created. The folders are virtual.
Look in your MySQL database with PHPMyAdmin or such. There should be wp_# tables, where # is incremented by 1 for each new site.
If those aren’t getting created, you likely haven’t given your database account all permissions to the database.
Forum: Networking WordPress
In reply to: Hiding the "root" domain from GoogleHow are you pointing actualsite.com to root.com/actualsite? I believe, if you use something like WordPress MU Domain Mapping, that it is all taken care of automatically.
Forum: Installing WordPress
In reply to: MySQL settingsAre you using MAMP/WAMP/XAMPP or similar? If so, they should have instructions. Though localhost should work, in most cases, I believe.
Forum: Installing WordPress
In reply to: Cannot access my blog via URLI think you’ll find it is the DirectoryIndex call at the top of .htaccess. Remove that and see what happens.
ETA: sorry, that may not be true. Also look at the RewriteRule just above your ErrorDocument.
Forum: Installing WordPress
In reply to: 3.2 auto-update goes to File Not FoundWhen do you get the no results found error? Step by step directions on how you get that error would be helpful.
Forum: Installing WordPress
In reply to: 403 ForbiddenIf it worked yesterday, but not today, contact your host. They likely ran an update that is interfering.