itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Remove "Registered" groupThanks for your feedback 🙂
You can’t remove the Registered group, but it might be a good idea to be able to specify group names along with the [groups_user_groups] shortcode (which you currently can’t).
I’ll look into this and see if it makes sense to add that as an attribute to the shortcode. That way you would be able to specify a list of groups which would be shown if the user belongs to those. Something like:
[groups_user_groups group="Silver,Gold"]Forum: Plugins
In reply to: [Groups] Comparison bug when creating a groupThe comparison you refer is intended to assure the existence of the parent group identified by its parent ID. This is expected to be equal in type and value so there’s really nothing wrong with that strict comparison 🙂
Forum: Plugins
In reply to: [Groups] Groups blocking Woo customer access to my-account pageSounds like you have an access restriction in place for that page. Please check the box and remove any access restrictions in place.
Forum: Plugins
In reply to: [Groups] Limit user list to specific user / group (backend)Hi Robin,
That isn’t possible, sorry 🙂
Forum: Plugins
In reply to: [Groups] Select group on adding new userDo you mean adding the user to groups when you create the user?
I looked at providing the possibility to specify the groups when you add a user directly on the back end, but last time I checked, it wasn’t feasible to add it due to a lack of hooks for the user creation admin page.
Or do you mean the groups simply don’t show up on the Users admin screen? Then that sounds like a conflict. Try disabling other plugins until leaving the essentials (Groups in this case), you’ll be able to choose the groups and add the selected users on top of the user table. Then enable additional plugins individually until that breaks and we have our conflicting plugin.
Forum: Plugins
In reply to: [Groups] Password protected page, woocommerce and groups“Install WooCommerce on a specific page” and not on a site sounds conceptually wrong. Groups wouldn’t really help to achieve that either. WooCommerce is installed on your site as any other plugin, if you just want one page where you sell something, maybe a simple PayPal button and a password protected page is a more straight-forward solution.
Forum: Plugins
In reply to: [Groups] Will this work for me?That depends on what you’re using to notify them and how it is integrated with the way users may access posts or not. If the notifier uses the WordPress core API and obtains the posts that the recipient should be allowed to see, then only the receivers that actually have access to those posts should be getting a notification, because Groups will hide the posts that are restricted.
Forum: Plugins
In reply to: [Groups] Make list of users including photo's and link to profile?Hi,
Is this really related to the Groups plugin? I’m asking because you don’t seem to be using its resources nor its API – http://api.itthinx.com/groups/
Groups maintains its own tables and obtaining the group ID as a term_id isn’t the way you would do this with the plugin.
Forum: Plugins
In reply to: [Groups] Multisite Groups… Problem adding new blogsDiscussed here: http://www.itthinx.com/plugins/groups/#comment-309151
Forum: Plugins
In reply to: [Groups] Multisite Groups WooCommerceThanks for sharing your solution 🙂
Forum: Plugins
In reply to: [Affiliates] Different rates for each affiliate?Hi Rhys,
That’s a feature available in the Pro version. Thanks for asking 🙂
Cheers
Forum: Plugins
In reply to: [Affiliates] A summary on the latest updatesForum: Plugins
In reply to: [Affiliates] Looking for a solution..Hi Sarig,
The system isn’t intended to do what you’re asking, this is something each of the shops would have set up.
Cheers
Forum: Plugins
In reply to: [Groups] Automatically assign groups[groups_join group="X"]– see http://www.itthinx.com/documentation/groups/shortcodes/Forum: Plugins
In reply to: [Groups] Registered GroupWithin Groups’ context, it wouldn’t make sense to have a group for guests.
One approach to show something for guests would be the exclusion equivalent of the short code mentioned before:
[groups_non_member group="Registered"] Only those who don't belong to the Registered group can see this. [/groups_non_member]And of course you can also use a dedicated shortcode like shown here.