• Although More Fields and More Taxonomies appear to be working in 3.1 RC4, More Types does not. The custom type does not show up in the Admin menu.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Just updated to the newly released WordPress 3.1 and More Types is indeed broken. The custom post types do not show up in the admin menu as the OP stated above.

    thecorkboard

    (@thecorkboard)

    +1

    Probably unrelated, but using single_post_title(); outside the loop to pull in a CPT listing of presentation titles now just shows the title of the page:

    Presentations
    Conference Title: ALA TechSource Gaming Symposium (2008)
    Location: Oak Brook, IL
    Type: Co-Presenter, Oral Presentation, Workshop

    Presentations
    Conference Title: IACRL 2010 – Thriving while Surviving (2010)
    Location: Springfield, IL
    Type: Co-Presenter, Oral Presentation, Workshop

    Rachelle Wise

    (@chellechan)

    Found a quick solution for the admin menu problem here: https://more-plugins.se/forum/topic/more-types-new-post-type-not-appearing-on-left-side-admin-menu

    Add in more-types-object.php at line 182:

    $options['show_in_menu'] = true;
    $options['capability_type'] = 'post';

    Hopefully this series of plugins will get an upgrade soon, so this hacking isn’t necessary. ??

    budaloco

    (@budaloco)

    @chellechan Works like a charm! Thanks!

    Thanks Chellechan, that temporary fix works. Hope to receive an update from plugin developer soon ??

    Plugin Author Kal Str?m

    (@kalstrom)

    More Types 1.1 is posted to the repository. Should be showing up real soon.

    Thanks for posting a quick plugin update, kalstrom!

    parisvega

    (@parisvega)

    After updating the latest version of More Types (1.1) I still got an error message when trying to edit the page type.

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in …/wp-content/plugins/more-types/more-types-settings.php on line 291

    Thanks for the update Kalstorm. I updated & don’t get any errors, just that the Custom Post Types UI does not show up.

    I see these errors when I go to edit any of my existing CPTs. https://d.pr/m926

    If there any other info I can provide to be any help.

    The ‘Show in menu’ for all of them were disabled somehow. https://d.pr/2Jlr . Now I see the Post Types.

    Still get those errors though.

    justin123

    (@justin123)

    Cheers @debasish, sorted me out, after upgrade to 3.1 it obviously changed the default setting to no.

    Just go into Settings-> More Types -> Edit (this post type Action) -> Advanced and select “On” for Show in Admin Menu.

    I’m sure a fix will be release for this.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: More Types] Broken in 3.1 RC4’ is closed to new replies.