Jump to content

shakamonkey88

Moderators
  • Posts

    306
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by shakamonkey88

  1. I just use a FTP client. But with bootstrap, I just use their CDN (using v3.3.7). https://www.bootstrapcdn.com/ Just reference those in your layout.php file.
  2. Are you actually using CrewCenter? Have you got any links? Screenshots? Give us something to work with.
  3. I'd look at getting Bootstrap incorporated into your site. It makes things a lot fresher, cleaner and allows you to make repsonsive layouts (ie. that resize dependant on broswer window size) http://getbootstrap.com/docs/3.3/getting-started/#download I can't just paste my code here as it will not work for you as mine has bootstrap classes assigned to it.
  4. It does work - you're doing something wrong. Where are you uploading this to?
  5. Do you use the bootstrap framework?
  6. I have it showing in two colums - is this something you're after?
  7. are you running the crewcentre theme?
  8. That looks like default crewcentre; just showing an extra column for hub and IVAO number.
  9. Well it depends what you want to do with it
  10. pilots_list.php is the file to edit to change appearance of the pilot roster table
  11. OK, try something a little more robust: <?php - if (!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilot.'.png')) { ?> - <img src="<?= SITE_URL ?>/lib/images/noavatar.png" alt="No Avatar" style="width: 50px" class="img-responsive"/> - <?php - } else { - echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilot.'.png'.'" alt="No Avatar" class="img-responsive"/> '; - } ?>
  12. It's because you're not calling it from the database - try something like this: <?php $pilotcode = PilotData::getPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); ?>
  13. It's probably the reason why it's not working.
  14. You're using a free webhost? I'd advise against that before continuing.
  15. You're not using the correct phpVMS version I think
  16. Sorry to hear you're closing down buddy. Come and join the gang at http://alaskairvirtual.com/. You'll normally find us in the Talkeetna Valley in Alaska. Not much beats flying Super Cubs, Beavers, DC3s in Alaska. Hope to see you there.
  17. You click on "Pilot Brief" from the list of schedule results
  18. It's already on your site dude lol http://www.continentalvairlines.com/index.php/schedules/brief/24
  19. You don't use the simbrief module by going directly to that URL. It's showing you those errors as nothing has been requested through the API and therefore no data to grab via the xml
  20. Have you tried here? http://billing.fivedev.net/pwreset.php
  21. Your hosting provider.
  22. Yeah, found it and commented it out. Happy with the end result: https://i.imgur.com/MuZveAm.png
  23. Just a quick question - does anyone know what page calls the pirep view and route_map on /index.php/pireps/view/XXXX? I am trying to change the layout but the routemap is being called from somewhere other than pirep_viewreport.php
×
×
  • Create New...