Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. flyalaska

    OceanBlue

    I think it is possible. If I can do it, I will ad it to the skin.
  2. My configure has nothing about email.
  3. I am having trouble sending email from the mass mailer in the admin panel. Know body including myself are not receiving emails. I check the spam, and nothing is going through. Any ideas? I am using Simpilotgroup Extended Version 1.3
  4. Pilots receive an email stating that they are about to be set as retired. I think if you set the auto retire to false, it wont retire them. Than just edit the email template to your liking.
  5. flyalaska

    OceanBlue

    I had some issues with the skin. I have taken it down for now. I should have it up in a few days.
  6. Its in your local config # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 120); It will make them inactive faster if you lower it.
  7. flyalaska

    OceanBlue

    Yes it's layout.tpl and line 81
  8. Try putting the dep and arr codes in all caps.
  9. flyalaska

    OceanBlue

    Try the fix above your post
  10. This is an ongoing issue for several years. I get them once in awhile. I just go into phpMyadmin and delete the pirep.
  11. flyalaska

    OceanBlue

    Comment out the responsive css file and js file like shown below. <!--<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" />--> <!--<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/ocean_blue/js/script.responsive.js"></script>-->
  12. flyalaska

    OceanBlue

    What issue do you have?
  13. flyalaska

    OceanBlue

    You are missing the css info for the 3rd slider. You only have 2 sliders in the css. .art-slideheader0 { background-image: url('../images/slider/slideheader0.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader1 { background-image: url('../images/slider/slideheader1.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; }
  14. flyalaska

    OceanBlue

    Can I have your URL?
  15. flyalaska

    OceanBlue

    Did you also add the new image in the css?
  16. flyalaska

    OceanBlue

    It was originally released for the php version too. There some errors that I don't have time to look into right now. If you are running it on the php version, look at the login page and register page. Thats where people reported the errors. You can edit the days in frontpage_main. On my file its line 152. It is right after the stats countup(2014,07,01) <script> var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") function countup(yr,m,d){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todaystring=montharray[todaym]+" "+todayd+", "+todayy var paststring=montharray[m-1]+" "+d+", "+yr var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1) difference+=" days" document.write("It\'s been "+difference+" since the launch of Demo Airways!") } //enter the count up date using the format year/month/day countup(2014,07,01) </script>
  17. I see that you have fixed the issue. What was the cause?
  18. What are you viewing when you get this error?
  19. flyalaska

    OceanBlue

    Can I have your URL?
  20. flyalaska

    OceanBlue

    I have never seen that happened. Did you add any css tags, maybe it conflicting to another css file.
  21. If you pm me the details, I will do it for you and email you the file
×
×
  • Create New...