Groups

Groups is a WordPress plugin that provides group-based user membership management, group-based capabilities and content access control. It integrates standard WordPress capabilities and application-specific capabilities along with an extensive API.

Extensions

  • See all related Premium Extensions for Groups in our shop.
  • Groups Drip Content is used to release content on a schedule. Content dripping can be based on user account creation, group memberships and specific dates and times.
  • Groups Restrict Categories features access restrictions for categories, tags and other WordPress taxonomies, including support for custom post types and taxonomies.
  • Groups WooCommerce Sell Memberships with Groups and WooCommerce. Groups WooCommerce grants memberships based on products. It automatically assigns a customer to one or more groups based on the products ordered. Use any payment gateway that is supported by WooCommerce, including PayPal, Stripe and many others. Groups WooCommerce also integrates with WooCommerce Subscriptions for a highly flexible membership solution.
  • WooCommerce Group Coupons This extension for WooCommerce uses Groups and WordPress roles to limit the validity of coupons.
  • WooCommerce Product Search is the essential extension for every WooCommerce store. It provides the best Search Engine and Search Experience for WooCommerce and is compatible with Groups and its access restrictions on products.
  • Groups Import Export provides import and export facilities for Groups. Users can be imported and assigned to groups, users can be exported in bulk.
  • Groups 404 Redirect allows to redirect visits to pages that are protected by Groups.
  • Groups Blog Protect restricts access to blogs based on group membership.
  • Groups File Access Groups File Access is an extension that allows to provide file download links for authorized users. Access to files is restricted to users by their group membership.
  • Groups Forums provides a powerful and yet light-weight forum system for WordPress sites.
  • Groups Gravity Forms allows to add users to groups automatically, based on form submissions.
  • Groups Newsletters helps you to communicate efficiently, providing targeted information to groups of recipients through automated campaigns.
  • Groups Notifications allows to send automatic notifications to group members and the site administrator.
  • Groups Restrict Comments Pro This extension for Groups allows to restrict who can post or read comments based on a user’s group membership.
  • WooCommerce Groups Newsletters The WooCommerce Groups Newsletters extension lets customers subscribe to newsletters at checkout.

Features

User groups

  • Supports an unlimited number of groups
  • Provides a Registered group which is automatically maintained
  • Users can be assigned to any group
  • Users are added automatically to the Registered group

Groups hierarchy

  • Supports group hierarchies with capability inheritance

Group capabilities

  • Integrates standard WordPress capabilities which can be assigned to groups and users
  • Supports custom capabilities: allows to define new capabilities for usage in plugins and web applications
  • Users inherit capabilities of the groups they belong to
  • Groups inherit capabilities of their parent groups

Access control

  • Built-in access control that allows to restrict access to posts, pages and custom content types to specific groups and users only
  • control access to content by groups: shortcodes allow to control who can access content on posts, show parts to members of certain groups or to those who are not members Shortcodes: [groups_member], [groups_non_member]
  • control access to content by capabilities: show (or do not show) content to users who have certain capabilities Shortcodes: [groups_can], [groups_can_not]

Easy user interface

  • integrates nicely with the standard WordPress Users menu
  • provides an intuitive Groups menu
  • conceptually clean views showing the essentials
  • quick filters
  • bulk-actions where needed, for example apply capabilities to groups, bulk-add users to groups, bulk-remove users from groups

Sensible options

  • administrator overrides can be turned off
  • optional tree view for groups can be shown only when needed
  • provides its own set of permissions
  • cleans up after testing with a “delete all plugin data” option

Access Control

Groups defines some capabilities of its own. The groups_read_post capability is used to restrict access to certain posts or pages to groups (and users) with that capability only.

Framework

  • Solid and sound data-model with a complete API that allows developers to create group-oriented web applications and plugins

Multisite

  • All features are supported independently for each blog in multisite installations

Your opinion counts

You & Groups

Beta-testers and developers who need to integrate group-based features in their plugins and web applications: please use it and provide your feedback.

Feedback

Feedback is welcome!

If you need help, have problems, want to leave feedback or want to provide constructive criticism, please do so here at the Groups plugin page.

Please try to solve problems there before you rate this plugin or say it doesn’t work. There goes a lot of work into providing you with free quality plugins! Please appreciate that and help with your feedback. Thanks!

Twitter

Follow me on Twitter for updates on this and other plugins.

Introduction

Content Access Control

Access restrictions on posts

On posts an pages (and custom content types) a new meta box titles Access restrictions appears. By checking Enforce read access, you can restrict access to the post to groups and users who have the groups_read_post capability. You need to assign this capability to a group and make users members of that group to allow them to see those posts.

Content visibility for members and non-members

The [groups_member] and [groups_non_member] shortcodes are used to limit visibility of content to users who are members of a group or users who are not members of a group. Multiple comma-separated groups can be specified.

Example: Limiting visibility of enclosed content to registered users.

[groups_member group="Registered"]

Only registered users can see this text.

[/groups_member]

Content visibility based on capabilities

The [groups_can] and [groups_can_not] shortcodes limit visibility of enclosed content to those users who have the capability or those who do not have it. Multiple capabilities can be given.

Example: Showing enclosed content to users who can edit_posts (standard WordPress capability).

[groups_can capability=”edit_posts”]

You can see this only if you have the edit_posts capability.

[/groups_can]

Integration in the ‘Users’ menu:

Users – group membership is managed from the standard Users admin view. Users are automatically added to the Registered group. You can add multiple users to other groups here and also remove them.

Sections in the ‘Groups’ menu:

Groups

Here you can:

  • add groups
  • remove groups
  • assign capabilities to groups

Capabilities

This is where you add, remove and manage capabilities.

Capabilities can be assigned to groups and users (1). These capabilities include the standard WordPress capabilities but you can also define additional capabilities for your web-application.

Groups defines some capabilities of its own. The groups_read_post capability is used to restrict access to certain posts or pages to groups (and users) with that capability only.

(1) Assigning capabilities to users is not integrated in the user interface yet but can be done through API calls.

Options

Administrator override :

Administrator overrides can be turned off.

Permissions :

For each role these permissions can be set:

  • Access Groups: see information related to Groups.
  • Administer Groups: complete control over everything related to Groups.
  • Administer Groups plugin options: grants access to make changes on the Groups > Options admin section.

Testing the plugin :

A convenient option is provided to delete all data that has been stored by the Groups plugin. This option is useful if you just need to start from fresh after you have been testing the plugin.

Shortcodes

Please visit the documentation page on shortcodes for up-to-date information: Groups Shortcodes

Download

Download the Groups plugin on WordPress.

