Hi,
I’ve discovered security vulnerabilities in the Users to CSV plugin v1.4.5. Since I’m not sure if my mail will be discarded(based on the Contact page information on yoast.com), I’m also starting the thread here.
Please do write back to me or let me know if I should send the mail again to you at your support email address.
Thanks & regards,
Nitin Venkatesh
I want to export my members onto an excel spreadsheet. Will this plugin allow me to do this? Will all of my members still be on the users list in wordpress if I use it?
]]>Hi, Im using the plugin and it was working fine about a week ago. I did update WordPress to the latest version. For some reason, when i download the latest candidates users, it only has 1852 but the full list should have about 10 or 15 more.
Any ideas why this has stopped?
I did compare the wp_members table in the database and the actual wp_users table and there is a discrepancy. wp_users is up to date. wp_members is not.
Does your plugin use “wp_members”? If so, why is it not updating anymore? And where does it update the list?
Any help appreciated.
Thanks
Anthony
Hi, i need to export only Subscriber user on CSV (not admin, edito etc), any suggestion? Thanks.
]]>Becomes visible when WP_DEBUG == true
line 29
- if ($_GET['page'] == "users2csv.php") {
+ if (isset($_GET['page']) && $_GET['page'] == "users2csv.php") {
line 212
- if (!class_exists( 'Users2CSV' ) && !$_GET['csv'] == "true") {
+ if (!class_exists( 'Users2CSV' ) && (!isset($_GET['csv']) || !$_GET['csv'] == "true")) {
]]>
Dudes. You have to use commas as a seaparator for it to be a CSV. A tab delimited string is a TSV. No?
Excel will not open a semi-colon delimited CSV.
]]>The plugin seems to export all users from our root network. I’d like the ability to export users from individual blogs. Any suggestions on how to tweak the code to do this?
]]>The list that doesn’t place info into columns is useless for Constant Contact. How do I export only email addresses? Or have info set in columns so that I can extract email address? Thanks.
]]>same problem as jgreenwood. However, I used this plugin about a month ago and it worked properly – now it doesn’t – only a couple of hundred new users were added since then, so I doubt that it has to do with the number of users. Need a fix, please.
]]>Hello, great plugin, but when I try to export users I simply get my blog’s “Not Found” page. I wonder if my user list is too long? My blog has 18,000+ users. If that is the case, is there any way to increase capacity to make this plugin work? I really need the user database in CSV, of course.
Thank you much appreciated for any help
]]>Hello,
I just installed the plugin and I see it has a lot of potential. The problem is that when I click on “export users” a blank window appears.
I removed all plugins and used the twenty ten theme but nothing.
Any thoughts?
Thanks,
Giovanni
Hi,
Would be great if we could also have option for importing users please.
Many thanks