• Resolved PlexForce

    (@plexforce)


    Hi,

    I’m using WordPress for 3 years or so, and just started to use Tabele Reloaded, which works very well. But i have a few questions and hope you can help me.

    1) Where is the data value stored? In MySQL i dont see any table name like wp-table-reloaded or something.
    2) Is there a way to schedule an import every 2 hours? Im now using the import option, it works well, but i have to renew every time the same csv with different data in it.

    Thanks in advanced, i like the plugin 🙂

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your questions.

    1.) WP-Table Reloaded uses the “WP Options” API, and not a custom mySQL table. You will find the tables as so-called serialized strings in the wp_options table, with entry names like “wp_table_reloaded_data_…”. (Note, that editing the data in the database directly is not recommended, as this can easily break the data format (unfortunately…)).

    2.) This is not possible automatically at this time, unfortunately. I have an idea on this could be achieved though. For details, we’d need to work something out, and I suggest that you contact me by email (address is in the main plugin file “wp-table-reloaded.php” ) if you are interested.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Data storage’ is closed to new replies.