Hey simpilot , i swear your coding is the best , i love it . Now small question is there any way i cant post how many messages they have and the link to to check that messages, I want that to be in my Pilot Center. Please reply back telling me how to do it . Thank you
Ex: how can you disply the last 5mails or 1 or 2 or 3 for example like latest pilots so i put it
I am not sure what you are looking for with the second request. When you go to your inbox it gives you a list of your mail… let me know what you are trying to do.
Hey man, Thank you so much for the reply , it works like a charm , I added the link so if they have a mail they can click on it and check their new mail.
<center>
<?php
if ($items > 0)
{
echo '<a href="index.php/Mail/inbox">You Have '.$items.' New Mail Items </a>';
}
else
{
echo 'You have no new mail';
}
?>
</center>
I’m not showing the drop down menu with the pilot IDs. When I send an email , I get a message " You must select a recipient" when I sent out a test email.
I’m not showing the drop down menu with the pilot IDs. When I send an email , I get a message " You must select a recipient" when I sent out a test email.
Hi Eddie - did you update all the files from the first beta with the files for the second one? The first version did not have a drop down for pilots. Also, what version phpVMS are you running, I think I may have to do some work to adhere to the newer beta structure for modules.