You realize the CSV entry of usernames is an option that can be disabled? Roles > Options > Advanced > Role Assignment Interface > Users CSV Entry
Are you sure the unaccepted usernames are valid? It must be username or id, not display name. If so, do you see any pattern to the failures?
9:58 pm October 18, 2010
Ragnar
Member
Ragnar
posts 108
3
Kevin said:
You realize the CSV entry of usernames is an option that can be disabled? Roles > Options > Advanced > Role Assignment Interface > Users CSV Entry
Are you sure the unaccepted usernames are valid? It must be username or id, not display name. If so, do you see any pattern to the failures?
Users CSV Entry was check, I remove check —
Can I combine «eligible users» with comma separated?
Pattern:
I added 8 users separated by a comma, and then had to add the 9th, but it does not work.
I removed all the 8 and tried to add all 9 in one line. It did not work.
Then I removed the restriction of access in general and then add 9 on one line, again returning the restriction of access - it happened.
Feature Request
Every time download the entire list of users. Page therefore add a note obtained by extremely high. For example, I had about a thousand registered users.
Each user is a line of code on one page there are 4 interface - for Substsriber, contributor, Author, Editor.
It turns out 4,000 lines only to enumerate users. It's too hard.
Grant access to specific people have very rare. Therefore, to carry over an entire code every time - too hard. The more so when you edit a page, it is usually necessary to update a few times.
Сan You make this list loadable by clicking on the tab «Users»?
May be unify all 4 interfaces in one? After all, they are identical to their device, and differ by only one parameter - a group of users (Subscriber, Contributor, Author, Editor).
10:06 pm October 18, 2010
Ragnar
Member
Ragnar
posts 108
4
Are you sure the unaccepted usernames are valid?
Yes.
Through «show eligible users» this name is add correctly
Through «show eligible users» this name is add correctly
What is ID?
When the "Users CSV entry" is disabled, the Users checkboxes are captioned with user display name, not username. This is arguably problematic, but you can see the user_id in the checkbox html if you inspect it with FireBug.
ID is the numeric user_id. You can see it in the user-edit.php URLs linked from the Edit Users form.
Every time download the entire list of users. Page therefore add a note obtained by extremely high…
Yes, that's why I added the CSV entry option (which is the default with more than 100 users). I understand that an ajax interface which loads a searchable user list dynamically would be better… and I just haven't donated that development time yet.
For the current release let's just treat this as a possible bug in the handling of Users CSV entry which I will fix to bring that functionality back in line with 1.2.7.
CSV entry of username for new role assignments is fixed in the updated Role Scoper development version (a minor change from 1.3.RC5). wordpress.org will take a few minutes from the time of this post to regenerate the download zip.
7:18 pm October 19, 2010
Ragnar
Member
Ragnar
posts 108
9
May be unify all 4 interfaces in one? After all, they are identical to their device, and differ by only one parameter - a group of users (Subscriber, Contributor, Author, Editor).