dhazard wrote:I can confirm that this works perfectly, thx!!
Sorry need abit of advice here.
1. I having problem with invitee registration. When invitee click on the invitation email, they are brought to CB registeration form. This part is ok.
2. Email shown up as per referral invitation email to invitee - OK
3. When invitee fill up the registration, he is bring to You are not authorized to view this resource. You need to login.
No email activation is being sent from the system and cannot login as per registeration.
I belive is the following code that i place wrongly:
<?php
if ($option == "com_invite") {?>
<input type="hidden" name="ref_str" value="<?php echo $_GET; ?>" />
<input type="hidden" name="ref_email" value="<?php echo $_GET; ?>" />
<?php
}
?>
[code:1] <input type="hidden" name="id" value="0" />
<input type="hidden" name="gid" value="0" />
<input type="hidden" name="emailpass" value="<?php echo $emailpass;?>" />
<input type="hidden" name="option" value="<?php echo $option; ?>" />
<input type="hidden" name="task" value="saveregisters" />
<?php
if ($option == "com_invite"«») {?>
<input type="hidden" name="ref_str" value="<?php echo $_GET; ?>" />
<input type="hidden" name="ref_email" value="<?php echo $_GET; ?>" />
<?php
}
?>[/code:1]
Appreciate if anyone can help.
By the way, i am using CB 1.0.2
Post edited by: desngkb, at: 2006/11/29 20:19
Post edited by: desngkb, at: 2006/11/29 20:21
Post edited by: desngkb, at: 2006/11/29 20:28