Jump to content

ncd200

Members
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ncd200

  1. And where do I change it inside the config, is it this row?
  2. Hello, For some reason every flight i bid on with for example the A320 has allways the same amount of passengers. Is it possible to randomize the payload? Rick
  3. I dont think you can expect any help soon from him, I also have a lot modules so maybe i can help you.
  4. You have to look inside the css files. Sometimes you can see inside the layout wich color css is loaded. Then change that to another color
  5. Sorry. I meant to type option So the option to build an admin template
  6. My opinion is for the purple because the stisla looks to much at the alleady released crew center. but i like the oprion for an admin template
  7. rgr that, can i allready order it? And where do i place my order?
  8. How much will this cost? OR is there also a free version available, and if that is the case, what are the differences between the free and paid one?
  9. it raises more questions here. First of all, it looks amazing but what will be the difference between the free and paind version. Anyway, a very nice job!
  10. thanks, will try this when our new domain is set up much appreciated!
  11. Sorry to open an old topic, but is it also possible to show this on the public profile? It is showing but on all the pilots the same numbers
  12. VACentral is not returning again i think. But you can go to virtualairlines.net for the API. works way better in my opinion.
  13. Hello, Is it possible to show on the main and public profile which is the most favorite aircraft and hoiw many destinations are being served by this pilot? Thanks in advance, Rick
  14. No, I am just in the progress of starting a new va. I have operated a Jet Blue VA in the past.
  15. Hello Haru, As I may be so free to give you my personal opinion about this subject. Create your own template. There is a good tutorial available on the forum and it is really not hard to do. If you dont want to do this I recommend ELA2018 Admin template also available on the forum. If you need help just give me a pm
  16. Well, at this moment I have a very different template totaly customized but I thought the ws modified of the ELA2018 template. which you can doenload here: https://github.com/carlosmfreitas2409/ElaSkin-2.0 Thanks for the compliment thought;)
  17. well, UI think there should be a way, I would like to know this also. Keep me informed about the state of your project please. Rick
  18. never seen this problem, best is to switch over to openmaps as described here on the forum. is also more customizable.
  19. I dont know the module from the inside, but maybe a cronjob you need to add? other then that i have no idea.
  20. what exactly do you want, if you can give me more details i maybe can help you
  21. crazycreatives has a good module for points. You can find it here: https://www.crazycreatives.com/downloads/premium-miles/
  22. Hello I h.ave a problem with my registration form. I am unable to register and i dont know what the problem is When i click register the page resets itself to the register form with all errors activated. My code is below so I hope someone can spot the problem. <style> .scroller { overflow: scroll; padding: 5px; height: 100%; } input[type=submit] { width: 30em; } </style> <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <script src='https://www.google.com/recaptcha/api.js'></script> <section id="sign-up"> <!-- Background Bubbles --> <canvas id="bubble-canvas"></canvas> <!-- /Background Bubbles --> <!-- Sign Up Form --> <form action="<?php echo url('/registration');?>" method="post"> <div class="row links"> <div class="col s6 logo"> <img src="<?php echo SITE_URL?>/lib/skins/bluewings/assets/_con/images/logo-white.png" alt=""> </div> <div class="col s6 right-align"><a href="<?php echo url('/login');?>">Sign In</a> / <strong>Sign Up</strong> </div> </div> <div class="card-panel clearfix"> <div class="form-group"> <!-- First Name --> <div class="input-field"> <input id="input_fname" name="firstname" value="<?php echo Vars::POST('firstname');?>" type="text" placeholder="First Name"><?php if($firstname_error == true) echo '<p class="error">Please enter your first name</p>'; ?> </div> <!-- /First Name --> <!-- Last Name --> <div class="input-field"> <input id="input_lname" value="<?php echo Vars::POST('lastname');?>" type="text" placeholder="Last Name"><?php if($lastname_error == true) echo '<p class="error">Please enter your last name</p>'; ?></div> </div> <!-- /Last Name --> <!-- Email --> <div class="form-group"> <input id="input_email" type="email" name="email" value="<?php echo Vars::POST('email');?>" placeholder="Email"><?php if($email_error == true) echo '<p class="error">Please enter your email address</p>'; ?> </div> <!-- /Email --> <!-- Password --> <div class="form-group"> <input type="password" name="password1" id="password" class="form-control" placeholder="Password"> </div> <!-- /Password --> <!-- Password --> <div class="form-group"> <input type="password" name="password1" class="form-control" placeholder="Password"><?php if($password_error == true) echo '<p class="error">'.$password_error.'</p>'; ?> </div> <!-- /Password --> <div class="form-group"> <select name="code" id="code" style="width: 80%;"> <?php foreach($airline_list as $airline) { echo '<option value="'.$airline->code.'">'.$airline->code.' - '.$airline->name.'</option>'; } ?> </select> </div> <div class="form-group"> <select name="location"> <?php foreach($countries as $countryCode=>$countryName) { if(Vars::POST('location') == $countryCode) $sel = 'selected="selected"'; else $sel = ''; echo '<option value="'.$countryCode.'" '.$sel.'>'.$countryName.'</option>'; } ?> </select> <?php if($location_error == true) echo '<p class="error">Please enter your location</p>'; ?> </div> <div class="form-group"> <select name="hub" id="hub"> <?php foreach($allhubs as $hub) { echo '<option value="'.$hub->icao.'">'.$hub->icao.' - ' . $hub->name .'</option>'; } ?> </select> </div> <div class="form-group"> <?php //Put this in a seperate template. Shows the Custom Fields for registration Template::Show('registration_customfields.tpl'); ?> </div> <div class="form-group"> <?php if(isset($captcha_error)){echo '<p class="error">'.$captcha_error.'</p>';} ?> <div class="g-recaptcha" data-sitekey="<?php echo $sitekey;?>"></div> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=<?php echo $lang;?>"> </script> </div> <input type="submit" class="waves-effect waves-light btn-large z-depth-0 z-depth-1-hover" name="submit" value="Sign Up" /> </div> </form> <!-- /Sign Up Form --> </section> Thanks in advance
  23. Qpilot, It totaly depends on what you want, if you want to use a freeware released template released here on the forum you can download that and modify the logos for example. Personaly I think the best way is to find a good template on the net and convert it to phpvms which is not hard to do, just see the tutorial for that in the skinning forum. then you have the complete freedom to create it to your taste and modify every part you like, also you know your site inside out so it is way easier to modify parts at a later stage. Also I have done it with hardly no programming experience. so If I can do it, you also can. PM me if you need help.
×
×
  • Create New...