itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Order pending, Subscription inactive with Jigoshop SubscriptionsHi,
You should use the support facilities provided by Jigoshop Support for your questions related to products they sell. Also see Forum Welcome, these forums here are not provided for support related to premium products.
Cheers
Forum: Plugins
In reply to: [Affiliates] Email Link to Referral PageHi,
I think the easiest for you would be to set up a redirect from the old login link to the new one. You can use rewrite rules – for Apache http://httpd.apache.org/docs/2.4/rewrite/remapping.html or Nginx http://nginx.org/en/docs/http/ngx_http_rewrite_module.html
Cheers
Forum: Plugins
In reply to: [Affiliates] This plugin conflicts with my coupon codesHi,
It’s possible that your PHP memory is limited, there are no known issues with the versions you have installed so you should be good on that side.
See http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/ or https://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP on increasing PHP memory.
Also you should enable debugging to see if there are any errors showing up in the debug.log – if there are any, you can post the results to pastebin.com and reply with a link to them here.
Cheers
Forum: Plugins
In reply to: [Affiliates] Give Bonus to affiliate or Manual ReferalHere’s the documentation page for that http://docs.itthinx.com/document/affiliates/affiliate-program-management/managing-referrals/
Forum: Plugins
In reply to: [Affiliates] Affiliate can earn even the customer still not paidHi Kim,
You should adjust your settings to mark those referrals as pending. Under Affiliates > Settings > Referrals set the Default Referral Status to Pending – see more about this on the documentation page http://docs.itthinx.com/document/affiliates/setup/settings/referrals/
Once you have checked that an order has been paid, you can update the referral status to accepted.
The advanced version http://www.itthinx.com/shop/affiliates-pro/ does handle this automatically and also synchronizes the referral status with the order status (for example if an order is refunded, the referral commission is rejected).
Cheers
Forum: Plugins
In reply to: [Groups] How to create login pageHi,
You will find these explained in the documentation here http://docs.itthinx.com/document/groups/
Cheers
Forum: Plugins
In reply to: [Groups] Inverse of group restrictionsHi,
Thanks for your suggestion, currently it isn’t possible to do this but I see the usefulness around a feature like what you suggest.
Maybe we could have a way to say (on a post) don’t show this to members of this and that group. I think that would cover it. It would be useful if someone wants to keep the UI clean for members who are logged in.
I’ve taken note for consideration as a feature request.
Cheers
Forum: Plugins
In reply to: [Groups] Multisite – Groups across all pagesHi,
Currently it’s working independently for each subsite, I assume that what you want is to have a common management for groups which applies on all sites of the multisite network. It’s not designed to work that way, it could be possible to extend the plugin to handle this, but it would require quite some thought before jumping at an implementation.
Anyhow, thanks for asking, I’ll take note of this as a feature request.
Cheers
Forum: Plugins
In reply to: [Groups] How to get capabilities of post authorHi,
@nuriarai See http://docs.itthinx.com/document/groups/api/examples/ and http://api.itthinx.com/groups/source-class-Groups_User.html#111 for supported properties which includes capability_ids and capability_ids_deep, e.g. given the $user_id of the post’s author, you could do:
$groups_user = new Groups_User( get_current_user_id() );and access the user’s capabilities (including inherited capabilities) using
$groups_user->capability_ids_deep@gtsiokos Looks like you intended to post your recommendation on something completely different 😉
Cheers
Forum: Plugins
In reply to: [Groups] Display Excerpt & Custom MessageHi,
This https://ww.wp.xz.cn/plugins/groups-404-redirect/ is an option and you could also create a customized solution based on its mechanism.
Cheers
Forum: Plugins
In reply to: [Groups] Site fails with 1.5.2Hi,
Could you try to enable debugging on that site and have a look at anything that might come up in its debug.log please?
Also using https://ww.wp.xz.cn/plugins/query-monitor/ might help shed some light on what’s happening on that site.
What other plugins are active on the site please and what theme are you using?
Cheers
Forum: Plugins
In reply to: [Affiliates] Many new "signups" in last 24 hours. Is there a bugThanks for the update on that David, good to see this was temporary only 🙂
Forum: Plugins
In reply to: [Affiliates] This plugin conflicts with my coupon codesHi Antonio,
What version of the plugin are you currently using? Maybe you need to update to the latest version, although there should be no conflict with the coupons (in fact, the light integration doesn’t support coupons so it doesn’t interfere in the process either).
Cheers
Forum: Plugins
In reply to: [Affiliates] What's the difference between Affiliates and Affiliates Pro?Hi, you will find that on this page.
Cheers
Forum: Plugins
In reply to: [Affiliates] No emails confirming affiliate resgisterationHi,
If you register an affiliate manually, only the user registration email is sent; please refer to the documentation for details on the manual process http://docs.itthinx.com/document/affiliates/affiliate-program-management/managing-affiliates/ – you create the user account first and then you create the affiliate account and relate them by indicating the username in the affiliate account.
Cheers