Coder Social home page Coder Social logo

Comments (5)

TobiasBg avatar TobiasBg commented on June 20, 2024

Hi @jeremyfelt!

Thanks for opening this ticket as a reminder! I haven't put that much thought and time into WordPress Importer support yet, given that TablePress has its own export/import system as a workaround here (mentioned in the link that you posted). I'm however very open to adding such support!

Using wp_import_insert_post in the WP Importer plugin looks like a good approach here, indeed. At first glance, the problem that I see is that the $post object for a table doesn't contain the table ID (as that's only stored in the tablepress_tables option, which is not exported, afaik).
So, there'd probably need to be a step in the WP Exporter that gets the table ID from the tablepress_tables option and adds it to a post meta field during the export, or something like that.
The alternative would be to simply assign a new/unused table ID to the imported tablepress_table post during the import. That way, imported tables would at least be visible in the TablePress UI, but chances are that existing [table] Shortcodes in posts/pages then point to the wrong table.

from tablepress.

TobiasBg avatar TobiasBg commented on June 20, 2024

BTW, you might be interested in this TablePress Extension, which adds a "Debug" tab to TablePress, that shows some more internal information, and allows for easy editing of the tablepress_tables option, and more. It also makes the edit.php?post_type=tablepress_table entry visible in the admin menu for easy access.

from tablepress.

TobiasBg avatar TobiasBg commented on June 20, 2024

Hi @jeremyfelt!
I just added TablePress integration into the WP import/export in 3e815dc (which will be part of TablePress 1.5 in a couple of days).
I hope it helps! :-)

from tablepress.

jeremyfelt avatar jeremyfelt commented on June 20, 2024

No way! That is fantastic! I was just showing this repo to our open lab this morning and I had forgotten about the issue. Thanks @TobiasBg!

from tablepress.

TobiasBg avatar TobiasBg commented on June 20, 2024

No problem, @jeremyfelt :-) And thanks for spreading the word about the plugin!

from tablepress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.