• ltahuite

    (@ltahuite)


    hi, I,m trying to user your plugin in a admin menu, and I created a directory in plugins/aptos and I added the shortcode in the plugins/aptos/index.php like this.

    echo do_shortcode( ‘[cdbt-edit table=”wp_aptos” entry_page=”375″]’ );

    And showme the data with delete button but the edit button is not show, what is the correct way to use the shortcode in the admin if I don’t a id_page?

    thanks in advance

    https://www.ads-software.com/plugins/custom-database-tables/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ltahuite

    (@ltahuite)

    I used the same shortcode in a page and the same dont show the edit button, 375 is the code of my new page

    Plugin Author ka2

    (@ka2)

    I’m sorry reply becomes slow.

    The edit button in the content that is output in the shortcode of cdbt-edit is not display, because in the target page specified “entry_page=375″ (page of post ID 375) does not have the shortcode of [cdbt-entry table=”wp_aptos”].

    However, since in the admin panel is shortcodes with each other [cdbt-edit] and [cdbt-entry] will not cooperate. It will may work if you include pages is wrote a shortcode in the IFRAME.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cdbt-edit don't show edit button’ is closed to new replies.