Viewing 10 replies - 1 through 10 (of 10 total)
  • We also have the same question, but another direction of it.

    We have tried this on 3.4.2 Network, and only Site enabled the plugin.
    Our discovery was that it also shows all users from the Network, and not only the sub-site as we hoped for. We know that this is default behavior in different “user-related” plugins under WP Network, but will this be looked into in a near future? – To get the users isolated pr. site.

    Thanks

    Aldo

    (@ab_lu)

    +1.

    Any idea how to get the only the users of a specific sub-site?

    Aldo

    (@ab_lu)

    ebiker4218

    (@ebiker4218)

    On some of the other CRM i have been looking at (i need this too).

    This is achieved by having a hidden attribute that is assignable to a particular page.

    That way depending on which page they use to sign up it just adds another row to your data for filtering.

    Cheers
    Tony

    I made a change in the file /core/class_functions.php in line 1375.
    $sql .= ” AND u.ID IN (SELECT user_id FROM {$wpdb->usermeta} WHERE meta_key = ‘wp_{$blog_id}_user_level’)”;

    This way the listing results the users associate to the current blog only.

    Just voted. Looking forward for MS support! Please add Aldo’s fix to the trunk ??

    I just discovered with more testing that this fix actually doesn’t really work. What happens is that no users get displayed at all. Does anyone get this problem?

    Thank you for pointing, we’ll try to fix that issues in next release.

    Do we have support for this now?

    +1. Any idea how to get the only the users of a specific sub-site?

    Yes, wondering the same thing. Would love to use this in MS mode, but only pulling up data for users of the related site only, not the whole network. Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: WP-CRM – Customer Relations Management for WordPress] Multi-site’ is closed to new replies.