Jump to content

Jon

Members
  • Posts

    253
  • Joined

  • Last visited

Everything posted by Jon

  1. There's no need to apologise I hope you didn't take my comment in the wrong way as a complaint. I was just giving a bit of feedback Jon
  2. The main RTS system seems as if it's copied straight from VATSIM-UK in terms of how it's structured Just my 2 pence Jon
  3. Hi all, After using this template for a while and today releasing my new website skin for my va. I have decided to release this free CSS template that I ported over. The original template can be found here Jon Github Download
  4. Make sure you have set yourself in a hub in the admin center. Jon
  5. Jon

    Basic V1.0 BETA

    Sorry Guys It was on my old site and I don't have a backup. I'll have a check of my old HDD and see if I can find it Jon
  6. Go to where you uploaded phpVMS, go into the core folder then templates. Find the file called core_navigation.tpl download it, open it with notepad or dreamweaver.Select all the text in the file. Then replace it with this: <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li> <li><a href="<?php echo url('/acars') ?>">Live Map</a></li> <li><a href="<?php echo SITE_URL ?>/Watercooler">Forum</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> Save the file. Go to the same location where you installed phpVMS then lib folder skins folder then crystal. Then upload the file into there. There you go.Should be done now Jon
  7. If you've changed your password inside you phpmyadmin then it won't work. phpVMS uses password encryption so you won't be able to change it directly inside the database. Jon
  8. All fixed thanks to the kind staff at my hosting company Jon
  9. Sorry to BUMP but is anyone able to help? Jon EDIT: It's not having two phpvms installs connected thats causing it
  10. If they aren't spammers it could just be they clicked register twice. But I don't know if thats possible with the captcha Jon
  11. Hi All, I've searched the forum but can't find any working solutions to my problem. My mass e mailer has not been working in the past week or two. (I don't know if having a few sites connected to the same database info makes a difference for this) It says sending complete but nobody receives an email. Help would be appreciated Jon
  12. Jon

    Social Plugins?

    I think i'd be the loneliest person at school if that posted on my facebook I like the idea though, maybe on a virtual airline facebook page? Jon
  13. So this is a project you want help with to make your own skin for phpVMS? Am I correct? So what will happen after this skin is created? Will you be using it towards your own virtual airline and will the other person get credit? What experience do you have in skin design and would you need to be taught basic HTML and CSS or would the other person be doing all the work? Your first post could of really been a bit more detailed Jon
  14. To Import the airmail.sql: 1) Open your phpMyadmin and select your phpVMS database. ( Double click) 2)Double click the import tab 3)Click choose file and browse to you airmail.sql Then press go. Hope this helps, Jon
  15. Hi All, What Am I Looking For? A unique, training request/accept system for members of my virtual airline In Detail A mentor can input his availability into the training centre admin panel. Which inputs it into a MySQL table the data is Mentor Name, Date and then Start time and end time. I would like the normal pilot to open the training centre and be shown available sessions for him to get mentoring. The data shows each individual entry for sessions until they are accepted it also shows any accepted session the pilot has. The pilot can then confirm the session with the mentor, add what he wants to do in a small text box and the mentor will get an e-mail with information about the pilots accept. Once the session is completed, the mentor can then file a report. I hope this is do-able and if anybody is able to do this then please reply and quote a price. I must state I want this UNIQUE I don't want it to be able to be purchased by any other person for phpVMS so we can remain a unique virtual airline. Hope for a reply soon, Jon
  16. Hi Everyone, Thought i'd just let you know simpilot's released a great new module avaliable for purchase on his site. A demo can be found here:Entrance Exam Demo Regards Jon
  17. I could give it a go for you. Haven't done it in a while tho Jon
  18. Hi Stuart, I'll have a go with it on my development site tommorrow. Might use it in my new site Regards Jon
  19. A very nice looking skin! Would love to get my hands on it and have a play about! Jon
  20. Good Work, although I wouldn't repost the image here just incase they steal it again, Jon
  21. Hi joeri, I've looked all around there but can't find anything. I wonder if could use the admin panel Remove bid function to help me do it? Jon
  22. Hello, I am wondering if there is a cron job I can setup to remove bids every 24 hours or a separate script? I have searched the forum and found nothing so I presume it's never been wanted before, Help Appreciated Jon
×
×
  • Create New...