AirMail 3.0

G’day Simpilot,

How can i make the emails stay structured once sent. Once they get sent, it doesn’t account for any spacing between lines, or look the way i originally set it out. Is there anyway to change this ?

i was reading about wrap=“physical”, but it doesn’t work with mozilla, is there any other options to make these emails a bit easier to read ?

Cheers

Tylor

Hi Tylor,

You need to add nl2br to line 27 of mail_open.tpl as follows:

<td colspan="4" align="left"><b>Message:</b><br /><br /><?php echo nl2br($data->message); ?><br /><br /></td>

One of my members came with a question and that is why he can not open his sent messages.

He wants to look sometimes back what he has written in the matter at hand.

Can this be done?

Hi Simpilot,

Any change to correct this little bug?

Regards,

Cor

Hi Simpilot

Can you intergrate the following features to AirMail3.0?

  1. CC Option

Can you add the option that a pilot can CC the message to another pilot (i mean send a copy to another pilot)

  1. Text Box Styling

Can you change the text box style give more options etc? Like the news text box in the PHPVMS Admin Panel?

Thanks & Regards

Ahad Imran

PIAS Virtual

PIASVIRTUAL.ORG

Hello

Can anyone tell me how to solve this error getting this error when our members open there new mails

Warning: Invalid argument supplied for foreach() in /*****/**********/public_html/************/core/templates/mail/mail_open.tpl on line 19

Any help will be appreciated.

Thanks & Regards

Ahad Imran

CEO PIAS Virtual Group

PIASVIRTUAL.ORG

Edited out because I am a dork and posted before testing the problem. Sorry for the inconvenience.

Hello

Can anyone tell me how to solve this error getting this error when our members open there new mails

Warning: Invalid argument supplied for foreach() in /*****/**********/public_html/************/core/templates/mail/mail_open.tpl on line 19

Any help will be appreciated.

Thanks & Regards

Ahad Imran

CEO PIAS Virtual Group

PIASVIRTUAL.ORG

Is this an upgrade from airmail 2.x ?

Have all the SQL tables been installed/updated ?

Does your server allow the ise of the php now() function ?

Is this an upgrade from airmail 2.x ?

Have all the SQL tables been installed/updated ?

Does your server allow the ise of the php now() function ?

All yes.

Did you drop the ols airmail sql tables before you ran the new sql file?

Dave,

When you are reading a new message, you are given two (2) options; “Reply” and “Move to Folder”. Is there a way to add a Delete in there as well so we don’t have to go back to the Inbox to delete the message. Also, maybe a function that will allow us to view “Previous” and “Next” messages from the message pane?

Dave,

When you are reading a new message, you are given two (2) options; “Reply” and “Move to Folder”. Is there a way to add a Delete in there as well so we don’t have to go back to the Inbox to delete the message. Also, maybe a function that will allow us to view “Previous” and “Next” messages from the message pane?

You could try this

<a href=“<?php echo SITE_URL ?>/index.php/Mail/delete/?mailid=<?php echo $data->id;?>”>Delete Message</a>

This worked on the old V2 but not tested with V3, just look for the mail id and how its got from the reply to ensure teh correct variable.

Ok so i had some time, you can add this to the mail_open.tpl

| <a href="<?php echo SITE_URL ?>/index.php/Mail/delete/<?php echo $data->id;?>">Delete Message</a>

For example line 35 in my template is now,

<td colspan="2" align="left"><b><a href="<?php echo SITE_URL ?>/index.php/Mail/reply/<?php echo $data->thread_id;?>">Reply</a> | <a href="<?php echo SITE_URL ?>/index.php/Mail/delete/<?php echo $data->id;?>">Delete Message</a></b></td>

Thank you Mark, I really appreciate it.

I seem to be having an issue with NOTAM’s not being sent to all my pilots. I’m running the latest beta so I’m not sure if that has something to do with it or not. I’m also running the latest version of Airmail (3.1.2).

Airmail seems to work fine between two people but not NOTAMS. When I send one I will get the new message but no one else does. Any ideas on this one?

Thanks in advance for your help!

Yes i had this problem but was not sure if it was fixed or not.

I seem to be having an issue with NOTAM’s not being sent to all my pilots. I’m running the latest beta so I’m not sure if that has something to do with it or not. I’m also running the latest version of Airmail (3.1.2).

Airmail seems to work fine between two people but not NOTAMS. When I send one I will get the new message but no one else does. Any ideas on this one?

Thanks in advance for your help!

Can anyone confirm if there was there a solution to this issue? I have just noticed the same thing is happening at my VA (took a while before people started to say they hadn’t had much communication from me!)

Also I don’t know if anyone else has experienced an issue when an Airmail is replied back and forth between two people. It is only displaying what the other person has said throughout the conversation, not what you have been saying. This means you have to look in sent messages to see what your replies have been.

Any help appreciated.

2 Likes

I’ve got one issue.. the “New Message” table to far too wide for my page and gets ran under my sidebar.. I’ve tried editing the mail_new.tpl’s table width but to no avail..

Ideas?

Thanks in advance!

With no image to go by, maybe using this might help

<table width="100%">

Or if you know how wide you want it, you can also use

<table width="755px">

Change 755px to the number of the width you want.

I seem to be having an issue with NOTAM’s not being sent to all my pilots. I’m running the latest beta so I’m not sure if that has something to do with it or not. I’m also running the latest version of Airmail (3.1.2).

Airmail seems to work fine between two people but not NOTAMS. When I send one I will get the new message but no one else does. Any ideas on this one?

Thanks in advance for your help!

Can anyone confirm if there was there a solution to this issue? I have just noticed the same thing is happening at my VA (took a while before people started to say they hadn’t had much communication from me!)

Also I don’t know if anyone else has experienced an issue when an Airmail is replied back and forth between two people. It is only displaying what the other person has said throughout the conversation, not what you have been saying. This means you have to look in sent messages to see what your replies have been.

Any help appreciated.

Hi Dave,

Sorry to keep beating on about this. Are you able to please confirm the status of these issues please? Has anyone managed to come up with a solution?

Hi Dave,

Sorry to keep beating on about this. Are you able to please confirm the status of these issues please? Has anyone managed to come up with a solution?

Thanks for your quick reply Dave. I don’t think that update addressed the issue.

There are two problems I am running into. The first is that any NOTAM I send is only being sent to me (i.e is not being received by all pilots)

The other issue is when an Airmail is replied back and forth between two people. It is only displaying what the other person has said throughout the conversation, not what you have been saying. This means you have to look in sent messages to see what your replies have been.

Thoughts?

***EDIT***

Looking at my Airmail table in my database table it isn’t increasing the NOTAM column incrementally like it should. It sends it to the first person (which happens to be me) but then it stops.