itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] Error when saving ReferralsTry it with debugging enabled on the remote please. Then check wp-content/debug.log to see if there are any errors.
It might be a lack of memory, in that case you’d need to adjust the memory available for PHP in php.ini.
Forum: Plugins
In reply to: [Groups] Caching issuesDo you have caching for logged in users enabled? If so, then I think that’s where it conflicts. If a cached version is served to logged in users but the same cached version is used independent from the user account, then that would result in what you describe. You should disable caching for logged in users in that case.
Forum: Plugins
In reply to: [Groups] Reseller groupYou can’t hide products that are visible to guests, Groups’ approach is to open up access to content based on group memberships, not to hide it.
But an alternative approach is to create a Reseller product category hierarchy within which you have products that only resellers can access.
Forum: Plugins
In reply to: [Groups] Support for admin columnsGroups already provides a column for that on the Users screen. If you don’t see the column, check the Screen Options tab on top please.
Forum: Plugins
In reply to: [Groups] BuddyPress conflict?I’d suppose that if you have BP’s groups component inactive, the conflicts are eliminated, but the two aren’t directly designed to work together … although I’ve heard from others they use them together.
Forum: Plugins
In reply to: [Groups] Remove "Registered" groupWith 1.4.8 just released you have the exclude_group attribute for that shortcode. The documentation needs to be updated but here’s an example:
[groups_user_groups exclude_group="Registered"]The above will list all groups the user belongs to except the Registered group.
Forum: Plugins
In reply to: [Groups] Group imageHmmm … it depends, if you render these in your own template and you can add a class reflecting the group, then it would be easy to use CSS rules for background images or simply embed them with img elements.
Forum: Plugins
In reply to: [Groups] Group imageWithin what context please?
Forum: Plugins
In reply to: [Affiliates] Day, Week not workingCan you please provide details on the shortcodes you are using to produce that? It could be that you’re using a set of attributes that are not suitable for the desired output.
Forum: Plugins
In reply to: [Affiliates] Login Not Sync With WooCommerceThat must be some conflict you have there or something not set up correctly. As long as the customer has a valid affiliate account, the customer can log in/access the affiliate area, it’s not limited by role.
Forum: Plugins
In reply to: [Affiliates] payout with a coupon/free membership rather than cash?It’s possible with the plain Affiliates plugin e.g. using http://www.itthinx.com/2011/07/11/recording-sign-up-referrals/ to recognize when an affiliate has brought in a new user and then grant access manually. It then depends how you manage access to that site to grant the free membership for a month. It could be a specific coupon etc.
Forum: Plugins
In reply to: [Affiliates] Affiliate links pagesSure, it would be http://www.example.com/somepage/?affiliates=123 if using the default URL parameter name.
Forum: Plugins
In reply to: [Groups] Change default group.Forum role? That’s really not related to groups, you’d need to use another tool for that.
Forum: Plugins
In reply to: [Groups] Assign group to user automatically with Gravity FormsGroups Gravity Forms has just been released 🙂
Forum: Plugins
In reply to: [Groups] Assign page to a group from New > PageTry the quick-create option in the same box. E.g. type
Premiumin there and it’ll create the capability and group on the fly.