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 […]
Groups
Exclude Groups from Notification Emails
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
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
Thrivecart
We are moving from WooCommerce to Thrivecart. I tried to reply to an existing thread, but don’t have permission. So has anyone got Groups working with Thrivecart? I assign different group permissions based on the level of subscription. Any tips? IH
How to restrict access to post programmatically?
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 […]
Update Groups File Access
Can’t update because it already exists. Can’t delete because it says it will delete the data. Help.
Groups override by admin?
I cannot find the ability to override all subscription groups for admin, and you cant just edit an admin profile and add group privelages. Its not an option
Groups restrict Buddypress functions
Hello George, I use Buddypress in my site and I’m looking for a way to restrict the different functions in BP, based on which Group the user is in. For example, these functions would be available to users in the Group “Silver” and “Gold”, but not to those in Group “Bronze”: BP groups – cannot […]
Dynamic Groups Based on Query
Is it possible through a plugin or the API to have a dynamic group based on a query? For example I need to have a group that consists of all users in Group A who are not in Group B. More advanced features that would be nice would include dates. eg. All users who joined […]
Exclude Group ID’s from Group Notifications
Hi there, I’ve purchased a number of plugins for Groups as I really think it is the best think since sliced bread. Fantastic work, please do keep it up. Now, I’m building an ecommerce with an active community so lots of users will apply for groups, we then review them and add them to the […]
Groups 404 Redirect not working
I downloaded and activated Groups 404 Redirect. In settings, Redirect to wordpress login is checked and the Redirect restricted categories is checked. Yet when one not in the group selects the restricted content, he/she still gets a 404 error. The Groups 404 Redirect plugin is not working. Groups v 2.3.0 Groups 404 Redirect v1.4.0 Groups […]
adding Groups meta boxes to front end posting form from another plugin
We are using the WordPress Download Manager plugin. It has a front end upload form, for creating a post of its custom post type on the front end. We’d like the person doing the front end post to be able to assign groups to the post from the Groups plugin. This can be done on […]
Defaulting new posts and media uploads to use “Registered” group
Hi, I’m setting up a “private” self-hosted WordPress site to share my photos and videos with family and friends. I’ve managed to purchase and install the Widget Control Pro and Groups plugins, and have been able to apply the use of groups to successfully to restrict my posts and media attachment page content from the […]
the_content filter causing plugin conflicts
Hi there, we use Groups with the theme WPLMS. We were having a few errors in quiz reporting and some text fields on the site. narrowed it down to the Groups plugins and specifically the following line of code. wp-content\plugins\groups\lib\access\class-groups-post-access.php Line 102 add_filter( ‘the_content’, array( __CLASS__, ‘the_content’ ), 1 ); Commented this line out and […]