Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter dementys

    (@dementys)

    Thanks for puzzle, what I need to read for insert 1st finding row from table into a variable? ^c ^v is inconveniently, what plugins can do it without button? I mean the events when search string received something new.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I don’t understand what you are trying to do, and what your question is ??
    It seems like you used an automatic translation software, but the resulting English is very weird ??

    Regards,
    Tobias

    Thread Starter dementys

    (@dementys)

    Hi Tobias, my apologies. Google translator maybe not help, I try to describe it otherwise.

    Do you plan TablePress Extensions with buttons similar at https://editor.datatables.net/examples/api/duplicateButton.html ? First I need something similar: user_click to entry_key send wp_user_nick to TablePress_search_field. Is it impossible soon? ??

    Thread Starter dementys

    (@dementys)

    Thanks for answer!

    I try to use the Extension from https://tablepress.org/extensions/datatables-auto-filter/ as a start. At the next step I’d like to adjust the PHP code for sending 2-nt_received_row from TablePress to WATS_plugin_field without button click. I mean the row_data, not the column headers!:)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    there is a “Duplicate” button for rows on the “Edit” screen, which you can use. Then, you’d have to enter the new data there.

    I don’t have a solution for sending that data to another plugin, sorry. This is not really something that TablePress can do. You will have to look into custom solutions here.

    Regards,
    Tobias

    Thread Starter dementys

    (@dementys)

    Ooops, I forgot to tell you about the key for solving the first problem:
    ——————-
    tablepress-datatables-auto-filter/tablepress-datatables-auto-filter.php
    ——————-
    global $user_login, $user_ID, $user_identity;
    $auto_filter_word = $user_login ;
    if ($user_ID == 1 || $user_ID == 50)
    $auto_filter_word = $user_identity;
    ——————-
    THANKS!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, very nice! Thanks for sharing this!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Speculative loading during login to. Who can tell about next step?’ is closed to new replies.