itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] PHP Shortcode for Groups Doesn't work?I can imagine that the problem is the whole thing has to be within one call. Try:
$content = '[groups_member group="Registered"]'; $content .= 'Only registered users should be able to see this.'; $content .= '[/groups_member]'; echo do_shortcode( $content );Forum: Plugins
In reply to: [Groups] Auto group according to AD fieldI’m now sure what you mean by grabbing users from “the AD” … anyhow, no you can’t have users added to groups by department automatically unless there is some mechanisms in place which can correlate those and do the group assignments. If importing from a CSV file is an option, then you can consider using http://www.itthinx.com/plugins/groups-import-export/ but note that it’s a non-free extension.
Forum: Plugins
In reply to: [Groups] Login redirect to referring page with WoocommercePlease have a look at https://ww.wp.xz.cn/plugins/groups-404-redirect/
Forum: Plugins
In reply to: [Groups] Removing a site from group didnยดt unlock it@bize thanks for posting the suggestion. That might actually work in case the access restriction capability has been removed. This would be a bug in Groups as it should handle the case correctly without leaving pages with access restrictions that don’t exist anymore.
Forum: Plugins
In reply to: [Affiliates] Pre-Sale Question About Affiliates ProHi,
Thanks for asking but this forum is not for pre-sales questions, this is for questions related to the free Affiliates plugin.
Sorry but emails can take a while to respond to, if you have any pre-sales questions please post them on the site on the plugin page for Affiliates Pro.
Cheers
Forum: Plugins
In reply to: [Affiliates] Refer a friend and get paidHi Stefan,
If you install the plugin you can have a look at the menu section: Affiliates > User Registration – this is for crediting sign-ups through referral.
Cheers
Forum: Plugins
In reply to: [Affiliates] Send Email to admin when Affialites make a sale or referralHi,
This is a feature in Affiliates Pro which supports notificatons, see the documentation page for that please http://www.itthinx.com/documentation/affiliates/notifications/
Cheers
Forum: Plugins
In reply to: [Affiliates] Page Not FoundHi,
Thanks for posting your solution to this, could you please let me know which server configuration you have? I’d be interested to include it if necessary …
Forum: Plugins
In reply to: [Affiliates] Will this work for purchases on amazon?Hi,
It won’t work with products you have on amazon.com etc, it would be possible to integrate that but you would need to have that developed for you. Not something you can have working OOTB …
Regarding the differences, see http://www.itthinx.com/affiliates-plugins-feature-comparison/ please.
Cheers
See http://www.itthinx.com/topic/plugin-fileds-dont-show-up-in-custom-post-type-category/ – marking as resolved as this is not a support request for the Groups plugin but for the GRC extension. Follow-up will be posted there.
Forum: Plugins
In reply to: [Affiliates Generator] [affiliates-generator] does nothingHi, this was a previous version of what is now built-in as the
[affiliates_generate_url]shortcode. See http://www.itthinx.com/documentation/affiliates/shortcodes/ for details please.Cheers!
Forum: Plugins
In reply to: [Groups] Attachment Details in WP 4.0You’re welcome and again thanks for helping to identify the issue ๐
Note that due to another issue, it’s preferable to use the List view when editing access restrictions on media items – see this thread http://ww.wp.xz.cn/support/topic/multiple-access-restrictions-for-media-items-are-not-saved-in-grid-view?replies=2
Leaving for reference but marking as resolved as this is an issue in WordPress core handling fields with multiple values incorrectly.
Forum: Plugins
In reply to: [Groups] Attachment Details in WP 4.0Fixed in 1.4.12
Forum: Plugins
In reply to: [Groups] Attachment Details in WP 4.0Seems related to https://core.trac.ww.wp.xz.cn/ticket/28053 with respect to only one value being saved. <- scrap that, it’s a different issue than what this topic is about.