itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] Does this work with httpsYes that will work as long as you have the right integration activated.
Forum: Plugins
In reply to: [Affiliates] referrals not being logged@johaho @bonacipher you need to use http://ww.wp.xz.cn/extend/plugins/affiliates-woocommerce-light to record referrals for WooCommerce
Forum: Reviews
In reply to: [Groups 404 Redirect] ReirectsThat seems like a great idea. The basics are already there with the plugin here but to achieve what you are describing, it lacks a way to map between restricted pages and redirect targets for these.
Forum: Plugins
In reply to: [Affiliates] Referrals are always being attributed to directThat shouldn’t happen unless the cookie isn’t stored after visiting the affiliate link or there is a conflict.
To check the cookie, visit an affiliate link and see if the
wp_affiliatesis there.To see if there is a conflict, disable all other plugins (except Affiliates, light integration and WooCommerce) and make a test purchase. If that works ok, enable other plugins individually and test.
Forum: Plugins
In reply to: [Affiliates] Can I link affiliate to in store purchaseThere is an extension which hasn’t been released yet, which rewards affiliates with coupons. Sounds like it’s close to what you’re looking for. But it’s not possible to do that with Affiliates OOTB unless custom coding is involved.
Forum: Plugins
In reply to: [Affiliates] s2member woocommerce affiliatescan i set that the ref only work on normal prices (1000)?
No that won’t be possible. You would need to use Pro or Enterprise with a a custom method but that would require coding, not something it could do OOTB.
Forum: Plugins
In reply to: [Affiliates] Plugin installation causes wp-admin white screenOn a test installation with WordPress 3.4.2, Affiliates 2.2.0, Affiliates WooCommerce Light 1.0.4 and WooCommerce 1.6.5.2 I don’t get a WSOD when visiting wp-admin, there might be a conflict somewhere in your setup.
Disable all other plugins except those three and switch to a default theme, then put these in your wp-config.php:
define('WP_DEBUG', true); define('WP_DEBUG_DISPLAY', true); define('WP_DEBUG_LOG', true);Then enable other plugins individually and check until the WSOD happens. Now in
wp-content/debug.logyou should see clues as to why …Forum: Plugins
In reply to: [Groups] BuddyPress conflict?Hi rain3r,
I’m not aware of any changes 🙂 I think we can assume it’s still conflicting although it won’t manifest as any problem unless something depends on BP’s action hooks that are involved when working with groups.
Cheers
Forum: Plugins
In reply to: [WunderSlider Gallery] Not working at allAs it says in the description:
The plugin requires the WunderSlider which is available freely for personal use and can be downloaded on the WunderSlider page.
Simply get it there (free for personal use), install it and ready to go …
Forum: Plugins
In reply to: [Lazy Widget Loader] Plugin is not workingWould need more info to be able to help.
What widget, did you change any settings, what are the current settings, a link to site …
Forum: Plugins
In reply to: [WunderSlider Gallery] maximum of 25 images???Looks like this http://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths
It’s certainly not related to WunderSlider or the WunderSlider Gallery plugin, there are no limits to the number of images.
Forum: Reviews
In reply to: [Groups] PerfectRe #1 see http://ww.wp.xz.cn/support/topic/one-user-one-group?replies=6#post-4259908
On #2 yes, that’s handled through the group capabilities, for example:
Normal group: Group A, access restriction capability: read_a
Normal group: Group B, access restriction capability: read_bLead group: Leaders, capabilities : read_a, read_b
Also make sure to have a look at http://www.itthinx.com/plugins/groups/ and http://www.itthinx.com/documentation/groups – there are also useful examples on the documentation pages for the extensions.
Forum: Plugins
In reply to: [Groups] One User->One groupMaybe you mean to literally restrict users so they can join one group only, so that for example if you have:
Bananas
MangosIf user X joins Bananas, the user can not join Mangos?
If that’s the case, you could allow them to join using the shortcodes:
[groups_non_member group="Bananas,Mangos"] Choose wisely ... [groups_join group="Bananas"] [groups_join group="Mangos"] [/groups_non_member]Forum: Reviews
In reply to: [Groups] PerfectMany thanks for the rating, it’s always great to see appreciation 🙂
As for questions, yes certainly, they are very welcome!
Forum: Reviews
In reply to: [Affiliates] awesome, it's a great solutionThank you for your review, it’s really great when someone takes the time to appreciate the hard work that goes into maintaining such solutions. If you have any suggestions or feature requests, they are always welcome.
Cheers