Jump to content

Airport

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by Airport

  1. Hi everyone,

    I've worked with phpVMS for quite a while now and I'm pretty satisfied, great job!!

    Now my customer had page already set up and wanted me to integrate phpVMS.

    I have a normal login field (Pilot ID, Password and remember). I got the loginform:

    <h1>Login</h1>

    <form name="loginform" action="<?php echo url('/login');?>" method="post">

    <?php echo "<?xml version='1.0'?>"; ?>

    <?php

    if(isset($message))

    echo '<p class="error">'.$message.'</p>';

    ?>

    <dl>

    <dt>E-mail Address:</dt>

    <dd><input type="text" name="email" value="" />

    <dt>Password:</dt>

    <dd><input type="password" name="password" value="" />

    <dt></dt>

    <dd>Remember Me? <input type="checkbox" name="remember" /></dd>

    <dt></dt>

    <dd><input type="hidden" name="redir" value="index.php/profile" />

    <input type="hidden" name="action" value="login" />

    <input type="submit" name="submit" value="Log In" />

    <dt></dt>

    <dd><a href="<?php echo url('Login/forgotpassword'); ?>">I forgot my password</a></dd>

    </dl>

    </form>

    Whats the best way to combine the two or is there an easy way to use phpVMS and keep the already

    existing design without altering it? Any advise or idea would be helpful and appreciated!

    Best Regards

    Martin

  2. Hello,

    I dont think of the Design, that I have allready designed, I think of synchronizeing the Pilots between the System and the Forum! So that the Pilots only have to register onetime. Example:

    Pilot Registration -> Automatic Bridge (Registers the pilot to the forum) -> Pilot can use Pilot name and password in the forum.

    Martin

  3. There is already that option for you to manually accept ranks. Do a search in SUPPORT ("Manual Rank" would be a good start)

    Hello,

    a little more automatic would be great :D

    I think of something like the Pirep System: I have to accept before it will be changed

    Martin

  4. Hello together,

    How can I create an "Typerating"-Center for phpVMS?

    I dont need a big system or something like that.

    The only thing I need is a button to accept the new rank before the pilot will get the next rang.

    Example:

    100h -> Flight Officer -> I must accept -> The pilot will be Flight Officer

    Thanks for help

    Martin

  5. Hello Nabeel,

    how can I solve the problem faster Nabeel?

    Unfortunately, I have no more time to wait, because we must get further with other things, hence, the question whether you could not even look the whole thing. Id be glad if you will sent me a Mail.

    Your sincerely

    Martin

×
×
  • Create New...