itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] domain name affiliate links?This isn’t really something the Affiliates plugin or the integration plugin would do, it’s rather a question of how you would handle incoming links from the affiliate’s site on the site that runs the affiliate program.
One solution to what you propose would be to automatically add the affiliate parameter & ID to all links pointing to the site running the affiliate program. That can be achieved with a filter on the_content.
Forum: Plugins
In reply to: [Affiliates] Gravity formsHi Marc,
Rather than doing that, I would recommend to use the plugin’s API to record a referral upon form submission.Forum: Plugins
In reply to: [Affiliates] Multisite SupportYes that’s how it works on a multisite installation, independent affiliate programs on each subsite.
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] Affiliates WooCommerce Integration LightSorry for another late reply, but if it helps http://www.itthinx.com/plugins/affiliates-users/ creates affiliate accounts automatically for new users (it also allows to create them for existing users in one go).
Late, but if you’re interested: http://www.itthinx.com/plugins/affiliates-by-username/
Forum: Plugins
In reply to: [Groups] Menu isn't shown correctlyThanks, that’s good 🙂
Forum: Plugins
In reply to: [Groups] Menu isn't shown correctlyScreenshot?
Forum: Plugins
In reply to: [Groups] [Plugin: Groups] Group membership and redirectFor anyone looking for a way to redirect, I’ve just released this plugin:
That’s great Marcus, have a joyful time & Happy Holidays *<:-)
Forum: Themes and Templates
In reply to: [Hatch] Conflicts with other pluginsYou can close this topic. It’s not an issue anymore with Groups 1.3.6, I’ve made the relevant method more tolerant to what comes in.
Marcus in case you haven’t seen it, I’m proposing a patch that fixes the issue: http://www.itthinx.com/plugins/groups/#comment-3807
Forum: Plugins
In reply to: [Groups] The plugin generated 210 characters of unexpected outputWhat exact output do you get? I’m referring to the 210 characters …
Forum: Plugins
In reply to: [Groups] The plugin generated 210 characters of unexpected outputYou probably tried to use the version for 3.4.2 on 3.5. Please use the latest version for WordPress 3.5.
Forum: Plugins
In reply to: [Groups] Incompatibility with Nextgen Gallery Plugin?There are a few interesting threads on Error 310 (net::ERR_TOO_MANY_REDIRECTS) … in case you still have the issue after that.
Forum: Plugins
In reply to: [Groups] Breaking apply_filters('the_content) for meThat’s a lot of plugins 😛
You could try disabling all plugins except WooCommerce, Groups and the basic ones integrating these with each other along with subscriptions and see if your code works fine on that setup. If it doesn’t then probably it’s related to the context you are using that snippet within. If it does work, it smells like conflict and you would apply the usual procedure … enable plugins individually until it stops working.