• Resolved Wanderer

    (@hmdadou)


    Anyone could tell me how to change the directory list checkboxes into dropdown select box.
    I believe this is the hook inserted in the signup page.
    [code]
    public static function signup_blogform () {
    print '<div id="multisite-directory-signup-categories">';
    esc_html_e('Site Categories', 'multisite-directory');
    print '

      '.self::get_terms_checklist_html().'

    ';
    print '</div><!-- #multisite-directory-signup-categories -->';
    }
    [/code]

    • This topic was modified 6 years, 10 months ago by Wanderer.
Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    I implemented checkboxes because they are the expected interface element for multple selection. An alternative would be a multi-option <select> element. A drop down menu (single select) interface widget doesn’t make sense in this context.

    If you still want to do that, you of course may still do so, but that is effectively a request for custom code, which I do not offer on this forum, and certainly not for free. ?? Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘change directory list checkboxes into a dropdown’ is closed to new replies.