Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. flyalaska

    OceanBlue

    Pm me your email
  2. flyalaska

    OceanBlue

    Remove this from profile_main.tpl If you don't feel comfortable I will do it for you. You can send me your profile_main.tpl <!-- Begin ACARS Configuration Box --> <div class="art-content-layout-wrapper layout-item-4"> <div class="art-content-layout layout-item-5"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-6" style="width: 100%" > <h3>ACARS Configuration</h3><ul> <table class="ocean_blue"width="100%"cellspacing="2"cellpadding="2"border="0"> <tr> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo url('/profile/editprofile'); ?>">kACARS</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">Download FSFK Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></center></td> </tr> </table> </div> </div> </div> </div> <!-- End ACARS Configuration Box -->
  3. flyalaska

    OceanBlue

    You are welcome!
  4. flyalaska

    OceanBlue

    core_navigation.tpl
  5. Your JS is out of order in your layout.tpl
  6. Can you send me the fix? I have the same issue!
  7. http://forum.phpvms.net/topic/8301-snow-script/page__hl__snow
  8. flyalaska

    OceanBlue

    Something I am working on, unable to figure it out.
  9. I have the same problem, been looking for this answer for a long time now.
  10. flyalaska

    OceanBlue

    what was the issue?
  11. flyalaska

    OceanBlue

    Has it ever looked normal?
  12. flyalaska

    OceanBlue

    what edits did you do on that public_profile? Can you email me that file too?
  13. flyalaska

    OceanBlue

    Are you buy chance sharing a database? I had that same issue when I was working on two skins and sharing the same database. It's not a skin issue. I have seen other people post with that problem/ I will look and see if I can find their post. You most likley removed a <div> somewhere. Revert back and try again. You can not use the link and use SimPilots Front Schedules.
  14. flyalaska

    OceanBlue

    You don't have it installed, pm me your email or skype and I will send it to you.
  15. flyalaska

    OceanBlue

    Looks like that you don't have the modules installed. Can you look in your Modules directory and see If you have those two modules? If you don't let me know, I will send you the files.
  16. flyalaska

    OceanBlue

    Can I have your URL?
  17. flyalaska

    OceanBlue

    your host php version, Did you remove the <meta charset="utf-8"> from your layout.tpl? Can I have your sites URL?
  18. Did you remove the <meta charset="utf-8"> from your layout.tpl?
  19. flyalaska

    OceanBlue

    No idea! Been working on that solution myself What php version does your host have installed?
  20. flyalaska

    OceanBlue

    You may have a typo somewhere. If you got 3 to work, you did something wrong on the 4th.
  21. flyalaska

    OceanBlue

    ocean.css
  22. flyalaska

    OceanBlue

    Locate 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; } on a new linw after the add .art-slideheader3 { background-image: url('../images/slider/slideheader3.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } Dont forget to change image url and slider number .art-slideheader3 Now open your layout.tpl and find <div class="art-slide-item art-slideheader0"></div> <div class="art-slide-item art-slideheader1"></div> on a new line add <div class="art-slide-item art-slideheader3"></div> Make sure that your slider number matches the number in your css.
  23. flyalaska

    OceanBlue

    I dont have a flight board, just replace your flighboard code with the latest flight code.. Look for <?php Template::Show('frontpage_reports.tpl'); ?> </p> around line 275
  24. Airport or Plane doesn't exist. Make sure they have been added first.
×
×
  • Create New...