It’s a pity that the Author of this useful plugin does not respond to questions on this forum.
]]>Hello Ali Shalior,I must thank you and appreciate your effort in making this very simple yet powerful plugin available to wordpress users like myself.I have been using your plugin for about 2 years now and it has simplified a whole lot for me.However, I am wondering if there is a way to make the plugin email the copy of the user’s referral link to them. Which means when a user is registered, the referral link can also be sent by mail to the provided email address.I have tried many ways e.g using an emailing template, plugin to include the shortcode below in the email template, however, they simply come as a plain text just as it is.[wp-referral-code var=”ref_link”][wp-referral-code var=”ref_link”]I really need your help with this if you don’t mind pleaseThank you.
]]>I want to use the referral plugin for other purposes like bonuses… How can I change referral count from +1 to +1000 per referral
Nice plugin btw
]]>Hi!
There an option to do this?
The referral person provides a card with a code for 10% discount to the other people. Then those people do some purchase on my website and enter this code in a relative field. When the purchase is completed, the referral person gets some points/money to its account (created on my website in a special section)
Thanks in advance for you reply!
]]>Hi everybody, and in advance I’m sorry for asking such dumb questions, it’s just that I don’t understand how the plugin works.
1 – Do I have to add the hooks to my WordPress code?
2 – If doing so, do those lines of code would create like a simple registering form or that would gather the info from any form I create (e.g. Contact form 7)?
3 – When the affiliate fill the form, the plugin creates the link to be copied?
Honestly, I don’t understand how it works.
Thank you very much!
I’ve been trying to set up a front-end user profile form and I’ve now hit two instances where I get a fatal error if your plugin is activated. The first was with ProfileGrid and I found it fails as it is calling $wp_rewrite->get_page_permastruct() but $wp_rewrite does not yet exist. The second plugin is UsersWP. I’ve not tried to find out where the fatal error occurs as for now I’m going to turn off this referral plugin BUT I’d love for you to update your plugin such that these errors don’t occur as I really like your plugin.
To reproduce it should be as simple as installing your plugin and activating and then installing one of the two mentioned above and activating.
Thanks in advance!
]]>This plugin is good for generating Referral Code.
It is the only plugin in the entire WordPress Ecosystem that does this function.
Please Sir, I want you to please continue to support it.
Needing to hear from you soon.
Regards.
]]>I don’t see many replies or check marks so thought I’d ask.
Anyone happen to know exactly how to manually add referrals to a user, where to do it, etc.? The last info on it was nearly a year ago and he said it was added to the plugin…but I don’t see an option in the admin. May not be looking in the right place.
Thanks if anyone knows.
]]>Hi, to do marketing a medical client of mine would like to create a software where every patient will have his QR Code, and when the patient recommends the service to another patient he gives him his QR Code and so when that patient comes, he is recorded under the first one who recommended him. It should be like multilevel marketing, where you can set, for example, a 15 percent profit and divide it by levels, so that patients are more interested in recommending to others-they will accumulate points and then these patients can do free work. The patient should then be able to see their network at the bottom. Can this plugin perform these functions or something similar? Thank you
]]>I am using wp_referral_code_after_refer_submitted to email the site admin so they have a link to the referree to reward them. For some reason when I concat $referrer_user_id to the URL, no matter what I try it returns the ID with “3D in front of it.
For example, if the user ID is 6. it will return 3D6
I’m not sure where the “3D” is coming from.
If I remove the URL and only call $referrer_user_id for the email message then it will display the ID correctly without the 3D in front of it.
add_action( ‘wp_referral_code_after_refer_submitted’, function ($new_user_id, $referrer_user_id){
$url = “[domain]”.$referrer_user_id;
wp_mail(“[myemail]”, “A member has successfully invited a new user”, $url);
}, 10, 2 );
The code above will display https://holistic.devbo.digital/wp-admin/user-edit.php?user_id=3D35
]]>]]>There are hooks from GamiPress to create your own event.
function refferal_sistem_activity_triggers( $triggers ) { // The array key will be the group label $triggers['За привлеченного реферала'] = array( 'refferal_sistem_event' => __( 'Реферальная система', 'gamipress' ), ); return $triggers; } add_filter( 'gamipress_activity_triggers', 'refferal_sistem_activity_triggers' ); function refferal_sistem_listener( $args ) { gamipress_trigger_event( array( 'event' => 'refferal_sistem_event', 'user_id' => get_current_user_id() ) ); } add_action( 'action_we_want_to_hook', 'refferal_sistem_listener' );
I tried like this:add_action( 'wp_referral_code_after_refer_submitted', function ($new_user_id, $referrer_user_id, $ref_code, $new_user_ref_code){ add_action( 'action_we_want_to_hook', 'referal_sistem_listener' ); },10, 4 );
Hi Shailor
Much respect for creating this plugin. Super helpful. I have been trying to access the documents page but give an error stating “This site can’t be reached”. Could you pls help?
]]>So far the referral code works okay but the invited user list on the front end shows this div code. Where do I need to fix it so just the name comes up…and is it possible that the names in the list are linked to the users profiles, and perhaps show their join dates?
In any case, the div code needs to go. Please look into this as I have no idea where the code is for the list info.
div class=”shalior-avatar-username”> <div></div><div>, delanataylor</div> </div>
]]>Hello
Plugin looks great but it is putting the referral code into the wrong part of the URL for me, please help if possible
https://i.postimg.cc/4x1rSYH5/Screenshot-2022-11-06-224241.png
]]>Hello again, this is my third support ticket.
Thank you so much for all the prior help! ??
This support request is about when the user Copies their Referral link. Usually when doing such thing you will get a tiny notification that it will go away after a few seconds in the form of a popup or a tiny box that will come down from the browser to show you “link copied!”
Here you dont get any notification and even if the copy feature always works great, the users have complaint that they are left with the feeling of not knowing, until they try the paste the referral link in another place, thats when they know they copy it correctly.
Without abusing of your kindess,
do you thing you could provide us with a function.php code to make the notification show up
I promise I will not ask for more help in the short time ??
Thank YOU again for what you do to help us here!
]]>Hello again, this is my second request for support.
Thank you for helping me with the first request.
Thank YOU again for this plugin, you should create a paid version or add a donate link in the settings of this free version for us to help you out a bit as a way to give you thanks for this great plugin.
The reason of this support request is that I wanted to know if there’s anyway for you to provide us with a code for the functions.php so the shortcode [wp-referral-code var=”invited_list”] shows up the Avatar next to their usernames in the invited list.
Thanks again!
GOD Bless you
Hi,
Minor issue, but I am using the shortcode [wp-referral-code var="copy_ref_link"]
and on small screens the full link is not visible because of spaces that are being inserted before and after the actual link. If there is a technical reason for this, fair enough, but if not can this be corrected in the next update? I had a quick look at the files in the plugin, and in the database but couldn’t see where these spaces are being inserted.
Thank you for a good plugin.
Honestly, i must appreciate you for all the work you have put into this plugin and making out time to answer our every so many questions on this platform.
`How do i parse the referrer_user_id and the referrer_username in to a Registration Form so that the New user, while registering can see the ID and the name of the person that referred him.
It will be very helpful if a shortcode can be gotten to this end.
for example:
https://portal.sparkle22d.com/register/?ref=e47spk
i will like that the registration form populates a assigned field e.g sponsor ID with “e47spk” and also resolve sponsor name e.g. John Doe.
is there a snippet and shortcode that can make this work pls?
Kindly assist or advice.
i wish i know how to make all your snippets into a shortcode for application in my case
Thank you.
]]>Please does your plugin have a currency count when user referral some one there will get $10 per user I need a shotcode or code to display that please ??
]]>Is there a way to reset the invite referral count? If a referred member cancels their account or deletes it, the referrer number should decrease to reflect current referrals. How would I go about that?
Thanks!
]]>My referral code looks like this
https://hubaya.com/my-account/?ref=ppxbbk
And i want it to look like this
https://hubaya.com/my-account/?ref=33
I want user id to replace wp referral code in the link.
Thank you
]]>Hi team,
We need to use the number of referred users as a parameter, so we cannot use the shortcode. How do we retrieve the same by code?
Thanks.
Hello
We have terra wallet on our website that uses referral link to credit users. Now wp referral plugin has a different referral link.
I want both plugins to share the same referral link so that both can track. If possible if i can change the referral link of wp referral plugin to that of terra wallet.
Secondly i wanted to use referral code but wp referral plugin does not give a place where users can paste referral code.
I await your reply
Thank you.
How can I change user Referral code to there username use to register on my website and also how can I set the balance there when user register a particular user there will earn money from it how can I set it that there will have there own referral balance
]]>Great plugin, congrats and thank YOU for it! My support question is if you can provide us with a shortcode for a widget or hook for functions.php to be added in a page or profile where the loggedin user could see how many referrals he has completed. Like the same way admin can see the referrals on the users page, But also for all users to see their own referrals when loggedin via widget. Thank you and GOD Bless you.
]]>Hello and thank you for the added option to manually add referrals to a member we chose.
However, drop down selection does not work for me. What happens is that as soon as I click the drop down it closes itself.
Using latest WP, PHP 7.4.29, hosted on Namecheap stellar package.
Looking forward to a fix.
Thank you .
]]>I have try to add a function to manually add referrals in backend admin page.
I would like to check the user who is not referral by other member.
In the database have a wrc_invited_users but it is a coding. I don’t know how to translate to user id. Please advise.
hello
thanx for make a great plugin
how can i change showing invited list username to name or last name or both
i dont know how do this pls hellp me.
Shows a list of users current user invited (lists usernames by default: use hooks to change it)
]]>Hello,
simple question: how do i use the action hooks?
I saw that the hook “wp_referral_code_after_refer_submitted” is mentioned in /includes/wp_referral_code_registration.php. I guess i have to create a new function for that, but where do i include the “wp_referral_code_after_refer_submitted” function and how?
Pleaaaase help ??
Thanks alot!
]]>Could you please help me, I would like to add a “Referred by” field to WooCommerce order list and display the referrer user ID (referrer_user_id).
]]>