Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bobbysmith007

    (@bobbysmith007)

    I am not entirely sure what you are asking, but you should be able to create whatever menu structure you want and just use the [dbte id=table-editor-id] shortcode to include that content on your admin pages. I am not sure, but you can probably use remove_menu_page to remove the default menus if you wanted to.

    Hope this helps,
    Cheers,
    Russ

    Thread Starter phfilly

    (@phfilly)

    My apologies for the vagueness. Thank you for the response.

    https://postimg.org/image/cluum7nxx/

    I’ve attached a link of an image to help explain the problem. I want the 2 menus to function uniquely and not as if it’s the same.

    For example I want the menu “L” to only have the submenu draw results and menu S just to have submenu fixtures. Is this possible?

    Thanks in advance.

    Plugin Author bobbysmith007

    (@bobbysmith007)

    What do these menues have to do with this plugin? wp-db-table-editor doesnt create those menues, so you must be doing it yourself or another plugin is responsible. As far as I know using add_menu_page,add_submenu_page and the remove versions of those two functions, you should be able to create any menu structure you want. I cant debug your application for you though (especially without the code).

    It sounds like maybe you have the menu_slug for both menus set to the same value or something.

    Cheers,
    Russ

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is this possible’ is closed to new replies.