Title: happynuclear's Replies | WordPress.org

---

# happynuclear

  [  ](https://wordpress.org/support/users/happynuclear/)

 *   [Profile](https://wordpress.org/support/users/happynuclear/)
 *   [Topics Started](https://wordpress.org/support/users/happynuclear/topics/)
 *   [Replies Created](https://wordpress.org/support/users/happynuclear/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/happynuclear/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/happynuclear/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/happynuclear/engagements/)
 *   [Favorites](https://wordpress.org/support/users/happynuclear/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/happynuclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/happynuclear/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/happynuclear/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Resetting Watermarks After Submission](https://wordpress.org/support/topic/plugin-contact-form-7-resetting-watermarks-after-submission/)
 *  [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-resetting-watermarks-after-submission/#post-2715919)
 * erin814, I added this functionality to a reset button by adding a reset button
   in the form code like:
 * `<input class="wpcf7-reset" type="reset" value="Clear form">`
 * Then in the main.js file attached to all my pages, used this:
 *     ```
       $('.wpcf7-reset').click(function(event) {
           event.preventDefault();
           $('.wpcf7-form')[0].reset();
           $('.wpcf7-use-title-as-watermark').each(function(i,n){
               $(n).val($(n).attr('title')).addClass('watermark');
           });
       });
       ```
   
 * Of course, I haven’t tested the form yet, so hopefully it didn’t wreck anything,
   but it might help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Hook user_register and AMU](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-hook-user_register-and-amu/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-hook-user_register-and-amu/#post-3055669)
 * Hey Mic, happy it worked out for you!
 * Loving the avatar btw =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] menu button is missing](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-menu-button-is-missing/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-menu-button-is-missing/#post-3012185)
 * Hi Alduras,
 * In 2.0 the menu button moved to its own tab in the left menu under the AMU link.
   It did not show up there at all?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Tool Bar ribbon](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-tool-bar-ribbon/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-tool-bar-ribbon/#post-2973519)
 * Hi there,
 * The current version does not have this feature… however the next version does(
   2.0) which is available here: [http://happynuclear.com/sandbox/amu/add-multiple-users-for-wordpress.php](http://happynuclear.com/sandbox/amu/add-multiple-users-for-wordpress.php)
 * In version 2.0.0 you can enable the setting for “show_admin_bar_front” either
   in the settings, or if you’re uploading a CSV of your user information, include
   a column of data called “show_admin_bar_front” and the data to “false”. That 
   should disable the admin toolbar for all users you add.
 * Any questions, let me know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Beta Version 2.0.0](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200/#post-2905151)
 * Hi Eric,
 * Thanks for the feedback. Very happy that it works for you!
 * And yes, very good suggestion. A “check all” button for the Add Existing page
   would be a very good idea. I’ll get on that, just very busy with work at the 
   moment – trying to get the new version finalized to release as soon as I can!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] determine website???](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/#post-2937024)
 * Ah ok sweet, thanks for the info there.
 * A quick thought on the notification emails – sometimes they end up in the spam
   folder (not sure why) but either way I will look further into the notifications
   not sending properly.
 * As for adding users to specific sites within the network, its a very good idea,
   one I can hopefully get working. Cheers for the link, and thanks very much for
   the detailed feedback, it helps very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] determine website???](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/#post-2937016)
 * Hi Dezahn,
 * If you’re adding the users through the main site then that’s the site they’ll
   be added to. The ability to add them with a role on multiple subsites within 
   your network is something I’m attempting to work in, but its just very complex.
 * If I’m reading it right you’re attempting to assign them a role on a subsite 
   based on their user_url? Unfortunately this won’t work, as user_url only fills
   in the “website” field in their user profile, as in, the user’s personal website.
   If I’m reading that wrong please let me know.
 * The emails not sending properly is certainly an issue I can look in to. Can you
   just confirm that you have the “send notification emails” option enabled in the
   settings please?
 * Thanks again for the feedback, I appreciate it =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] determine website???](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-determine-website/#post-2936791)
 * Hi Dezahn,
 * Normally if you add users through one of your networked sites using the plugin
   they should be assigned a role on that site AND would show up in the network 
   users list. You’re saying they are not being added to the site you added them
   through?
 * Currently the plugin functions only to add users to a specific site on your network.
   There’s no real functionality yet that can add users to multiple sites at once.
   So if you have Site A, Site B and Site C within a network, and you add users 
   through Site A, they are given a role only on that site (though they would then
   appear in the network users list). You’d then need to add users to sites B and
   C using the Add Existing Users function.
 * Wow, I hope that made sense.
 * I’ve been thinking of how to achieve cross-site registration through the Network
   Admin but haven’t really nailed it yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Customize New User Notification Email](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-customize-new-user-notification-email/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-customize-new-user-notification-email/#post-2923223)
 * Hi Saladinz,
 * Sorry for the slow response.
 * I think this is an oversight on my part. The issue will be that your custom code
   is being saved into the options with the slashes, and the subsequent code that
   grabs this data is not stripping the slashes out of the data before adding it
   to an email.
 * I’ll definitely look into correcting this in the next version.
 * In the meantime, if you know any php you could probably hack the plugin to strip
   the slashes out… failing that however, you may just have to eliminate the styles
   from the email message at the moment – anywhere the double or single quotes appear
   will create slashes, so things such as style=”” would have to go.
 * Sorry about the inconvenience!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Bulk Add Existing Users](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-bulk-add-existing-users/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-bulk-add-existing-users/#post-2451499)
 * Hi there – for anyone interested, a beta version of 2.0 is available for testing.
   I made a post about it here:
 * [http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0](http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Custom user roles and AMU](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-custom-user-roles-and-amu/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-custom-user-roles-and-amu/#post-2596140)
 * Hi peoples – for anyone interested, a beta version of 2.0 is available for testing.
   I made a post about it here:
 * [http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0](http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] add additional fields](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-add-additional-fields/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-add-additional-fields/#post-2679908)
 * Thanks thecoup =)
 * For anyone interested, a beta version of 2.0 is available for testing. I made
   a post about it here:
 * [http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0](http://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-beta-version-200?replies=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Localization Files](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-localization-files/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-localization-files/#post-2832204)
 * Hi there,
 * Sorry for the no response, I never even saw this topic until now.
 * I’m working to localize the plugin for the next release, just need to learn how
   to actually do it properly so that its painless for others such as yourself to
   translate.
 * Thanks muchly for the offer to help with a Spanish version!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] add additional fields](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-add-additional-fields/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-add-additional-fields/#post-2679888)
 * Hi Alter,
 * Glad you fixed your problem – I was a little lost on that one! Sorry the update
   is taking a bit longer than I hoped for, have been bombarded by work which sadly
   takes priority. I’d say its still a good week away, though I’m pushing it every
   chance I get.
 * The next version should allow all meta data and user data in both the wp_users
   and wp_usermeta tables (with the exception of status, spam and deleted column
   since I cannot find how to update them!) ,plus custom meta data, display name
   defaults, lots of things. Hopefully sooner rather than later!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Multiple Users for WordPress] [Plugin: Add Multiple Users for WordPress] Custom user roles and AMU](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-custom-user-roles-and-amu/)
 *  Plugin Author [happynuclear](https://wordpress.org/support/users/happynuclear/)
 * (@happynuclear)
 * [14 years ago](https://wordpress.org/support/topic/plugin-add-multiple-users-for-wordpress-custom-user-roles-and-amu/#post-2596127)
 * Hi there,
 * Sorry for the delayed response.
 * I am attempting to add the custom user roles into the next release. It shouldn’t
   be too far off (once I can get it working – seems rather unnecessarily complex
   to get it right!)
 * Cheers.

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/happynuclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/happynuclear/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/happynuclear/replies/page/2/?output_format=md)