• Resolved Burkie

    (@burkie)


    Hi Peter, was trying to locate an email address for you, but one I found bounced, could you possibly email hello[at]burkie.com with a quote to be able to select the taxonomy terms on the create a new user page i.e /wp-admin/user-new.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add some hooks in lh-user-taxonomies.php (the file in LH plugin folder) and add:
    add_action( ‘user_new_form’, array($this, ‘user_profile’)); (after 606 row)
    add_action( ‘user_new_form’, array($this, ‘save_profile’)); (after 611 row)

    Plugin Author shawfactor

    (@shawfactor)

    Peter Shaw here of LH User taxonomies.

    Only just saw your request on the wp support forums. It fell through the cracks…, apologies. However I am back active on the forums now.

    Actually cash_cs’s suggestions will probably work (from memory). However it is generally not a good idea to edit plugins directly as any changes will be blown away on the plugin update (and I am planning some improvements).

    Anyway I’ll include a argument in the next version for register_taxonomy that gives an option to add a taxonomy on the create user page. In exchange just write a good review!

    If you need anything more custom custom let me know and I’ll quote.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Select user term on create user page’ is closed to new replies.