Jump to content

Recommended Posts

  • Moderators
Posted

I think that on phpVMS you can just login with your number on the login forum in order to login. For example, I am GRW001 but I am logging in with just "1" (without ""). Have you tried it?

  • Moderators
Posted

Open your core/templates/pilot_center.tpl (or .php) find this:

<?php echo $pilotcode; ?>

and replace with this:

<?php echo $userinfo->pilotid; ?>

This is only if you are using the default phpVMS template. Otherwise you will have to edit your template instead.

  • Moderators
Posted

Use this instead:

<?php echo $userinfo->pilotid+PILOTID_OFFSET; ?>

Although, i do not know if it will be working with your login form. Just test it yourself and let us know. ;)

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