Your cart is currently empty!
Forum: Groups
Export User and Groups data
—
by
Hi there, Is there a plugin that allow me to export User and Groups data (group id, name, expiry date, …) into a CSV file? Or if such plugin is not available, what database table do I have to look at the grab those data?
File import
—
by
Hi, I followed your instructions on the file import, however, it is only importing files that don’t have multiple groups. I separated them by comma (,) as suggested, but it’s not working. Also, your plugin is not compatible with ä ö ü characters, especially when importing. You may want to mention that to international customers…
Urgent: Product vanishes when set in multiple categories
—
by
Hi, im in desperate need of some advice: Im using Woocommerce, Groups and Groups Restrict Categories. In short: I have two user groups ( group A and group B) with members (user A and user B). I would like create a product that is shown for both user groups with different product categories Problem: When…
Trash Disappears When Groups Plugin is Installed
—
by
I’m having trouble with my dashboard when I have the Groups plugin activated. The ‘trash’ disappears and I am unable to delete those posts I’ve cleaned out. Also, when I change a status from Private to Published the Private count remains unchanged. I’ve tried to have my WP Support look at it for me but…
Groups Forums Plugin
—
by
Does not show Forum under Topics as depicted in the documentation. Where do I go to create/edit/delete forums?
Feature Request: Beaver Builder module integration
—
by
I’m using Beaver Builder extensively along with Groups, and I’m finding myself frequently wishing that I could assign Groups to certain modules and rows, limiting visibility only to members of the groups assigned. With BB I can currently limit visibility to logged in/not logged in users when in the “Advanced” section of the module or…
Groups and Gravity Forms
—
by
Please help me think this through. I installed Groups I installed Gravity Forms Elite I installed Gravity Forms User Registration Addon I have Affiliates Enterprise I want to use gravity forms for all user registrations, including affiliates. I have one in good working order now at https://jacanawarranty.com/user-registration-gravity-forms/ I duplicated it to make one for the…
File Access Size Limit?
—
by
Hi, sorry if this is covered already. It looks like there’s a 4mb file size limit – is there any way around this?
file access filtering options
—
by
Hi, I’ve been using Groups and various add-ons with great success for several years – thank you! I now have a very large collection of files that I need to display in more user-friendly ways. I’m not so focused on the permissions as I allow all registered customers to view and download the files, but…
Exclude Groups from Notification Emails
—
by
Hi! I was wondering if there was a way to exclude a certain group from triggering the notification email?
Menu items of restricted pages and categories don’t appear to access group members
—
by
Can anyone please help me here or tell me, why items don’t appear even though the user is logged in, belongs to a group that has all rights? I can also share my login credentials. Thanks Florian
How to restrict access to post programmatically?
—
by
Hello, I want to programmatically restrict access of a given page to members of a given group. I tried this code but it doesn’t work: Groups_Post_Access::create( array( ‘post_id’ => $custpage_id, ‘group_id’ => $cai_group_id )); where $custpage_id is the id of an existing page and $cai_group_id is the id of an existing group. Could you please…