Skip to Content Skip to Menu

Multi level subs management

14 years 2 months ago #138926 by Silver007A
Multi level subs management was created by Silver007A
Hi,

Does cbsubs have a system to track who introduced members to the site?

If I have a member, who introduces another member to the site, I would want to offer a commission for the introduction.

I have seen an addon for CB that offers that. It keeps track of who introduces who and lists in their profile the status of people introduced by them. I wondered if cbsubs did it anyway?

Thanks.

Thank you everyone

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
14 years 2 months ago #138967 by krileon
Replied by krileon on topic Re:Multi level subs management

I wondered if cbsubs did it anyway?

With 3rd party affiliation systems, yes. CBSubs supports PostAffiliatePro and IDevAffiliate affiliation systems. They are capable of handling commissions and of the like, but only for sales. For users joining your site you should just be able to add a text field for users to supply username or userid then use a delimiter field to format a URL to the users profile.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

14 years 2 months ago #139024 by Silver007A
Replied by Silver007A on topic Re:Multi level subs management
Thanks for replying on this. But, can you explain what you mean by this a bit more please:

For users joining your site you should just be able to add a text field for users to supply username or userid then use a delimiter field to format a URL to the users profile.


Thanks

Thank you everyone

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
14 years 2 months ago #139038 by krileon
Replied by krileon on topic Re:Multi level subs management

Thanks for replying on this. But, can you explain what you mean by this a bit more please:

For example you have a field displayed on your registration page. That field is "Referral" or maybe "Sponsor". Whatever you want to name it. Lets say its code based name is cb_referral however. Ensure this field is NOT set to display on the users profile. You'd want to provide a description informing users to provide the username of the one who referred them. Now you would use a delimiter field to display a link to their referral such as the following.

[code:1]
<a href="index.php?option=com_comprofiler&task=userprofile&user='[cb_referral]'">[cb_referral]</a>
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum