ablancodev
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] affiliates shortcodeHi geldor,
The software is under the SUSDL license. You can only have one active domain at a time per license.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Groups] Use class method as action hookHi @anvi7924,
I suppose you’re using Groups File Access. Please have a look at the documentation page.
You can do something like this:add_action( 'groups_file_served', 'your_custom_groups_file_served', 10, 2 ); function your_custom_groups_file_served( $file_id, $user_id ) { // Do something .... }
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Groups] Getting to a page from email linkHi @asha23,
You can protect the page with Groups, and using Groups 404 Redirect, redirect to the login page when an user tries to access to a protected page.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Groups] Using Groups to specify text/imagesHi @josellerena,
Sure, you can use the Groups API, and display customized logo per group.
Here you can see example codes.
Kind Regards,
Antonio B.Hi @petreadishman,
I can see that you are not using the [affiliates_registration] shortcode to display the affiliates registration form.
Remember that from Affiliates->Settings:Registration you can set your custom fields, and from Affiliates->Notifications you can customize your emails.
I think you are using another affiliate plugin, but I recommend using ours, for the simplicity of use, and the potential. Here you can see more documentation.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] Get user data as plain textHi @mateiflorin,
You have available the Affiliates Show Attributes plugin.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] add affiliate id in urlHi @ssborja09,
In the Affiliates Pro version you have available the [affiliates_generate_url] shortcode, so your affiliates can set the url that they want to share, and the custom url is generated.
If you use AddThis or AddToAny plugin, in the Affiliates Pro you have included integrations with AddToAny and AddThis.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] affiliates shortcodeHi @geldor,
In the Affiliates Pro version, you have available the [affiliates_traffic] shortcode, that can be useful for you.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] quanti livelli ha il plugin?Hi @pascal18,
This version has only available one level. If you need to have multi-level (as many levels as you need), you have available the Affiliates Enterprise version.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] Affiliate referral links do not workPerfect, please mark the topic as solved.
Forum: Plugins
In reply to: [Decent Comments] Plugin shows EDD payment informationHi Tim,
That’s true. The field only accepts one post type. It seems a good improvement for future updates, we will consider it.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] Affiliate referral links do not workHi,
You can use a page like this: https://pastebin.com/HE4Fn2VH
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] Affiliate referral links do not workHi,
If you see your affiliate-area page code, you can see that you have a [affiliates_is_affiliate] shortcode. You need to add theàffiliates_url] shortcode inside the [affiliates_is_affiliate] section, so only registered affiliates will can see the custom url.
When someone comes from another, a cookie is created, and the plugin knows who referred you, so it is not necessary to have the field referenced in the form.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Affiliates] Affiliate referral links do not workHi,
From the dashboard, Pages->All Pages you have your affiliate-area page that you need to edit.
Kind Regards,
Antonio B.Forum: Plugins
In reply to: [Decent Comments] Plugin shows EDD payment informationHi benandtimmies,
In the widget you can set a Post Type as restriction, ex. ‘post’
Kind Regards,
Antonio B.