• Resolved RC Verma

    (@rcverma)


    Hi,
    I am facing one big issue.
    When i login via Nextend Social Plugin. Then sometimes referral person gets awarded & sometimes it wont work.
    So can you tell me what could be the cause. I have tried lots of times to login with social & sometimes it works & sometime it won’t.
    I tested this on Chrome & Mozilla firefox where the browser don’t have any kind of adblocker.
    Can you please help us.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Hi @rcverma,
    Thanks for using myCred, We have forwarded the details to the QA Team we will get back to you once we hear back from them also the shared doc has permission issue’s can you please make it public.

    Thanks!

    Thread Starter RC Verma

    (@rcverma)

    Updated the Shared Document Link its now public & can be used easily now.

    Hi @rcverma,

    We have tested myCred Referral hook with Nextend Social login plugin that is not awarding points to the user our plugin is not compatible with Nextend Social login. Can you please let us know how this functionality is working on your site as you stated above (sometimes working and sometimes not). It would be great if you can share the screencast video.

    Our hook is working perfectly with the WordPress settings.

    Thread Starter RC Verma

    (@rcverma)

    Hi,
    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.
    add_action(‘nsl_pre_register_new_user’, function () {
    if (class_exists(‘myCRED_Core’)) {
    add_filter(‘bp_core_signup_send_activation_key’, ‘__return_false’);
    }
    });

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Hi,
    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.

    add_action('nsl_pre_register_new_user', function () {
        if (class_exists('myCRED_Core')) {
            add_filter('bp_core_signup_send_activation_key', '__return_false');
        }
    }); 

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Hi,
    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.

    add_action('nsl_pre_register_new_user', function () {
        if (class_exists('myCRED_Core')) {
            add_filter('bp_core_signup_send_activation_key', '__return_false');
        }
    }); 

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Hi,
    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave me one code to place it on theme function.

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Hi,
    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.
    I have placed code here

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    • This reply was modified 4 years, 4 months ago by RC Verma.
    • This reply was modified 4 years, 4 months ago by RC Verma.
    Thread Starter RC Verma

    (@rcverma)

    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.
    Code mentioned here
    https://docs.google.com/document/d/1ekfbH4-KG4MmxtvdFc0qb5Vu9zs1NEXG2yD-iVZg204/edit?usp=sharing

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.
    Code mentioned here
    https://docs.google.com/document/d/1ekfbH4-KG4MmxtvdFc0qb5Vu9zs1NEXG2yD-iVZg204/edit?usp=sharing

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Yes I have Discussion with Nextened Social plugin developer. He explained me it works but without buddypress. So he gave us one code to place it on theme function.

    Code mentioned here

    docs.google.com/document/d/1ekfbH4-KG4MmxtvdFc0qb5Vu9zs1NEXG2yD-iVZg204/edit?usp=sharing

    After doing so its working even with buddypress mean referral person gets awarded.
    But i found sometime its rewards sometimes it not.
    I had a great discussion on & he explained thing more clear. IF you can tell us your mail id i can send you mail discussion.

    Thread Starter RC Verma

    (@rcverma)

    Look Everything mentioned on Page issue link I am not able to paste anything here don’t know why.

    Thread Starter RC Verma

    (@rcverma)

    Yes, I have discussed with Nextend Social login’s developer and he explained me it works but without buddypress. So he gave us one code to place it on the theme function.

    Code- docs.google.com/document/d/1ekfbH4-KG4MmxtvdFc0qb5Vu9zs1NEXG2yD-iVZg204/edit?usp=sharing

    After doing so its working even with buddypress mean referral person get awarded. But I found sometime it give reward and sometime not. I had a great discussion on & they explained things more clear way. If you can tell us your mail Id I can send you mail discussion.

    Hi @rcverma,
    We have pasted the code fragment into my themes > functions.php file that you shared above. Still, the Nextend Social login plugin not working with Referral Hook. It would be great if you can share a screencast video so we can have a look at how it is working for you.

    Please have a look at the videos shared below.

    https://drive.google.com/file/d/1Z9HJxNBJF72sLNZ2e_Cevg1WN9SdjtfB/view
    https://drive.google.com/file/d/1Ex4IWKVqlW8EtgoweUKn6bOI8VRlPDvD/view

    Thanks!

    Thread Starter RC Verma

    (@rcverma)

    I have created a video that works with the nextend social login & credit points to the referral person.

    Referral url used- https://topbestof.com/?referral=test
    (Referral Username- test)

    Video- https://drive.google.com/file/d/1nzV2q8zKvIGJRzrYRLi1Kq9nfS_y2FtS/view

    After creating new account(created in above video), I have made another attempt of creating new account with the same referral id on same browser in guest mode(after clearing all caches, cookies & more), but it’s not crediting to the same referral person.

    I am sharing again the doc link, containing discussion with nextend social login- https://docs.google.com/document/d/1ekfbH4-KG4MmxtvdFc0qb5Vu9zs1NEXG2yD-iVZg204/edit?usp=sharing

    Thanks!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Referral Sign Up Sometime Works sometime it wont work’ is closed to new replies.