• dasteralo

    (@dasteralo)


    Hello,
    Is there any possibilities using shortcodes to add link on a data ?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    No. There’s no support applying any decoration or transform to the table data.

    I reloaded my WordPress database because of problems encountered when trying to delete single records (known problem V1.8.0, V1.8.1 & V1.8.2).

    Since reloading the database, all fields in each record (except ‘Submitted’) have some kind of ajax link. New records, created after the database reload, appear correctly with outh the ajax links. See this link for an example.
    https://www.tacmissileers.org/?p=4014

    Any thoughts what may be causing the ‘link’ problem? Thanks…

    More info… I get the same ‘links’ when viewing the database in Admin mode. It doesn’t make any difference whether or not the Javascript-enabled tables are used.

    New records, that were created after the database reload (i.e., wp_CF7DBPlugin_SUBMITS import) display correctly without the ‘links.’

    Plugin Author Michael Simpson

    (@msimpson)

    @wreston:

    In MySQL, can you execute this query and does it fix the links?

    update wp_CF7DBPlugin_SUBMITS set file = NULL where length(file) = 0

    Michael, FANTASTIC! That removed the links.

    Many thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Contact Form 7 to Database Extension] link on data’ is closed to new replies.