• Hi Marko. Thanks for the plugin. I had hacked my own tabs plugin together based on the Editor Tabs plugin, but I think this one could be much better.

    I’d like to make some suggestions (some of which have already been mentioned). It would be great to see columns used, perhaps the UI could be something like:

    Tab Name
    Column1
    Metabox
    Column2
    Metabox

    Also I’d love to see an area for default metaboxes that would always display regardless of which tab is active. I notice you already have this hard-coded for the publish metabox. Again, this could be another customizable option on the setup screen.

    Defaults
    Column1
    Column2
    Publish
    Featured Image
    Etc.

    Anyway, thanks for the great plugin. Keep up the good work.

    https://www.ads-software.com/extend/plugins/tabify-edit-screen/

Viewing 1 replies (of 1 total)
  • Plugin Author Marko Heijnen

    (@markoheijnen)

    Hey,

    Both things are on my todo list. For the first I’m still not sure what it precise should do. I still think the placing should be done by add_meta_box(). Also when you replace it is it for only default or always that place. Also you got plugin(s) that add an extra column.

    Second one can already be done by code. I added two filters ‘tabify_default_metaboxes’ and ‘tabify_default_metaboxes_’ . $post_type. Where the array that get passed along is for all the metaboxes id’s.

    About this. I’m not sure if I want something in the UI. It’s hard to say now. The UI needs a lot of work and the code also. I’m hoping to get most of this done next month. My first goal is that you can do all this with code.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Tabify Edit Screen] Suggestions’ is closed to new replies.