• Resolved timbr

    (@brugman)


    Hi.

    I can only assume this has been asked before but I couldn’t find it in the first 5 pages of the forum.

    Adminimize has MILLIONS of checkboxes. Could you add a button to check all boxes on the same row? In other words, check/uncheck for all roles.

    Kind regards,
    Tim

    http://wordpress.org/plugins/adminimize/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Pushing this so hard!

    LOVE the plugin, oh my god. I really love it that much!
    But it would be supersweet if one could just check/uncheck all boxes for a horizontal row. Plus you could implement more “check/uncheck all” boxes below each usergroup when you for example don’t want to hide the “settings navigation item” but want to hide all settings nav items for a specific user group (and then maybe uncheck one box, because that usergroup maybe is allowed to view one specific settings nav item). wow sry, it’s early, hope you get the idea.

    so many greetings,
    Thomas

    🙂

    Plugin Author Frank Bueltge

    (@bueltge)

    The plugin have a solution, but in beta status 😉
    Klick on the head of each table, on the strings of the roles and you will active/deactivate all checkboxes in the column. Is on status beta, because I have a solution only for english strings, this don’t work on translations.

    Thread Starter timbr

    (@brugman)

    Hi Frank. Clicking on the column head indeed works, and that’s great. But we’d like the same thing for rows. Shouldn’t be hard to add. Here’s an image to clarify: http://i.imgur.com/PjICVa5.png

    Thread Starter timbr

    (@brugman)

    Hey Frank. Just bumping this because it’s not [Resolved].

    Also here is how I would roughly code this in jQuery:

    $('#some-table td.label').click( function() {
    	$(this).parent().find('.checkbox').attr('checked', true);
    });

    Plugin Author Frank Bueltge

    (@bueltge)

    @Brugmann: thanks, Currently I have only add to my issue list, but maybe I find a little bid time, then I will include this helpful source.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add a row checkbox toggle button’ is closed to new replies.