Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I am on php 5.4.45 with phpVMS 5.5. I got the strict standards errors in admin and on most of my mods. I had to manually fix the mods to work with the new version. What caution are you referring too?
  2. That worked, thank you!
  3. there is no path # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#eeeeee'); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false); Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);
  4. yes! I did the reset signatures in maintenance mode, now all signatures have the huge font.
  5. I have a few signatures that I have noticed with some weird fonts. Looks normal in Google. It is messed up in Firefox, Opera, and IE, and iPad. On the picture the top signature is the one in question.
  6. Phpvms doesn't work on all free hosting. That may be the case here.
  7. Is your site even a phpVMS site? All your pages end in a html. I don't see any reference to phpvms anywhere.
  8. I had to get new keys for my domain. https://www.google.com/recaptcha/intro/index.html
  9. I would like that too
  10. I am now running 5.5. I had some Strict Standards errors on several MODS. Fixed all of those errors and now is running perfect.
  11. On the Ranks MOD(index.php/ranks) it displays the number of pilots for each rank. I been trying to get it to show active pilots , with no luck. Anyone have any ideas?
  12. What pages do you see the errors?
  13. I wasn't sure if there was another file. I see we are active again. We are in the process of dumping SmartACARS.
  14. I have blocked out my VA Central code in my config. I am going to re activate my VA Central. Is there any other files that refer to VA Central that I may have blocked out?
  15. Thanks for the fix Dave!
  16. Hi Dave! Is phpvms_5.5.X compatible with php version 5.4.45?
  17. When on the pilots list table in admin. If I sort by status I get a blank page. Is there a fix for this?
  18. I dont think fsACARS is used anymore
  19. Change the date when your Airline started. Open frontpage_main.php. go to line 225 //enter the count up date using the format year/month/day countup(2014,07,01)
  20. You need to fix your map settings and open fronpage_main.php go to line 225 and change the date when your airline started. //enter the count up date using the format year/month/day countup(2014,07,01)
  21. Try removing the contact and registration file from the ocean skins folder.
  22. Re download. I must of accidentally deleted that file. Its in the download now.
  23. Thank you for looking at my skin. Ocean Blue is for php skins only and was tested with SimPilots 5.5 base. Whats all included: - PSD for the slider images - Slider font - Custom public profile - Custom Pilot profile/Dashboard - Styled tables Modules Needed: You will need to install a few modules for this template to work. AirMail 3 All Awards Ranks vFleetTracker)php Version) DO NOT install the template files. Download Here! Setup: ACARS Map Settings # Google Map Options Config::Set('MAP_WIDTH', '685px'); Config::Set('MAP_HEIGHT', '400px'); Slider The slider has two sets of images. One with a white border for your profile picture, one with out when you are logged off. Simply paste the psd's on your new images. To add another slider image you will need to edit two file. First in layout.php go to line 76. Look for this below. For every extra slide add a whole new line and change the number accordingly. <div class="art-slide-item art-slideheader0"></div> <div class="art-slide-item art-slideheader1"></div> <div class="art-slide-item art-slideheader2"></div> Open styles/ocean.css go to around line 458 .art-slideheader0 { background-image: url('../images/slider/slider1_out.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader1 { background-image: url('../images/slider/slider2_out.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader2 { background-image: url('../images/slider/slider3_out.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader3 { background-image: url('../images/slider/slider1_in.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader4 { background-image: url('../images/slider/slider2_in.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader5 { background-image: url('../images/slider/slider3_in.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; }
  24. Do you get this error anywhere else? It can also be that your allocated memory is set too low by your host. This happened to me in the past.
  25. Thank you Dave, that worked.
×
×
  • Create New...