ablancodev
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Auto Add to a Group when user fills WooCommerce RegistrationHi,
with Groups User Chooses plugin the user can select his group.
cheersForum: Plugins
In reply to: [Groups] Admin users can't see restricted contentHi,
be sure you have selected “Administrators override all access permissions derived from Groups capabilities.” in Groups->Options.
cheersForum: Reviews
In reply to: [Woocommerce Role Pricing] Nice plugin!Hi,
tested with Woocommerce 2.1.12 and all works fine.
woocommerce_get_price filter has two parameters. Maybe your theme or another plugin is called this filter with only one parameter.
cheersForum: Plugins
In reply to: [Groups] Protect only single PostsHi,
you could protect the post with shortcodes. In this case you could show an alternative text to users without rights.
cheersForum: Plugins
In reply to: [Groups] New capability doesn't workHi,
in Groups->Options you can select the capabilities that will be showed in the page/posts.
cheersForum: Reviews
In reply to: [Karma] No documentation ?Hi,
we are working hard to have the documentation available.
Right now you have available a widget and two shortcode to have a look to the plugin.
Thank for the opinion.cheers
Forum: Plugins
In reply to: [Affiliates] Affiliate Destination LinkHi,
you can use [affiliates_url] shortcode.
Or you could use Affiliates Generator and offer your members an automatic way to generate links.
cheersForum: Plugins
In reply to: [Affiliates] Unable to installed affilates pluginHi,
It seems that the file has an error, try to download it again.
cheersForum: Plugins
In reply to: [Affiliates] Different content based on affiliate status?Hi,
affiliates are automatically accepted.
Maybe Groups plugin can help you to display different content depending on the group that you belong.
cheersForum: Plugins
In reply to: [Affiliates] Display affiliate status?Hi,
affiliates are automatically accepted. You can control commissions with the referrals status.
cheersForum: Plugins
In reply to: [Groups] What is new in 1.4.9?Hi,
I don’t know because wordpress doesn’t show the changelog correctly, but in the readme file in the plugin you can see the changelog.= 1.4.9 =
* Fixed: Tree view doesn’t appear/disappear in menu directly after setting the option.
* Improved: Feedback when options have been saved.
* Improved: UI size adjustments.
* Added: New API methods Groups_Group::get_group_ids() and Groups_Group::get_groups().
* Improved: groups and capabilities table cell titles and ellipsis added.Forum: Plugins
In reply to: [Groups] Hook to Override Capabilities / Access Restrictions for a CPT?Thanks for the feedback.
Here a way to do it.
cheersForum: Plugins
In reply to: [Groups] Getting all groups names through functionHi,
you can use this function:https://github.com/eggemplo/Groups-Utilities/blob/master/get_groups.php
cheers
Forum: Plugins
In reply to: [Affiliates Contact Form 7 Integration] No data (post)Hi,
if you select “expand descriptions” and “expand data” in Affiliates->Referrals, you can see the form name and the form data.
cheersForum: Plugins
In reply to: [Groups] Change default group.in your functions.php theme’s file.