• I wonder if you can create a page (by wordpress or php with template tags) to list users with a particular role, since they are part of the team’s main website, example:
    Admin.
    Editor
    Columnist
    Moderator

    And let that page automatically, ie whenever a new User is defined as an editor, for example, it appears in the listing.

    Thank you.

    http://wordpress.org/extend/plugins/capsman/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter newboxters

    (@newboxters)

    Just to clarify, the tests have already accomplished and how I am doing now.

    Currently, I created the page:
    team.php

    Setting the top:
    /*
    Template Name: Team
    */

    That is, a template file in my WordPress theme.
    And I tried to use the tag: wp_list_authors
    But does not list all that I want and does not separate the roles.

    So I had to manually create the function: get_userdata

    Example:
    $user_info = get_userdata ($x);
    $user_info->display_name;
    $user_info->nickname;
    $user_info->description;

    But as the team is constantly changing, I can no longer be editing this page manually, and it would be essential to be updated automatically using the roles of plugin Capability Manager to separate the members.

    Thank you.

    You can use this plugin that does some of what you want:
    http://wordpress.org/extend/plugins/alkivia/

    Thread Starter newboxters

    (@newboxters)

    Txanny, thank you for your reply.

    But I already have a list and a custom profile page of the authors with my layout and didn’t like the layout of the plugin (Default Users profile list and Default User profile page).

    So I wonder if I have to make that list automatically without plug-in, only by going team.php I’ve created and style and making a list as follows (separating the roles):

    Admin.
    List of administrators BLOG

    Editor
    List of Editors BLOG

    Columnist (also separating the new roles that I created with the plugin: Capability Manager)
    List of Columnists

    Moderator
    List of moderators

    Anyway, just want to do this and automatically, every page and structure I already have created. Can anyone help me?

    Thanks

    I believe it isn’t possible.
    At least, not in WordPress.
    With Joomla is easy, but WordPress still lack a good plugin or tag of the system to do that.

    wp_list_authors really isn’t useful for this (so far). But if anyone knows how to do this, just post here that I also be very grateful, because it is widely used.

    Thread Starter newboxters

    (@newboxters)

    Then, no is possible?

    Thread Starter newboxters

    (@newboxters)

    I still can’t create a dynamic page to list the users of my blog separated by role.

    Does anyone have any solution?
    Thank you.

    Well, here is difficult to anybody to answer, as you’re asking on the Cpabality Manager plugin forum. And your question is not related to the plugin. Try on the WordPress support forums 😉

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Capability Manager] List of users (team)’ is closed to new replies.