Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. Try this Open core/classes/CodonModule.class.php Right after <?php on a new line add ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
  2. did you recently change a mod for the php version? If you did you need to change the tpl refrecnces in the module from tpl to php.
  3. Who made the theme? Someone with the same theme has the same issue. Also you are using Bootstap. Than can cause a conflict. There is a css from another theme in there too.
  4. Can I have your URL?
  5. Open up htmlhead file. See if its in there aswell. That happened with me.
  6. flyalaska

    vAwards

    I want to use tabs for each category. Is there a way to display each category in its each tab?
  7. How can I display pilots Best landing and pilots worst landing for public and private profile?
  8. Advertise on various FS related forums, anther FS sites.
  9. flyalaska

    route_map

    Thats exactly what I am trying to do. I have my other maps changed, just looking where to edit the route map. Thank you!!
  10. flyalaska

    route_map

    Any idea how do edit MY ROUTES MAP - /index.php/pireps/routesmap I thought it was route_map.php, the changes are not being made.
  11. There isn't any that I know of.
  12. Its all on the instructions on page one. Open local_config # Google Map Options Config::Set('MAP_WIDTH', '685px'); Config::Set('MAP_HEIGHT', '400px');
  13. Mine is working
  14. The template is for php version. That is why you are getting that error.
  15. Are you using a tpl version of phpVMS?
  16. I think there is a MOD for that somewhere.
  17. I will pm you the link
  18. edit the above and put it in the code tag
  19. show me how you are linking it.
  20. edit it in core_navigation.php
  21. This is for the profile border. Open ocean.css. Find .art-sheet around line 608. Replace .art-sheet { background: #FFFFFF; -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); padding:3px 3px 0; margin:0 auto; position:relative; cursor:auto; width: 1012px; z-index: auto !important; } with .art-sheet { background: #FFFFFF; -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); border:1px solid #ffffff; padding:3px 3px 0; margin:0 auto; position:relative; cursor:auto; width: 1012px; z-index: auto !important; } I also fixed the alignment issue with the profile. Did you alter the public profile file? I can send you the file if you didnt.
  22. I can fix it for you if you want me too. PM me your email address.
  23. I thought you meant the text "Ocean Blue".
  24. layout.php
×
×
  • Create New...