2,679 Responses to Groups

  1. Tevya January 22, 2013 at 7:13 pm #

    Is there a way to change the error message displayed when a user doesn’t have access? Or does it just use the theme’s default 404 message? It would be really nice if it were a separate message and customizeable. If found this plugin: http://wordpress.org/extend/plugins/groups-404-redirect/ but I have a custom registration page. So I’d like to say something like “Sorry this page is only available to registered members. Please login or register.” Is that possible? If the page is actually 404, then I want the default to display. But if it’s just protected by Groups, I’d like to display a different message and some links like that. Thanks.

    • kento January 26, 2013 at 11:38 am #

      Yes that’ possible, actually that plugin allows you to redirect to a specific page where you can place that message, links, etc.

  2. JD January 18, 2013 at 9:20 pm #

    Hi, Kento.

    First of all, thanks for the great plugin. I have just one small feature request. Could you add a parameter to the [groups_join] shortcode, that could be set to display a message to logged-out and non-registered users? So we could do something like:

    [groups_join group="X" logged_out_message="Please register or log-in to join this group"]

    I tried just putting a message like that within a [groups_non_member group="registered"], but it doesn’t work, because this is already in another [groups_non_member] block.

    I guess another option to fix this problem would be to enable nested shortcode blocks.

    Thank you for listening.

    • JD January 19, 2013 at 4:54 pm #

      I was able to get around this by using [groups_can_not capability="level_0"] to enclose the message. But I still think that there should be a message like that built in, to let people who aren’t registered or logged in know that they need to before they can join.

      Thanks again for a great plugin!

      • kento January 23, 2013 at 1:57 pm #

        I just saw your follow-up on this 🙂 I would rather not use level_0 (user levels were deprecated in WordPress 3.0) but try the approach I’ve suggested. In any case, I’ve taken note of your suggestion to add that parameter 🙂

    • kento January 23, 2013 at 1:51 pm #

      Hi JD,

      That would be an option, although wouldn’t it be simpler to just do:

      [groups_non_member group="Ducks"]Please register or log-in to join the Ducks[/groups_non_member]
      [groups_join group="Ducks"]

      The shortcodes allow nesting by the way, you just can’t nest the [groups_non_member] shortcode within itself.

      Thanks for using Groups JD, suggestions like this are always welcome. Please let me know if the above is a viable approach to what you want to do.

  3. Erwin January 16, 2013 at 9:54 am #

    Hi Kento,

    Thanks for an excellent plugin. I would like to report a minor bug and propose a fix; to add a column to the table on the users page in the admin interface, you return ” if the column name isn’t the one of the groups plugin in class-groups-admin-users.php:manage_users_custom_column. However, if there are other plugins, you’re effectively emptying their column. The signature of this method and its first line ‘should’ be:

    public static function manage_users_custom_column( $output, $column_name, $user_id ) {
    $output = $output ?: ”;
    ….

    Cheers,
    -Erwin

    • kento January 17, 2013 at 11:54 am #

      Thanks Erwin, good point! I’ll fix that. Out of curiosity, using which other plugin have you discovered that bug?

  4. Kate January 9, 2013 at 11:24 pm #

    Hi there,
    I have been using the Groups plugin very successfully, really like it. I am also using WooCommerce for my shop. I know I can use the access restriction at a product level but I would really like to use this at the variation level.
    For example, I have a product that is available in one size for non registered users. The same product is available in different sizes and prices for registered users.
    So rather than create duplicate products to handle this, would it be possible to have the access restriction at the variation level?
    Thanks & best wishes.

    • kento January 14, 2013 at 10:18 am #

      Hi Kate,
      Although the idea seems quite simple, I don’t think this is something that would be added to the general solution, because it would add a lot of complexity that in most cases wouldn’t be used. May I ask what kind of product this is and why you restrict different sizes to registered users? In case a simpler idea might help …

      • Kate January 31, 2013 at 3:10 pm #

        Hi Kento,
        I thought I’d subscribed to receive a notification of your reply but I think I must have missed it, only just checked back. Thanks very much for your reply.

        I’m working on a site that is open to the public and also has a registered members area. The Shop is available for both types of user.

        It’s for an aromatherpay company selling essential oil blends. For non members (i.e. the general public), the blends are available in 5ml size @ 11.99. For members, the same blends are available in 5ml size @ 7.99, but also in 25ml and 50ml sizes.

        I’m going with the option of having two product pages for each blend, one with the public price and one for members only with discounted price & bigger size options.

        I was hoping to be able to use the same category for both public and members blends, but that would mean members would see duplicates as I can’t see a way to not show the public content to members.

        So the only solution I can see is to use separate categories, which is not ideal as the public will see the members category and vice versa, however I can some information on becoming a member for the non members viewing the member category.

        I think that will work, unless you have a much simpler solution! 🙂

        Any help very gratefully received!
        Thanks,
        Kate.

        • kento February 5, 2013 at 7:49 pm #

          Thanks for explaining your solution Kate, it sounds suitable. Would you mind sharing a link to the site?

  5. Damien January 9, 2013 at 10:57 pm #

    Hi,
    I have a little question : how can i send email to some “group users” ?

    Thanks

    • kento January 14, 2013 at 10:09 am #

      Like mass-mailing a group? I’ve got that on my @todo list 😉

      • Damien January 14, 2013 at 7:34 pm #

        Yes !
        I have purchased “Groups File Access”, but i don’t know how can i warn all people in a group that there is an update.
        I hope you will do a “mass-mailing a group” quickly.
        Thanks.

  6. John January 8, 2013 at 2:57 pm #

    Hi, just a question. As mentioned I uninstalled groups from my multisite, and want to clean my db.

    In my “options”-table I find these rows:

    group_options
    with this value: a:1:{s:7:”general”;a:1:{s:22:”read_post_capabilities”;a:1:{i:0;s:16:”groups_read_post”;}}}

    And:
    gropus_plugin_version with 1.3.2

    Can I delte these two rows?

    • kento January 14, 2013 at 9:28 am #

      Make a backup of your database before you do any deletions just in case, then, if you’re not going to use groups you can delete these rows.

  7. Courtney January 7, 2013 at 8:21 pm #

    Hello,

    I installed your Groups plugin for the WordPress website that I am creating, and first of all nice work. It works very smoothly and is just what I have been looking for. Where can I go to donate?

    There is only one thing that I would like to do differently, and I would appreciate your advice on how I should accomplish it. Normally the Groups plugin causes an error to be displayed when a restricted page is referenced. When the appropriate user logs in, the page displays normally in both the navigation and through a direct link. Is there any way that I could send the user to a login page rather than an error page?

    Thank you very much.

    • kento January 8, 2013 at 1:23 pm #

      Hi Courtney,

      Many thanks, it’s always good to hear it is appreciated 🙂

      After considering that this is not the first request for an alternative to the 404’s, I’ve taken the time to write a plugin that allows to redirect to another page or to the login page. You can download the plugin Groups 404 Redirect.

      As for donations and collaboration, you’re more than welcome to get in touch or contribute by using any of the premium extensions, by leaving a good review or whatever nice things come to your mind 😉

      Thanks for using Groups!

  8. John January 7, 2013 at 10:58 am #

    Please, tell me: How do i completely remove all traces from this plugin in my multisite install? Simply deactivating and removing the plugin did not do the trick.

    I think most of it is gone now, but in my main blog option table I find the row “groups_options” – does this belong to the plugin?
    I guess this does: groups_plugin_version

    Further: Do this plugin leave any settings inside each OPTION table –>user_roles in wordpress? If so, how do I identify and disable this?

    • kento January 7, 2013 at 11:58 am #

      For a single site Groups > Options has an option to delete all plugin data, and in the Network Admin an option under Groups.

      • John January 7, 2013 at 12:45 pm #

        But I have removed the plugin and deleted the obvious tables in my database manually. But I think some settings still are there, somewhere.
        Do you say that I should re-install the plugin to un-install all settings and data?

        • kento January 7, 2013 at 2:21 pm #

          No, if you have manually modified the database or table data (which you shouldn’t have) then it’s probably best to delete remnants manually as well. Make sure to back up your site before doing more modifications.

          • John January 7, 2013 at 2:57 pm #

            Ok, but I need to know: has this plugin changed anything vital inside the different blogs OPTIONS table (for example user_roles) ? Something that might affect blog/user settings? I have a odd issue with my sites comments: despite the fact that all sites are set to auto approve comments from logged in and registered users, all comments are withheld for moderation. Can this be an effect from the remains from this plugin?

            • kento January 7, 2013 at 3:03 pm #

              No, and it doesn’t work with roles either.

  9. John January 7, 2013 at 9:54 am #

    Hi,

    I installed your plugin but I do not understand it. I have 4 pages that I want to restrict to a members group.

    Let’s say “Subscriber” group within WordPress. How do i assign access from the “Subscriber” member group to these 4 pages only?

    Thank you for help.

    • kento January 7, 2013 at 11:40 am #

      You can follow the instructions as explained for example here (only steps #2 and #4 apply).

      • John January 7, 2013 at 12:11 pm #

        Hi Kento,

        Thanks so much for the quick reply. I followed steps #2 and #4. One more question. How do I assign members to get access to the group I created in the steps? I go to users in WordPress and the group I created does not show up there.

        Thanks again,

        John

        • kento January 7, 2013 at 12:26 pm #

          Hi John,
          You can assign them manually from the normal Users section in the admin area – new groups appear in the dropdown on top of the table.
          Cheers

          • John January 7, 2013 at 1:21 pm #

            Sorry I am not following you. Where is the normal section? Do you mean WordPress users? Under wordpress users the new group I added with your plugin does not appear under user “Roles”. So I do not get it where to add someone. All seems very vague.

            • kento January 7, 2013 at 2:25 pm #

              No, it isn’t vague at all, but groups and roles are different things and you should not expect a group to appear as a role. On top of the Users table there is a facility to add or remove users from groups – nothing to do with roles. If that doesn’t appear in your setup, then there is something wrong with it.

          • John January 7, 2013 at 2:43 pm #

            How do i get to the users table? I do not see it.

            • kento January 7, 2013 at 3:01 pm #

              It’s the normal Users admin section in WordPress.

          • John January 7, 2013 at 3:13 pm #

            Okay i do not see it. Appreciate your help. I uninstalled it and installed UAM user access manager and got it setup in less than 3 minutes and working so i guess this plugin is just too complicated for what i need. Thanks again for your help.

            • kento January 7, 2013 at 3:35 pm #

              Whatever suits your needs best is what you should use.

  10. Alex Wolk January 5, 2013 at 5:57 pm #

    Hello, I recently posted about groups breaking the mail press plugin. I’m so desperate I would be willing to pay you to fix the bug. Thanks again

    • kento January 6, 2013 at 1:30 pm #

      They do conflict, I’ve created a little plugin you can use that solves the conflict: Groups MailPress

      • Alex Wolk January 7, 2013 at 3:34 pm #

        Wow! Thanks. You are the best!

  11. Richard January 4, 2013 at 12:22 am #

    Been trying out your plugin which is awesome.
    I’ve run into a problem when it comes to handling pagination.
    The pagination seem to be based on posts regardless of access. Example result: when I list posts the first page may be empty, while others may have 1,2,3 or more items.

    I found:
    public static function the_posts( $posts, $query ) {}

    But for some reason it doesn’t seem to trigger. Not really skilled enough in my scripting to debug where things go wrong. Any advice?

    • kento January 5, 2013 at 1:09 pm #

      Thanks Richard, it’s always good to hear that 🙂
      The function you refer to filters out posts that the current user is not allowed to see. It sounds like the pagination you are using does not take the actual number of posts into account?

  12. Alex Wolk January 3, 2013 at 9:31 pm #

    Is there a way to sync group memberships with roles in WP? I’m using the woosubscriptions and it would be nice to use roles with other plugins that don’t support groups

    • kento January 5, 2013 at 1:04 pm #

      It’s a different paradigm, Groups is designed to overcome some of the limitations that the model based on roles has. Of course one could create something that maps roles and groups, but I’m not sure that would make sense within the context you are working with.

  13. Holly Chervnsik January 3, 2013 at 9:24 pm #

    Is there a way to group the files into folders? I’m using this for a company that has many files to manage, and I don’t want the users to have to scroll through all the documents to browse for what they need.

    • kento January 5, 2013 at 12:59 pm #

      You mean with Groups File Access? Would grouping file links on different pages work? The page hierarchy could resemble a folder hierarchy.

      • Holly Chervnsik January 6, 2013 at 4:46 pm #

        Thanks for your reply….I’ll try that and see if that works for the client…might actually be easier for them to use anyway.

  14. Damien January 3, 2013 at 4:36 am #

    Hi,
    Your plugin is perfect !
    But i have a question : i use FastSpring to sell my product. FastSpring give me the possibility to execute a script (php or what i want, on their server) when the user has finished buying the product.
    My question is simple : it is possible to execute a script (external script, on FastSpring) which create the user (and a random password) automatically ?
    I don’t know what is the best way to automate this process.

    Thank you.

    • kento January 5, 2013 at 12:57 pm #

      Thanks 🙂
      Have you had a look at FastSpring on GitHub? You would need to communicate with the site where you want the new users to be created, it’s not specific to Groups, rather a question of having your site receiving authenticated requests to create user accounts (and then assign them to groups if needed).

  15. shawn January 1, 2013 at 9:34 am #

    well it’s been almost a year, figured I would check back to see if #1 ever made it into the plugin.
    http://www.itthinx.com/plugins/groups/#comment-477

    *protecting an entire blog via group access…

    • kento January 5, 2013 at 12:45 pm #

      There’s no default option to do that yet, although basically you could write a little plugin that automatically sets an access restriction on new posts published (or I could add the option to apply access restrictions by default to Groups … hmmm).

      • shawn January 6, 2013 at 12:39 am #

        I currently use amember which has this option ‘protect the entire blog’ where it is very simple to protect an entire blog. The only thing I don’t like about amember is that it is a separate system, even though the integration is very good.

        The concept of how amember works is pretty simple, you create a custom group and then the new blog only shows up to that group. So when a user purchases a product they are added to that custom group, thus giving them permission to access that blog.

        This allows me to have an unlimited number of groups, each group has its own blog assigned to it with all content automatically protected.

        Like I said, it would just be nice to have an admin that is a true WordPress plugin vs. an external script. It seems your script is very close to being able to do this.

        My entire idea is a user purchases product ‘abc’ is added to group ‘abc’ thus they get access to the product ‘abc’ support blog. Same goes if a user purchases product ‘xyz’, becomes member of group ‘xyz’ and has access to blog ‘xyz’.

        The idea being able to have dedicated support websites on a per product purchased basis.

        • kento January 7, 2013 at 12:33 pm #

          Ok thanks for explaining that, so the basic idea is to have a support area for members of a group? It’s funny, because I’m working on a new extension called Groups Forums right now 🙂 It’s not exactly the same as you describe, but provides Forums that can be linked to groups where e.g. only group members can post a topic or reply to a topic based on their group membership.

  16. RevKev December 31, 2012 at 12:42 am #

    Liking the plugin more and more as I become more familiar with it. Have one stumbling block. How can I display group members on a page?

    Thank you in advance for your assistance.

    ~Respect

    RevKev

    • kento January 5, 2013 at 12:36 pm #

      Thanks RevKev, it’s great to see it put to good use 🙂
      For example: [groups_group_info group="Registered" show="users"] would show a list of registered users.

  17. Mack December 18, 2012 at 4:17 am #

    I have one page that I want blocked from non registered customers. If they purchase a product, they become “Registered” I believe I have the page blocked from non buyers and readable from buyers (Registered)

    Right now, if the visitor is blocked, they receive a 404 error. How can I direct them to a sales page???

  18. hamid December 16, 2012 at 10:39 am #

    hi
    i wanna use your plugin and have a question:
    Is it possible to define restrictions for a specified page (eg: articles page) that every anonymous visitor can see the intro section of article in this page , but the full article just be shown to registered users?
    tnx
    Hamid

    • kento December 17, 2012 at 1:22 pm #

      Yes you can do that using the shortcodes explained in the documentation.

  19. iKevin December 16, 2012 at 8:12 am #

    Hello,

    I’m getting this error when I try to update the Groups Subscriptions plugin:

    “The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

    I’m posting it on here because the captcha form on the Groups Subscription page doesn’t work (keeps telling me I’m giving the incorrect answer), so I’m not able to leave any comments.

    • kento December 17, 2012 at 1:21 pm #

      The automatic update works fine but it seems some WordPress installations get that problem due to a number of reasons.

      • iKevin December 17, 2012 at 5:10 pm #

        Looks like I just needed to install it manually, thanks.

        • kento December 18, 2012 at 7:52 pm #

          Ok, I’m glad you could update 🙂

  20. Keith December 16, 2012 at 4:10 am #

    How can I hide the ‘Groups’ menu item in the left side menu from all users except for admins?

    • kento December 17, 2012 at 1:12 pm #

      That’s how it is by default, you should review your permission settings on the Groups > Options page.

  21. jeroen December 15, 2012 at 7:20 pm #

    Additionally. This goes for the menu item of the page and not it’s content. I understand there’s a shortcode to show/hide content for specific groups. thanks.

  22. jeroen December 15, 2012 at 7:15 pm #

    Testtng the Groups plugin. Can’t figure out how to give a specific group the rights to view a specific page. So only one group to have access to that very page and for other visitors not accessible. The groups_read_post capability gives all the groups access who have that capability. Cab I narrow that done to just one group?

    • kento December 17, 2012 at 1:10 pm #

      If you have a look at the Jigoshop or WooCommerce section in the documentation it explains how to do that for a Premium group.

  23. Brenda December 14, 2012 at 3:06 am #

    I was finally able to figure out the capabilities, I didn’t get a answer so hopefully you can help me out this time though.

    I have 3 groups w/capabilities assigned lets call them 1, 2, and 3
    I would like anyone that comes to my site to see my retail pricing they do not have to be logged in. I created a group called wholesale (2) but when they are logged in they also see the retail prices (1). They should only at that point see their pricing. Did I do something wrong?

    • kento December 17, 2012 at 12:55 pm #

      You just got a reply to that, see this comment. If you protect content within a page you just use the shortcodes and limit visibility by group. This is explained in the Shortcodes section of the Groups documentation.

  24. Tevya December 13, 2012 at 7:35 pm #

    I posted on the WP.org support forum for this plugin, but was supposed to post here I guess: http://wordpress.org/support/topic/error-when-using-hatch-theme

    Basically I’m getting an error at the top of the theme’s settings page. It appears to conflict with Groups. The author of the theme is claiming it’s a problem with Groups, and not the theme: http://wordpress.org/support/topic/conflicts-with-other-plugins

    Any help would be appreciated.

    • kento December 17, 2012 at 12:45 pm #

      What error do you get? Can you please post the exact error message, a screenshot would be good as well.

      • Tevya December 18, 2012 at 6:18 pm #

        The error is in one of the links I provided, but here’s a screenshot with it: http://goo.gl/fjouP

        • kento December 18, 2012 at 9:05 pm #

          This is similar to what happens with the Events Manager plugin:
          http://wordpress.org/support/topic/events-manager-groups-plugin
          http://www.itthinx.com/plugins/groups/#comment-3462
          Are you using Events Manager? Otherwise the theme might be causing the issue.

          • Tevya December 19, 2012 at 12:17 am #

            I’m not sure I’m following, but I assume you’re saying it’s the theme’s fault. I’ll post this info back to the theme’s dev and see if we get anywhere.

            • kento December 20, 2012 at 10:27 pm #

              I took the opportunity to have a look at that and make the code in Groups more flexible so that it isn’t affected. Preparing the release right now, once you update that issue’s gone.

          • Tevya December 20, 2012 at 10:33 pm #

            Awesome. Thank you! I’ll look for the update to land.

            • kento December 20, 2012 at 10:42 pm #

              It’s just been released 🙂

          • Tevya December 20, 2012 at 10:50 pm #

            Excellent. Thank you! That fixed it.

  25. Cedric December 11, 2012 at 8:05 pm #

    Hello, it looks like your plugin Groups is not compatible with the newest version of WordPress Version 3.5. When do you plan on updating the plugin?

    Thanks!

    • kento December 11, 2012 at 8:10 pm #

      Thanks Cedric, it’s just been updated: version 1.3.4 is compatible with WordPress 3.5.

      • caseyctg December 11, 2012 at 8:12 pm #

        Kento, any updates that might conflict with my add on? IE the shortcode file?

        • caseyctg December 11, 2012 at 8:17 pm #

          No problems as far as I can tell.

      • Cedric December 11, 2012 at 8:14 pm #

        Perfect. Thanks!

  26. ajm December 11, 2012 at 5:48 pm #

    Just a FYI, I just updated a development installation to WP3.5 and tried the latest groups plugin on it and had some errors.

    • kento December 11, 2012 at 8:09 pm #

      Thanks for mentioning it, an update has just been released for that.

      • ajm December 11, 2012 at 8:28 pm #

        Thanks! I’ll check it out soon in 3.5. Reverted back to 3.4.2 just to keep it working for a mockup.

        Cheers!

  27. Brenda December 9, 2012 at 11:56 pm #

    Hi I’m have a bit of a problem assigning capabilities. I have 4 groups I need to assign to my website they are different customer levels retail, wholesale, etc. I do not want my customers to be able to see the pricing structure for the other groups. How do I do that? Sorry I have not been successful in my fumbling around thought I’d ask for professional help. Any help would be greatly appreciated.

    • kento December 17, 2012 at 12:50 pm #

      You grant exclusive access by assigning a separate capability for each group. Group A gets capability X, Group B gets capability Y, etc. and in Groups > Options you enable these for access restriction if you want to protect individual posts.

  28. onomiko December 8, 2012 at 11:32 pm #

    What I was doing wrong was using relative paths in the head to call my styleshees and js files. This plugin needs absolute paths for some reason. Seems to work now.

  29. onomiko December 8, 2012 at 3:12 pm #

    Hi. I’m not quite sure how to ask for support so I’m posting here and here. I don’t mean to be annoying so pls only respond where you like.

    I’ve successfully allowed access to a url with the Groups plugin. The page loads for a member of that group but none of the associated files (CSS, .js, etc.) are loading on that page. Not sure what I did wrong.

    The page uses a custom page template and loads well for my admin account but not for a group memeber’s admin account.

    Thank you.

  30. Jody December 5, 2012 at 4:28 am #

    I have a blog that is used for education and there are posts I want to assign for view and making comments to GROUP1 and other posts I want to assign to GROUP2. Neighter group should be able to see or access the posts from the other group. So that the blog home page only shows a list of posts that particular group has access too.

    Is that possible with your plugin. If so I am having a challenge warping my head around just how to accomplish that. Please help!

    • kento December 8, 2012 at 12:51 pm #

      Create a capability for each, assign the capability to its corresponding group, enable the capabilities for access restriction in Groups’ options and check the capability on the posts you want to restrict access to.

  31. Søren Møller-Nielsen December 4, 2012 at 8:59 am #

    Hi

    I can’t make “the content visibility for members and non-members” work. Nothing shows up. To be absolutely sure, I’ve even used your example ([groups_member group=”Registered”] etc).

    Using WP 3.4.2.

    • kento December 4, 2012 at 5:21 pm #

      You seem to be using the wrong kind of double quotes: instead of , you must use ".

  32. Ryan December 4, 2012 at 7:27 am #

    I’m having trouble getting your shortcode to print in my comments section. I want it to show the commenter’s group name, but it’s not showing the group. Everything else is working. Here is my code from the site:

    user_id;
    $role = ( isset( $roles[$user_id] ) ? $roles[$user_id] : ” );
    ?>

     redeemed special from

    • kento December 4, 2012 at 5:19 pm #

      Can you please use pastebin to post the code – the comment filter ate up part of what you posted.

  33. dc November 30, 2012 at 4:34 pm #

    Hi – is there a way to limit simultaneous logins with the same password/username? If not, is there a plugin you can recommend that could work with this one? Many thanks

  34. Estella Vidal November 30, 2012 at 4:31 pm #

    is there any shortcode to display the “User Name” and “Email” from members?

    • caseyctg November 30, 2012 at 8:13 pm #

      I made a plugin extension to groups (based off of Kento’s shortcode file) that allows you to do this. Its not the best solution, but if your familiar with php at all you should be able to modify it and make use of it:

      http://hardwiredmedia.com/extendgroup.zip

      • kento November 30, 2012 at 8:24 pm #

        Thank you so much for sharing your work on this Casey, I’ve wanted to reply earlier but haven’t had a chance to decently say thank you. So I’m doing it now 🙂 Your plugin looks good from what I can say BTW 😉

        • caseyctg November 30, 2012 at 8:37 pm #

          Thanks Kento. I figured I put in the time and others would probably find it useful, so why not share it as you have done. I appreciate good developments like this that make my life easier. The second version I included below is probably a bit more useful as you can then use the shortcode without using php:.

          [groups_group_userdetails group=”registered” show=”users”]
          [groups_group_userdetails group=”registered” show=”usersfull”]
          [groups_group_userdetails group=”registered” show=”usersemails”]
          [groups_group_userdetails group=”registered” show=”usersfirst”]
          [groups_group_userdetails group=”registered” show=”userslast”]
          [groups_group_userdetails group=”registered” show=”userstitle”]
          [groups_group_userdetails group=”registered” show=”count”]

      • caseyctg November 30, 2012 at 8:33 pm #

        Also keep in mind the shortcode spits out a long string separated by semi-colons so in order to get it to display correctly you will have to modify my method in the shortcode, or you can use the provided “extendgrouptest.php” file. You could modify lines 24-32 to add on a and element to make it a bulleted list pretty easily. I had very specific intentions with the way I used it to create a dropdown checkbox form, so you may need to hack it to get it to work the way you want… in fact, while writing this I prepared a different version that will probably fit most people’s needs better. It’s located at:

        http://hardwiredmedia.com/extendgroupVer2.zip

        • caseyctg November 30, 2012 at 9:27 pm #

          Well, since I made some updates, I better tell her what all this does:
          The extend plugin will pull from the specified group in the shortcode, and it wraps the list in an html unordered list with list items.

          The shortcodes are as follows:

          Pulls from user_login:
          [groups_group_userdetails group=”registered” show=”users”]

          Full name:
          [groups_group_userdetails group=”registered” show=”usersfull”]

          Users email:
          [groups_group_userdetails group=”registered” show=”usersemails”]

          Users Full name and Email (with mailto link):
          [groups_group_userdetails group=”registered” show=”usersfullandemail”]

          Users First Name
          [groups_group_userdetails group=”registered” show=”usersfirst”]

          Users Last Name
          [groups_group_userdetails group=”registered” show=”userslast”]

          Users Display Name
          [groups_group_userdetails group=”registered” show=”userstitle”] (display name)

          Total users in a group:
          [groups_group_userdetails group=”registered” show=”count”]

          • Estella Vidal December 3, 2012 at 9:20 pm #

            Amazing! thank you very much @caseyctg!

            What about shortcodes to display the user name and email for single/login member @kento?

        • Miakel October 19, 2016 at 8:07 pm #

          Thanks a lot, helped me a great deal.
          “But”….. had some trouble with the code.
          In line 122, column 83 there was a ” missing. In case it can help others……..
          Correct line:

          $output.= ”.$FullName.’ – user_email.'”>’.$user->user_email.’‘;

          //m

          • antonio October 21, 2016 at 9:49 am #

            Hi Miakel,
            the comment system filters the code. Please use gist to share the code, and tell us the file name.
            Thanks,
            Antonio B.

    • kento December 4, 2012 at 5:10 pm #

      There is this plugin User meta shortcodes.

  35. dslayton November 30, 2012 at 2:33 am #

    I’m building a site where a group is associated with a blog post. Memers can subscribe to multiple groups… which will give them access to those corresponding blog posts.

    I want to set up a “My Account” page where members can see which groups (blog posts) they are subscribed to and then click on the group name which leads them to the associated blog post. Is there a shortcode that I can drop into the “My Account Page” to accomplish this?

    • kento December 4, 2012 at 5:04 pm #

      You would have to code that: Take a group, check its capabilities, see which of them are used for restricting access to posts (or other content types, filter by type if necessary), then obtain those posts that are restricted by these capabilities – see Groups_Post_Access::get_read_post_capabilities( $post_id ) to see which post meta is used. Then echo out a link to the related post(s).

      • dslayton December 4, 2012 at 5:39 pm #

        Thanks for the update kento.

        Unfortunately, I’m not a coder, and it sounds like a 3 to 4 step process for every new post/group I add… so I’m wondering… Does the new “Subscriptions” extension for Jigoshop automate any of this?

        In your opinion… do you recommend I continue down this path… or is this project better suited to a membership plugin that has pay per post and a “My Account” page that will output the desired user view?

        Thanks again for your help.

  36. iKevin November 26, 2012 at 7:49 pm #

    Never mind about the logout redirect. I found a nice little plugin here.

    • kento November 29, 2012 at 8:47 am #

      Wouldn’t Peter’s Login Redirect have done the job for you? It’s listed in the Useful Plugins section and I’ve mentioned it a million times in comments 😉

  37. iKevin November 26, 2012 at 4:42 pm #

    I offer 4 services for my business: PPC Advertising, Local Business Optimization (LBO), Web Development, and Product Photography. Some clients purchase more than one service. For example, most clients who purchase a website also do LBO and/or Photography.

    The reason I created subdomains for each service is because I’m building a dashboard for each one for clients to keep track of the progress, get the right support, and so on. So I needed a way for clients to only have access to their purchased service(s).

    So I created another subdomain, called “Launchpad” (launchpad.omnoogle.com). This subdomain only has 4 links, one for each service. Similar to the Basecamp launchpad (launchpad.37signals.com). On the Launchpad I placed a WordPress login form inside a [groups_non_member] shortcode. I also place links for each subdomain (PPC, LBO, Web Dev & Photography) within a [groups_member] shortcode, but for each link I define their respective group:

    [groups_member group="AdWords Client"]link[/groups_member]
    [groups_member group="LBO Client"]link[/groups_member]
    [groups_member group="Website Client"]link[/groups_member]
    [groups_member group="Photography Client"]link[/groups_member]

    So, when a client goes to the launchpad, they login and are redirected to the same page which now shows only the links to the subdomains which they purchased a service for.

    Now I only have 1 problem: How to redirected them back to the Launchpad after logging out.

    If anybody knows how to do this, please share. 🙂

  38. iKevin November 24, 2012 at 10:06 pm #

    Hello,

    I apologize if this question has already been answered…

    I have a multisite with 4 subdomains and a master domain:

    -site.com
    -one.site.com
    -two.site.com
    -three.site.com
    -four.site.com

    I’m trying to restrict access to specific subdomains based on groups. for example, ‘Group1’ should only have viewing/login access to ‘one.site.com’ and not be able to view other subdomains. I would also like to redirect them to a specific page if they’re trying to access a subdomain they don’t have permission for.

    Also, do I need to create only the group that should have access to that particular subdomain? For example, I only create ‘Group1’ on ‘one.site.com’, ‘Group2′ on two.site.com’, etc. I assume I would need to create all ‘Groups’ on the master website (site.com) as well?

    Thank you in advance for your help!

    Kevin

    • iKevin November 24, 2012 at 11:06 pm #

      UPDATE:

      I think I found the answers to most of my questions. 🙂

      I would still like to know if it’s possible to restrict someone from reaching an entire subdomain. Even if it’s just a 404.

    • kento November 26, 2012 at 3:53 pm #

      Hi Kevin,
      It would be interesting to know what approach you are using to this. Would you mind explaining briefly how you have solved it? Could be of help for others …
      To restrict access to a whole subdomain, the first thing I can think of (not necessarily the best solution): you could use the API to test whether a visitor is a member of a group that is allowed to access the subdomain before the pages for that subsite are rendered, and if not, throw the 404 …

  39. Jonna Tärneberg November 21, 2012 at 1:09 pm #

    Hi,

    Question: If a page has a restriction for only a group and the page is published. How do I make the page visible to all in the frontend? For example in the menu?
    The pages should still be restricted in the admin backend but once a user/author press the publish-button then it should be visible to all in the frontend.

    Thank you for a great plugin!

    • kento December 5, 2012 at 8:41 am #

      Hi Jonna, you can place a custom link to the page under Appearance > Menus.

      • Jonna Tärneberg December 6, 2012 at 10:53 am #

        Hi again!
        Thanks for the replay. I tried that but I get a 404 error when I’m logged out and trying to view the page. What is it that I’m doing wrong? Is there any check in your plugin in the frontend when viewing pages?

        I have one custom restriction added to the page.

        Another question. Can the Access metabox on posts/pages only be showed to administrators? Is this something you set in your plugin?

  40. Peter November 20, 2012 at 9:14 pm #

    I think I understand, but where would that code be inserted?

  41. Peter November 20, 2012 at 8:06 pm #

    How can I use Groups to restrict post access on a subscription membership site, but still have the featured images from the restricted posts show up to non-members on my homepage? Thanks!

    • casey November 20, 2012 at 8:28 pm #

      Couldn’t you wrap the template content and leave the featured image unwrapped?

      ID ) ): ?>
      ID ), ‘single-post-thumbnail’ ); ?>
      <a href="” title=””><img src="”>

      <a href="” title=””>

      • casey November 20, 2012 at 8:28 pm #

        do_shortcode(‘ [groups_member group="Registered"]‘);
        the_excerpt();
        do_shortcode(‘[/groups_member]‘);

  42. Mario November 18, 2012 at 12:59 pm #

    “The next release of Groups WooCommerce will have an option to limit membership to a certain amount of time”

    That is exactly what we need… looking forward to the next release 🙂

  43. Zubat2011 November 16, 2012 at 5:55 pm #

    Hello I`m looking to use this Groups Plugin from here http://wordpress.org/extend/plugins/groups/ and see that the info says

    Extensions

    Groups File Access Groups File Access is an extension that allows to provide file download links for authorized users. Access to files is restricted to users by their group membership.
    Groups Notifications Adds customizable notifications for events related to Groups.
    Groups PayPal Groups for PayPal allows to sell memberships and subscriptions with Groups.
    Groups WooCommerce Groups for WooCommerce is a WordPress plugin that allows you to sell memberships.

    So what I would like to know is I see I should use the Groups File Access and the Groups Notifications but what should I use the….Groups PayPal or Groups WooCommerce what would be better and ease on me and members..

    And Now I have 1 more ?….I was looking at the Groups for WooCommerce and thay say Groups is a free plugin for managing memberships yes ok but I would have to get the WooCommerce Subscriptions and the Groups Integration for WooCommerce…

    So please help me deside on what would be the better choice for long term use I have WooCommerce setup and working now….So I was just saking for any info or any one have worked with them both and can tell me anything good or bad……Thank you everyone…

    • kento November 18, 2012 at 12:33 pm #

      You can use Groups PayPal if you want to have a simple and quick solution to offering paid membership subscriptions, if you want to take advantage of a full store then Groups WooCommerce would be appropriate. For paid memberships, Groups PayPal supports one-time payments as well as subscriptions, Groups WooCommerce supports one-time payments but if you want to handle subscriptions you also need the Subscriptions extension for WooCommerce. The next release of Groups WooCommerce will have an option to limit membership to a certain amount of time, with that you will have an intermediate solution between one-time payments and subscriptions for paid memberships.

  44. Degetz November 14, 2012 at 3:47 am #

    Hi,

    Is there a way to hide posts titles in the recent comments box where a user doesn’t have the right to read the post itself?

    Thanks!

    • kento November 14, 2012 at 11:29 pm #

      Actually the widget needs to respect the access rights for the comment to not show up (and I confess, my Decent Comments plugin doesn’t do it just as the default Recent Comments widget) – but it shouldn’t be too hard to derive a thing that does.

      • degetz December 1, 2012 at 8:06 am #

        I’m happy to do it, however I would need some hint where to start. To be frankly, I tried to figure out what’s need to be done, without any success.

        Thanks.

        • kento December 4, 2012 at 5:16 pm #

          I would start deriving a widget from the one that comes closest to what you want to display, put it in a plugin or in your theme and use Groups_Post_Access::user_can_read_post( $post_id, $user_id = null ) to check if the current user has access to a given post. Pretty simple actually if you wrap that in an if clause 🙂

          • jaybe March 1, 2013 at 5:06 pm #

            Sure would be nice if this worked “properly” out of the box. I enclose “properly” in quotes, because, like all things… this is subjective. It’s possible ones desires the post title be displayed within comments as a “teaser” in certain cases, perhaps.

            I wonder… if there exists a filter/hook mechanism into the standard WordPress comments display, that would alter the parsing mechanism that identifies comments to include in lists of comments and therefore pages returned.

            For instance, a block that could be added to ones functions.php to adapt native WordPress comments/posts parsing to respect Groups’ designations.

            This would alleviate having to write, and maintain, new widgets, plugins, etc. … and instead, take advantage of what in standard in WordPress through slight tweaking with through common tactics.

            Thoughts?

  45. Mario November 9, 2012 at 9:45 am #

    Hi Kento,

    I get these errors displayed on the website magikando.es relating issue Groups Capabilities not been added to Groups:

    Notice: Undefined property: WP_Query::$post in /usr/home/magikando.es/web/wp-includes/query.php on line 2986

    Notice: Trying to get property of non-object in /usr/home/magikando.es/web/wp-includes/query.php on line 3349

    Notice: Trying to get property of non-object in /usr/home/magikando.es/web/wp-includes/query.php on line 3351

    Notice: Trying to get property of non-object in /usr/home/magikando.es/web/wp-includes/query.php on line 3353

    I hope it helps

    Thanks
    Mario

  46. Khairi Misdi November 8, 2012 at 10:57 am #

    Hi,

    I’ve been using this plugin together with Woocommerce, Groups for Woocommerce and Events Manager plugin.

    I’m trying to set 2 groups capability to one events post but everytime I saved the post, the selected capability does not seems to being saved, even if you have saved 1 group capability before, it seems the save only removes any groups capabilities attached to that post. It won’t happen if I set only 1 capability to the post, but when selecting more then 1, then the problem occurred.

    • Khairi Misdi November 8, 2012 at 10:58 am #

      Just to add that any help would be appreciated.

      Thanks. 🙂

    • kento November 9, 2012 at 3:27 pm #

      Hi Khairi,

      Here’s what I found out:

      When you try to restrict access by checking the boxes, Groups verifies (*) that you actually are allowed to do that using the current_user_can(...) function provided by WordPress. The execution flow of that function results in the map_meta_cap filter being triggered via WP_User‘s has_cap( $cap ) which invokes the map_meta_cap(...) function defined in capabilities.php.

      (*) The call through Groups_Access_Meta_Boxes::save_post(...) results in two parameters being passed to map_meta_cap(...), 'edit_event' and the current user’s ID. The third parameter that em_map_meta_cap(...) expects to be there isn’t, because it’s not about the post but just about the user.

      Events Manager hooks itself into the map_meta_cap filter and erroneously returns an empty array of capabilities for a user who tries to edit an event when the call happens in Groups_Access_Meta_Boxes::save_post(...).

      This notice is thrown out:

      Notice: Trying to get property of non-object in /var/www/wptest/wp-content/plugins/events-manager/em-posts.php on line 318

      because $post_type on that call is missing the property cap.

      Summing it up, unless Event Manager restricts what it does to only when it should apply its logic in its em_map_meta_cap(...), this is going to fail.

      If I’m dead wrong in any of the above, anyone feel free to correct me, otherwise it might be a good idea for Events Manager’s developers to try to solve this.

      • Marcus November 19, 2012 at 1:16 pm #

        Hey Kento, Marcus here, EM dev.

        I’ll need to test out your plugin to verify this for sure (some time will be needed for this), but looking at a simple example – http://justintadlock.com/archives/2010/07/10/meta-capabilities-for-custom-post-types

        you’ll see that the $post_type, which is what I’m retreiving from $args, should be available to me.

        are you sure its not something on your side? if you have any ideas in the meantime that’d be great.

        may be worth commenting here, to keep things in one place 🙂 http://wordpress.org/support/topic/events-manager-groups-plugin?replies=1

        • kento November 26, 2012 at 2:51 pm #

          Hi Marcus,
          Yes please have a look as well, what I would propose is to apply this patch which adds a simple check in function em_map_meta_cap(...) to see if the argument you need is actually there – if it isn’t, then the logic for each of the cases treated in that function wouldn’t apply and it would leave the original $caps intact.
          Let me know either here or on that support topic please, I’ll keep an eye on both 😉
          Cheers

          • Marcus December 21, 2012 at 12:40 pm #

            thx, answered you there 🙂

  47. Akmal Izzat November 7, 2012 at 6:36 am #

    Man I really hope you can restrict categories too… especially when added to the Menus..

    And it will be much easier and cooler if you can add a menu like what Membership does http://wordpress.org/extend/plugins/membership/

    I’m not promoting it, I just wanted to tell you that their Membership menu is very cool. Just drag and drop and you’re done. But too bad it doesn’t integrate with WooCommerce. And the fact that I have to pay for more than 2 groups is just unbelievable..

    Luckily I found you =D And I hope this plugin will become easier to use and better than ever..

    • kento November 7, 2012 at 11:06 am #

      Thanks for the suggestions, I’ll have a look and consider these. I can see it would be quite useful to be able to restrict for example all posts in a category instead of having to go into every post in that category and restrict it. I’m not sure if something like that should be in Groups’ core though, more opinions on this would be welcome.

      • Akmal Izzat November 8, 2012 at 7:35 am #

        I see. So is there a way for me to restrict categories to certain groups using this plugin?

        • kento November 8, 2012 at 9:43 am #

          Technically you wouldn’t really restrict a category to groups but rather restrict access to its posts based on capabilities, that’s why I mentioned that you would have to go into every post that belongs to a category – a feature that would allow you to restrict posts that belong to a category would then do that automatically.

          • Akmal Izzat November 8, 2012 at 10:01 am #

            hahah I see. I already did that and it’s quite tiring =D anyway thanks man.. luckily I didn’t have that many posts to restrict..

        • Akmal Izzat November 8, 2012 at 3:00 pm #

          oops nevermind.. i think i just repeated my question again lol, please delete…

          • Tevya January 22, 2013 at 7:09 pm #

            I think it would be really great if you added that feature. It would make it much easier to restrict lots of posts to a certain group. I also think an option for all sub-pages of a protected page to automatically be restricted to the setting of the parent page, would also be awesome. Then if you had a restricted “section” of your site, you don’t have to remember to restrict each page, just create sub-pages of the main restricted page.

            • kento January 26, 2013 at 11:32 am #

              Makes sense. Technically it would be restricting access to posts by taxonomy term – for example a certain category. I’m considering the option even more now, still not sure if it should go into the core but at least to have the option to do it seems pretty useful.

          • Austin February 23, 2013 at 2:04 am #

            Well if it’s up for discussion at all, I’d love to see it in available in the plugin core. I think it’s a logical function, especially for the use case of having menu items which link to categories that show or hide based on groups allowed to view that category.

            Right now I’m having to code this manually after discovering it didn’t already do this. I assumed it was an available feature when choosing groups.

            ** No complaining at all! Thanks for the plugin! Just giving you an example.

            • kento February 28, 2013 at 1:18 pm #

              Many thanks for your feedback on that Austin, I really appreciate it.

              I’m still not sure if putting it in the core would be a good option or not – mainly because I haven’t had a chance to code and test it. In my opinion, it depends on the performance impact that would have and I’d have to test that before taking the decision.

              Would you mind sharing how you are coding it right now?

  48. Jaybe November 3, 2012 at 5:23 pm #

    Does Groups have facilities and capabilities to do global “private site” type settings?

    For example, does/will Groups protect RSS feeds, requiring Group access to read feeds?

    In summary, I’d like to be positioned to protect all available content through the various methods WordPress, default, allows and leaks, such as RSS, etc.

    Thanks; various frameworks and add-ons looking great!

    • kento November 7, 2012 at 10:54 am #

      Yes entries in feeds are protected based on the access restrictions set for entries, e.g. if a post is protected it will only show up in the feed if the viewer is logged in and has access.

  49. Scott October 23, 2012 at 3:33 pm #

    Hi There,

    Is there currently anyway to list the members of a specific group? For example, I would want to show a simple list of all the members in the registered group.

    Thanks

    • casey October 24, 2012 at 6:16 pm #

      Scott, I did this by revising the shortcodes php file within “lib/views/class-groups-shortcodes.php.”

      on line 96 you will see a case called “users”. By default, this gives you the user’s login and I noticed it uses the same parameters as the builtin wordpress function “get_users()”

      [groups_group_info group="registered" show="users"]

      SO what I did is I modified the shortcode class by copying and pasting that section. I added my own shortcodes for each user parameter. You can download my updated shortcode class if you want.

      http://hardwiredmedia.com/class-groups-shortcodes.zip

      and then within php, I make the calls like so:

      <?php

      $users = do_shortcode('[groups_group_info group="'.$usergroup.'" show="users"]');
      $group = do_shortcode('[groups_group_info group="'.$usergroup.'" show="usersfull"]');
      $groupemails = do_shortcode('[groups_group_info group="'.$usergroup.'" show="usersemails"]');
      $groupfirst = do_shortcode('[groups_group_info group="'.$usergroup.'" show="usersfirst"]');
      $grouplast = do_shortcode('[groups_group_info group="'.$usergroup.'" show="userslast"]');
      $grouptitle = do_shortcode('[groups_group_info group="'.$usergroup.'" show="userstitle"]');
      $countusers = do_shortcode('[groups_group_info group="'.$usergroup.'" show="count"]');

      $groupuser = explode(";", $group);
      $groupuseremails = explode(";", $groupemails);
      $groupuserfirst = explode(";", $groupfirst);
      $groupuserlast = explode(";", $grouplast);
      $groupusertitle = explode(";", $grouptitle);

      for ($i = 0; $i

      The bummer is if you update the plugin it breaks the functionality as the shortcode doc gets replaced.

    • kento October 25, 2012 at 5:37 pm #

      See also @casey’s previous comment and better pack it into its own plugin to avoid hacking the plugin’s core.

      • casey November 21, 2012 at 2:16 pm #

        Kento, I’m really loving your plugin. Great work. I did as you suggested and I’ve created a plugin that can be used to extend groups in the manner I listed above.
        I included usage in the readme.txt file and also provided a php example. It’s not the most sophisticated approach, but it works well.
        http://hardwiredmedia.com/extendgroup.zip
        This will keep updates to the group plugin from affecting the code I made. Thanks for the suggestion, that will make life much easier.

  50. kar October 21, 2012 at 6:47 am #

    Hi Kento,
    your plugin has too much…( its a compliment) really good plugin.
    if this is my requirement, what i need to do.

    1. i want to create a member’s only website, its based on templatic WPSHOP theme + woo commerce + Groups plugin.

    2. it means, i want only registered member’s (member’s must be approved by me) to access my whole website

    3. once the registered users login, i have final products and designs
    i want general buyers to see the final products, resellers to see both the final products and designs

    thanks
    Kar

    • kento October 25, 2012 at 3:42 pm #

      Thanks kar 🙂 You can assign capability X to control access to products and capability Y to designs. Use one group for resellers and assign capabilities X and Y to their group, use another group for buyers and only assign capability X to that group.

Leave a Reply

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share