Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Thank you! I will work on it today.
  2. I am using Pretty photo too. When I use the above code, it opens in a new window. Just the picture. Any ideas?
  3. Go with less legs, so it will fit in the page. I don't go past 20.
  4. Looks awesome! I will try it out tonight.
  5. Here is how I do the tour complete. {echo '<td><img src="path to image" width="50" height="16" border="0" title="Tour Complete" /></td>';} In tour_details.tpl on mine its line 170 Just change the image details.
  6. I have a pilot who can not connect the acars to FS. He gets the following error. FSUIPC Error #7: FSUIPC_ERR_VERSION. Incorrect version of FSUIPC He is using the payware version of FSUIPC, version 3.999w
  7. It's a issue with your theme. Can't remember exactly. Something do how you are linking your js files.
  8. BTW, IPB search function sucks. You get threads that have nothing to do with your search.
  9. go to http://www.tsviewer.com/ register your server, get the code and place in your template.
  10. Don't forget to check Public, so its open to the public.
  11. What do you see? Errors , etc. If you have the same as me you should have a jquery.dataTables.min.js aswell. Looks like that we have the same one. Try moving the paginate code after </table> and remove it from above. <script type="text/javascript"> $(document).ready(function() { $('#schedule').dataTable( { "sPaginationType": "full_numbers" } ); } ); </script>
  12. Ask your server what the max allocated memory is. I had this issue. Got fixed when my host moved it up to 128mb.
  13. I did a whois search on the domain.
  14. I had that problem before. It was a Javascript issue. Maybe you have them layed out wrong in your layout.tpl Try to place a bid. If you get :No Routes Passed" than its a javascript issue, if you don't it's something else.
  15. It messed up my sites when I did it. Just copy <table> to </table> and you will be fine.
×
×
  • Create New...