Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. You have some errors
  2. You are missing the css. Add this to your css. .pagination ul{ display: inline; } .pagination ul li{ margin-left: 0; padding: 3px 5px; color: #2b6b97; list-style: none; display: inline; font-size: 1.2em; font-weight: bold; }
  3. 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);
  4. 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.
  5. 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.
  6. Open up htmlhead file. See if its in there aswell. That happened with me.
  7. It's fixable, no need to start over. Do you have skype?
  8. Did you delete one and revert and delete the other?
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> Try removing the older version.
  10. Open layout.and htmlhead. See if you have your jquery link in both files.
  11. flyalaska

    vAwards

    I want to use tabs for each category. Is there a way to display each category in its each tab?
  12. How can I display pilots Best landing and pilots worst landing for public and private profile?
  13. Advertise on various FS related forums, anther FS sites.
  14. 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!!
  15. 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.
  16. Its all on the instructions on page one. Open local_config # Google Map Options Config::Set('MAP_WIDTH', '685px'); Config::Set('MAP_HEIGHT', '400px');
  17. The template is for php version. That is why you are getting that error.
  18. Are you using a tpl version of phpVMS?
  19. I think there is a MOD for that somewhere.
  20. I will pm you the link
  21. edit the above and put it in the code tag
×
×
  • Create New...