@Kyle - this one is branching little away from the main topic, but since it is related, I thought I'll continue without new post:
"As a moderator/administrator logged in front-end, I would like to manage user's account from the list view"
Now, let me elaborate on that a bit: the idea is to be able to quickly maneuver between users without all the steps to select user, click edit, make editing, etc. Something similar to the back-end view (tab/field management) - I know that there is more to it that meets the eye
- but think of the list(s) view in a different dimension: not as a tool for users to see other users, but rather as a "report" and maintenance tool - I guess one can use Fabrik or (I don't know if they are still around but remember using it years ago:)) LFM, or other entire custom extension ...
So for example, in your list, you could add a field (button) that would edit the user directly (see this example:
fabrikar.com/demo/index.php/elements
)
The other potential possibility (and really cool item for many business owners) to export the list data to i.e. csv or to print it in a tabular view.
~~~
Oh - on semi-related topic: I just noticed (the hard way) that if I do not display a field on profile, I will not see that field in the list... that's a BUMMER! perhaps there is a logic or obstacle to it (?) - here is the scenario: field that is not important to be viewed in a tab on profile, but has a significance to be edited - like a name: if CB displays a name on canvas, it is redundant to display the name again in the tab - BUT, as a user, I want to be able to edit my name - thus I would not show the name on profile, but on edit instead. => this is an example only to picture the case.
Now, since the field is published I would expect to see it in the list... unless other conditions would apply (privacy, etc.)
BUT to solve this I have to set the "Show on Profile" to Yes and then change the CB Privacy to hide it from the user but show it to the admin (the entire example has to do with providing admin/moderator an easy way to edit/review the users)
Is there another, less complicated way to do it? too many queries the way I see it... how about if the field is publish it can also be visible on the list? why did you decide to make it available in the list only if "Show on Profile" is set to Yes?
thanks!