itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] wp_postmeta data growing like a virusThanks for pointing this issue out. Fixed in 1.3.13 which has just been released.
Forum: Plugins
In reply to: [Affiliates] Missing AttibutesAttributes are part of the Pro version, that’s why you do not see them.
If you get GBP in referrals, your store settings are not correct. There are two places to configure in eShop:
1. The currency symbol : Go to Settings > eShop > General > Product Details > General product settings > Symbol and you would set this to
$.2. The currency code : Go to Settings > eShop > Merchant Gateways > General Settings (panel on the right) and choose your currency with the Currency Code select box.
Forum: Plugins
In reply to: [Affiliates] Updating Affiliate LinkIf you have a link pointing to the root of the domain, the visitor will land there. If you want a partner link to point to the shop page and the shop page is not on the root of the domain, then you would use links that append the affiliate parameter to the shop page.
For example: http://www.example.com/shop/?affiliates=123
Forum: Plugins
In reply to: [Decent Comments] Comment authors name without linkDone 🙂
Forum: Plugins
In reply to: [Groups Blog Protect] Protect Blog CategoriesYou wouldn’t need this plugin for that, you can protect the posts using Groups alone.
Forum: Plugins
In reply to: [Groups 404 Redirect] Redirect Status CodeI would say it depends on where you redirect to. For example, if you redirect to the login, any access to the protected page by normal visitors would always end up requesting them to identify themselves … http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html explains what the codes mean in detail and I would give them careful consideration.
Forum: Plugins
In reply to: [Groups 404 Redirect] Post or Page ID?I’ve updated the info on the settings page so that this is clearer 🙂
Forum: Reviews
In reply to: [Groups 404 Redirect] ReirectsI’ve added a filter which you can use:
groups_404_redirect_post_idIt takes the $post_id as its first parameter and expects the desired one returned, the second parameter is the current post’s ID and the third one the current URL.
Forum: Plugins
In reply to: [Groups] Compatible with s2member ?They are different solutions to access control and other membership-related requirements. They aren’t supposed to be working together.
Forum: Plugins
In reply to: [Groups] Automatically join users to group at registrationHi there,
Assuming that the states have their groups mapped by name and that the information is provided at registration, you would basically need to check the state (user meta I would suppose) and then use
if ( $group = Groups_Group::read_by_name( $state ) ) { Group_User_Group::create(array( 'user_id' => $user_id, 'group_id' => $group->group_id ) ); }to add the user to the group.
You would have to hook into user_register to get the $state from the user’s meta.
Forum: Plugins
In reply to: [Affiliates] Internal Affiliates(responded here)
Forum: Reviews
In reply to: [Affiliates] Easy to use!Many thanks for taking the time to post a positive review, I really appreciate it!
Forum: Plugins
In reply to: [WunderSlider Gallery] Does my Wunderslider need an update?They’re different plugins, from what you say, WunderSlider Gallery is what you’re being offered to update 🙂
Forum: Reviews
In reply to: [Affiliates] PatheticForum: Plugins
In reply to: [Affiliates] FormContact Form 7 is with Affiliates Pro http://www.itthinx.com/plugins/affiliates-pro-contact-form-7/ – there’s no free integration with it yet though.