• Can I execute php within a table cell? I’m using the Exec-Php plugin and it doesn’t seem to work.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    sorry, currently this is not possible.

    For security reasons I will not add direct support to include PHP to WP-Table Reloaded.
    But I’ll try to find a way to hook into Exec-PHP, so that its functionality (with security measures and so on) will also work for tables from WP-Table Reloaded.
    But this may take some time, as I’m currently busy with university.

    Tobias

    hi developer,

    can you please update this plugin with search optimization. when i search data in the cells wont show. please help me to fix this problem.
    thanks a lot

    Hi,

    sorry for the problem with the search. Unfortunately there is nothing I can do:
    The problem with making the tables searchable is, that the plugin/WP do and can not know on what pages or posts the table is shown. It would also have to check, if certain content is to be shown at all. (If not, then it should not be findable by the search.)
    Therefore the only chance to realize this, is to search through all of WP’s posts/pages AFTER they are completely rendered for output. This can only be done after fulltext indexing them, e.g. like Google does.

    Now, thanks to a Google Summer of Code project, there is a plugin for that: http://wordpress.org/extend/plugins/search/
    That plugin (if “Google” is selected as the search provider) will be able to search through tables (if they are shown somewhere on the blog.)

    Sorry to not have a better solution,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP-Table Reloaded] execute php?’ is closed to new replies.