Jump to content

(DP34) Referrals System


DawPi

Recommended Posts

I don't answering on every single request, but read them all. No worries - if I'll decide to add them in future release then you'll get them. :)

About second thing - maybe cookies were removed? Or this user didn't click in referral URL.

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 826
  • Created
  • Last Reply
  • 4 weeks later...

Hi Dawpi,

Just wondering if you are looking to implement a feature where the new registrant have to sign up entering a referral name.

Example, private forums - Referral only. - But no link required, when at registration, a box which the user can type the username of the member who referred them and then it will allow them to register.

I'm looking to make my forums private in january, but only want members to register which have been referred.

Thanks pal :)

Also regarding someones issue above with it stating pending, so has to be manually accepted, all of the ones on my forums have to be aswell. Never has a single one of the 500 odd referrals been referred successfully automatically. I was going to query this also as bit of a pain having to keep checking the ACP daily for new referrals. Not only this when you sort the order as well to show status of referrals, you can't arrange by "pending" so makes it even harder to find those members still pending from invites awhile ago.

Link to comment
Share on other sites

  • 3 weeks later...

Hello Dawpi,

I have this enabled :

Invite Type Invite Only
You can select one of these types:

Free: guest musn't enter inviter name
Force: guest must enter inviter name
Invite Only: guest must be invited by referral mail

and this in IPB :

Force guests to log in before allowing access to the community Yes
If set to yes, any guest must either log in or register before they can view the community.
In Group: Security and Privacy

People can still register without an invite.

I made the file edit in ipsregistry :

//--------------------------------
// Is log in enforced?
//--------------------------------
if ( ! ( defined( 'IPS_IS_SHELL' ) && IPS_IS_SHELL === TRUE ) && ( ( ! IPS_IS_MOBILE_APP ) && ( self::$handles['member']->getProperty('member_group_id') == ipsRegistry::$settings['guest_group'] ) and (ipsRegistry::$settings['force_login'] == 1) && !in_array( ipsRegistry::$request['section'], array( 'register', 'privacy', 'unsubscribe' ) ) && ipsRegistry::$request['app'] != 'referrals' ) )
{
But still no luck , can you point me in the right direction ? People can register without any referrals needed.
Thanks!
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Hi Daw Pi, i've bought this app some months ago and only now i decided to install it. It's awesome, as i would expect from something coded by you!

I have one question: now everytime a user wants to register at my forum, there is a field to insert the referrer name. I would like it to not being shown unless he was invited by someone (as it doesn't make sense for the people who register at my forum without an invitation). Is it possible to hide for that case? How can i do that?

Regards!

Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...

Can someone please tell me the proper values to put in these boxes if i wanted to integrate it with the icredits mod? Thank you

 

ErCE64b.png

EDIT:  I got an answer from the icredits dev about this! Here's the info in case anyone else needs it...

Table: members

Data Source Column: credits

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...

How does this effect the IP.Nexus > Promotion for referrals where users earn commissions? Can both be used together? Meaning if someone joins through the referral link provided by DP34 Referral System then the person who referred them will also earn commissions as set for referral settings in IP.Nexus? 

IP.Nexus does not allow people to see their referral list, so I like this about your system, but your system does not do the commissions, so I would need both.

Thanks for clarification.

Link to comment
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...