Jump to content

Recommended Posts

Posted

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.

Posted
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...

Posted (edited)
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
Posted

Hmm ok, try this (it won't calculate the code just yet but it will allow us to see what is being carried across)

Dear <?php echo $pilot->code.''.$pilot->pilotid.' - '.$pilot->firstname.' '.$pilot->lastname ?>,

 

Posted
2 minutes ago, web541 said:

Hmm ok, try this (it won't calculate the code just yet but it will allow us to see what is being carried across)


Dear <?php echo $pilot->code.''.$pilot->pilotid.' - '.$pilot->firstname.' '.$pilot->lastname ?>,

 

Perfect my friend. Thank you...

  • 6 months later...
Posted (edited)

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

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...