Parkho
April 1, 2013, 3:41am
1
A new version of PilotManager is now available.
Change Log:
-New look.
-Sending email is now from a drop down. (Thanks to aarbee for the idea).
-Pagination styles has been changed.
Download & Install:
Get the new version and instructions from Github.
Try-Out:
Visit my website and click “Module Test”
joeri
April 1, 2013, 9:13am
2
when i clik my website i get a splash screen and thats it
I thought that this was mine problem…
aarbee
April 1, 2013, 7:59pm
5
Just wait a minute or 20, then the page will build up
Tested it, and it looks good.
And with the other items/tips I gave you, you can add nice things for version 3.x.
It only shows me 20 pilots over 3 pages
How do i show all pilots ?
Parkho
April 2, 2013, 6:09pm
11
It only shows me 20 pilots over 3 pages
How do i show all pilots ?
You need to remove the pagination if you want to show all pilots. Replace the attached file in admin/templates/pm folder.
[pilot_manager.zip](< base_url >/applications/core/interface/file/attachment.php?id=1080)
Parkho,
Normally installed the addon (Pilot Manager)
But it did not work perfectly.
My last flight was more than 30 days, my setup
in local.config.php
After how long to mark the pilot inactive, in days
Config :: Set (‘PILOT_AUTO_RETIRE’, true);
Config :: Set (‘PILOT_INACTIVE_TIME’, 3);
But the picture appears green, ie as if I was ok.
Can you help me?
Hello Parkho,
After install your module i have a problem with total pilots on screen, pilot manager show the last pilot as TPR295 instead TPR383, also i try in your “Module Test” with is the same problem, your last id pilot is ALD7016 but the pilot manager only show ALD6980.
Can you help me please?
Regards
Pilot Manager is showing “blank email”, and “warning email” x2 there is no “welcome” email to select?
ukmil
May 13, 2013, 9:50am
17
I have tried this, and it shows ok, but I tried to change an inactive pilot to active. I chose EDIT next to him, and changed the status to ACTIVE. I saved it, and got a message saying pilot edited OK But he is STILL INACTIVE? any ideas
Dear Parkho there is some Mistake in Pilot_manager.tpl file it only shows 3 options in drop down menu see below.
<td align="center">
<form name="warning" method="post" action="<?php echo adminurl('/pilotmanager/emails');?>">
<select name="send">
<option value="blank">Blank Email</option>
<option value="warning">Warning Email</option>
<option value="warning">Warning Email</option>
</select>
<input name="email" type="hidden" Value="<?php echo $pilot->email ;?>">
<button type="submit" value="submit">Send</button>
</form>
</td>
James
Parkho
July 18, 2013, 9:39am
19
There are no mistakes cause only three options are in that drop down.
There are no mistakes cause only three options are in that drop down.
I mean to say before there was 2 other Options Available as well “Welcome” and “Confirm” ?