happynuclear
Forum Replies Created
-
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.
Hey Mic, happy it worked out for you!
Loving the avatar btw =)
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?
Hi there,
The current version does not have this feature… however the next version does (2.0) which is available here: https://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!
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!
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!
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 =)
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.
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!
Hi there – for anyone interested, a beta version of 2.0 is available for testing. I made a post about it here:
Hi peoples – for anyone interested, a beta version of 2.0 is available for testing. I made a post about it here:
Thanks thecoup =)
For anyone interested, a beta version of 2.0 is available for testing. I made a post about it here:
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!
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!
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.