Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m running into this issue too, and can’t find where this Multisite / Network default module setting is supposed to be managed, if it’s indeed working.

    This feature appears to all be commented out in the code (I’m currently looking at Jetpack 4.0.3)? For example, the Jetpack_Nework->set_auto_activated_modules() method’s body is fully commented out, as is the jetpack_get_default_modules filter. The HTML itself for the settings’ form fields is commented out in jetpack/network-settings.php

    If you search the codebase for the following text, you’ll find the commented-out features all have this note:

    Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.

    So is this something that’s been back-burnered, or am I just looking in the wrong places?

    Thanks so much for this post! I just upgraded to 3.1 and was scratching my head about why get_permalink() was returning the wrong permalinks for my custom post type posts and custom posts were 404’ing even with pretty permalinks disabled. A secondary symptom was that only the View link was available in the dashboard for those posts, no Edit links. It turned out to be the single uppercase letter I had in the $post_type name. I’d never noticed this requirement before, as everything had been working perfectly fine in WP 3.0.5 and below.

    Changing $post_type to lowercase and running the SQL cited above by @dennis_f fixed all of the issues I was having.

    Looks like the Codex was updated just yesterday to make note about the lowercase requirement for $post_type: http://codex.wordpress.org/Function_Reference/register_post_type

    Thread Starter adamnorwood

    (@adamnorwood)

    Thanks, strider72, for the clarification. I’ve not run into problems yet with VMB, and have been using it happily for the past couple of years so I’m not especially worried about the transition to WP 3.0. It’s a great system if the new built-in Network feature isn’t quite what you need!

    I’m going to mark this thread as resolved, since I got the answers I need for now.

    Thread Starter adamnorwood

    (@adamnorwood)

    Thanks for the reply, Andrea! I’d figured this wasn’t an out-of-the-box ability. I don’t have a strong reason to change what I’m currently doing assuming that Virtual Multiblog continues to work on the 3.0 branch (the VMB developer reports that it should be good to go), I was just hoping to find a simpler hack-free way of doing this.

    Thanks for looking into it, too, staze. I came pretty close using mod_rewrite, but I haven’t taken a hard look into WP 3.0’s internals to figure out where exactly the catch is. If you figure it out, I’d love to know!

Viewing 4 replies - 1 through 4 (of 4 total)