• Author Avatars List works fine on my site. Just one thing: When I use the role tags introduced by S2member such as “s2Member Level 1” I can’t use these in shortcode. Can this be added?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    We just load the user list from wordpress and add commentors to provide that list.

    This is the code we use
    $roles_data = get_option($wpdb->prefix.'user_roles');

    If I am right then it sounds like S2member is not adding to the main list. So think I need to pass this to S2member inject the extra users in to the main WP user list.
    If they are doing that then we will need to look at this a bit more.

    Paul

    Plugin Contributor Ben

    (@bforchhammer)

    I haven’t used S2member and I don’t know how it does things…

    However, if it is already working when using the widget then it should also work with the shortcodes (there are no code differences between both in terms of how roles are evaluated and the user list generated). If you have spaces in your role name, you might have to add quotes around the role name.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Author Avatars List] Using Author-avatars with S2 Member’ is closed to new replies.