Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter American2020

    (@american2020)

    Well, I came out with a solution. Till I thinking in something better, this will work ok.

    I changed this line in simple-select-all-textbox.php (Wich wasn’t really unique, bc having more than 1 textbox in same post, would give them all the same number… so)

    //generate unique ids for each textbox
    $post_id = get_the_ID();

    I changed for:

    //generate unique ids for each textbox
    $post_id = rand(0,999999);

    Only few in millions the chance of getting twice the same numbers.

    Plugin Author Garrett Grimm

    (@grimmdude)

    Hi there,

    This is fixed with the new version; 2.3

    -G

    Thread Starter American2020

    (@american2020)

    Thanks Grimmdude 🙂 The Plugin is getting better 🙂 Hope you also add some “Copy to clipboard” functionality, and a “Select All” option above the Textbox. Those 2 functions will also be very useful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Select All Text Box] Multiple textbox in same post’ is closed to new replies.