Jump to content

[SOLVED] Registration Accepted Email


OmerAslan

Recommended Posts

5 minutes ago, web541 said:

Onto which email? (email_registered, email_registrationaccepted, email_registrationdenied)

Try calling it like this


$pilot->code;

or


PilotData::getPilotCode($pilot->code, $pilot->pilotid);

It will work with two of the emails, otherwise you will need an extra step.

Hi,

email_registrationaccepted.php here next to this after Dear: Dear <?php echo $pilot->firstname.' '.$pilot->lastname ?>, Like first callsign then name and last name...

Link to comment
Share on other sites

8 minutes ago, web541 said:

In that case, try this


Dear <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid).' - '.$pilot->firstname.' '.$pilot->lastname ?>,

And that should work.

This didn't work my friend. Just name and last name. I have phpvms 5.5.2

Edited by OmerAslan
Link to comment
Share on other sites

  • 6 months later...

For some reason I don't have (email_registered, email_registrationaccepted, email_registrationdenied) in my /admin/templates folder... I have phpvms 5.5.2 could someone send me the files via email?

marvingray94@hotmail.com

 

thanks in advance

Edited by Marvin
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...