Hello guys.
I's 3 days i try to figure out what's wrong with the 6.x-1.x-dev referral.
Module installe and activated, I have the "Your referrals" link in menu, so that's fine.
BUT: Impossible for my users to find their REFERRAL LINK in the "My account page". (/users/%)
I can't figure out how to fix this, and would be greatfull for any help.
Did you manage to get this referral links using D6 ? or do you experience the same problem ?
Thank you very much
Info: Drupal 6.10, and modules pathauto, profile, Locale, Invite, token, etc...
Comments
Comment #1
titi88888888 commentedComment #2
mediamike commentedSame problem here.
Comment #3
socialnicheguru commentedcan the referral link be placed in a block? I am using panels to override user/%.
Comment #4
Aerodynamo commentedI don't really understand this issue? If you go to User Referral settings and enable it to be in the user's profile, then it should be listed at the bottom of the user's "My Account" page. Otherwise, the referral link won't show up.
Make sure the right setting is enabled and it should work... it works fine for me in this version!
Comment #5
nikmahajan commentedsimilar question, how to put it in the block to display it on the overridden user profile page using Panels and Advanced Profile Kit.
Comment #6
Kane commentedSo, is it possible to show referral links and other stuff in block?
Comment #7
j0k3z commentedIt seems like many people are not using the default Drupal profiles and are instead using profile .top overrides to customize it a bit. So how do we show a user there referral link if we are using a custom profile. Is there some PHP code we can use, or possible a block we can enable some how?
Comment #8
kbahey commentedIf you have the User's UID, then you can do this:
Comment #9
j0k3z commentedGreat, thank you!