Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. simpilot had a skin switcher if I remember correctly... probably required some editing to core files so will need replacing on update. Don't remember if he released it though. Other than that, you can install multiple copies in different folders (i.e. site.com/en, site.com/de, site.com/es) and link them up to the same database... I think...
  2. Start something fictional. Then you don't have to write to anyone and nobody's going to force you to close.
  3. 5.5MB for ONLY the 52 records in the pirep table? That's definitely not right.
  4. Check you've uploaded all the files properly. Run /install/checkinstall.php
  5. Had a read through their history page... sounds like it was started by non-BA people but they had a BA employee flying for them so he organised meetings for it to become approved/recognised by BA. Wouldn't give my card details to a VA though, ever... There's no way that can be secure and official.
  6. Well it wouldn't really work because your content goes inside that file, right in the middle. You'd have to paste in the code around it each time... Then there's all sorts of other javascript and css...
  7. Well you can create the files in that directory manually if you want to code them yourself. If you just wanted to include the layout you'd have to go through and include quite a lot of files as the majority are included automatically...
  8. Take a backup of everything inside /core/pages/ Or edit the fles yourself and reupload them.
  9. https://github.com/webbyDavidClark/phpVMS-SMF_Register
  10. Oh, right ok... $(document).ready(function(){ $('#select').change(function(){ $('#mapimg').attr({'src':'/path/to/image/'+$('#select').val()}); }); });
  11. <select id="select"><option value="1.png">Map 1</option><option value="2.png">Map 2</option></select> <img id="mapimg" src="/path/to/image/1.png" height="200" width="450" /> For example... Then using jQuery: $('#select').change(function(){ $('#mapimg').attr({'src':'/path/to/image/'+$('#select').val()}); });
  12. Tom

    VAForum 2

    It goes wherever you want it to... frontpage_mail.tpl for example would be on the home page.
  13. There's a modified version I released which you can get on github: https://github.com/tomsterritt/VAForum2
  14. Tom

    HubStats Class

    Nevermind, I'll do it now. Here you go: https://github.com/tomsterritt/HubStats
  15. Tom

    HubStats Class

    I most certainly do. I'll github it in the morning. (at a slightly more reasonable hour. it's 3:36 right now)
  16. 170mb for phpVMS alone? Are you sure there's not something else in there? You can optimise your tables by clicking the Operations tab within a table in phpMyAdmin and then clicking the Optimize table link - not sure how much help that will be, but give it a go
  17. Really nice, love it Though, I don't think those 5 buttons/icons in the pilot center fit with the design of the rest of the site..
  18. Yeah I had a feeling it wouldn't involve actually giving a URL...
  19. Site appears to render correctly in Chrome dev build. My thoughts: Do you use a different font to the real Virgin Australia on purpose? Just wondering. You should use text with a different font for the headings (e.g. Latest Pireps) instead of images. On a related matter, that really doesn't warrant using a table. You should just style the elements you need instead. Personally think the rounded corners look completely out of place (and also far too round). As for the video, it's very well composed but the editing lets it down in my opinion. The blurring in the corners on every single shot is annoying, not sure what effect you were trying to go for there... also the video within a video part hides a lot of what's going on in the main shot.
  20. You can just add it as an addon domain, that'll work fine.
  21. How long ago did you update the nameservers? It takes a little while for them to propagate.
  22. Set your nameservers with your domain provider to ns1.fivedev.net and ns2.fivedev.net Providing you've got that domain set up as the default on your hosting it should just work.
  23. It's just advice, nobody is telling him he's wrong, just that it'd probably be far better for both parties to do it a different way.
×
×
  • Create New...