Mark Jaquith
Forum Replies Created
-
Good news! The next version of the plugin, due out soon, allows you to “point” a WP Help instance to another WP Help instance, and “slurp in” all of its documents (you can still add documents that are specific to that site). This should work fine between two Multisite sites, but it will also work across the internet, for two completely unrelated installs (like if you manage a lot of separate client sites).
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Link STILL doesn't open in new windowThe plugin only modifies links that appear (a) In a WordPress nav menu (b) in an oldschool
wp_list_pages()output, or (c) is a post in the main “loop” query.If you’re using custom functions to output the links some other way, it won’t work.
I’m considering ways to lift these restrictions, without introducing a lot of overhead.
What kind of queries is your plugin doing? Are you using a persistent object cache that may be making it so that WordPress doesn’t need to make those queries anymore? Is
SAVEQUERIESdefined astrue?Which links are redirecting to the old location?
It’s possible that your browser has cached the redirect (Chrome is particularly aggressive in caching redirects). Try flushing your browser cache.
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Links do not workI’m really going to need more information here.
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] Replace WP_CONTENT_URL with content_url()Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] Changing logo breaksI added a
filemtime()-based query string on the URL. That’ll change it whenever the file changes.http://plugins.trac.wordpress.org/changeset/562220/login-logo
This will be in the next release of the plugin. Thanks for the suggestion!
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Make wp help a dashboard module?Haven’t made progress on this, but the next version will let you set it as a top level menu, which makes it harder to miss.
It’s unlikely you need to use it. It’s for bizarre setups where multiple installs share a config file.
Forum: Plugins
In reply to: [Subpage Listing] [Plugin: Subpage Listing] changelog & version compatibilityLi-An,
That was just a very tiny bug fix. I plan to come back and do a full update. As you can see, this is an old plugin. It predates shortcodes!
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] Alt / Title tagLooks like the filter existed after all!
http://plugins.trac.wordpress.org/changeset/545887/login-logo/trunk
That’ll be in the next release, but you can use Trunk if you want it early.
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] The logo gets distorted in 3.4Thanks, everyone!
Forum: Plugins
In reply to: [Login Logo] [Plugin: Login Logo] Works perfectlyYou’re quite welcome!
wambamboo — Manual Control for Jetpack just prevents new modules from being activated. If you already upgraded to the version that adds Grunion, then it won’t deactivate it. But it should protect you from the next time they try to sneak something in.
Forum: Hacks
In reply to: [Page Links To] Page Links ToWhat kind of URL is that?