Login
|
Sign up
Store
Bug report
Client Area
Questions
Apps
Home
>
Forums
>
Customizing
>
Invitation Email
Invitation Email
Yesterday, 2:23 am:
thakim83
Joined: Oct 8th 2010
View Profile
Send Message
Invitation Email
Hi, when you invite a person to join the site they get the following email in their email address:
Join me on "Chaved Network" - Chaved
Click Here to Join!
invited by user
How can I edit this email to add more info on the email?
Yesterday, 3:18 am:
falcone
Joined: Sep 2nd 2010
View Profile
Send Message
re: thakim83
file includes\libs\invite.module.php
function post
Code
$message = t('Join me on').' "'.get_gvar('site_name').'" - '.get_gvar('site_slogan').'<br />
<strong><a href="'.url('member/signup/'.$iid).'">Click Here to Join!</a></strong><br />';
$message .= $_POST['message'];
$message .= '<br /><br />invited by '.url('u/'.$client['uname'],$client['uname']);
Dec 4th 2010, 1:18 am:
rodrigoriveras
Joined: Nov 23rd 2010
View Profile
Send Message
How can the users import the hotmail contacs
How can the users import the hotmail contacs? Thanks a lot
May 30th 2011, 10:43 pm:
n3c3sar
Joined: Mar 25th 2011
View Profile
Send Message
re: falcone
how to put and the picture of person ho send the invitation after his username?
$message .= '<br /><br />invited by '.url('u/'.$client['uname'],$client['uname']);
please help me
Report this page