Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Can you PM me a link so I can check it out?
  2. You can just import a CSV file with all your airports and schedules, it will attempt to retrieve the airport information, but as mark said it's very possible it could time out. I'm optimizing this process a bit though, but as of now, that's the easiest way.
  3. Hey, Do you have a link to the list? Are all your pilot's listed under a hub?
  4. Hey John, I'm looking into the first one, I should have a fix for that this weekend. The second one; does it work in firefox?
  5. You're doing something wrong... You shouldn't be calling any templates from anywhere manually. Don't rename those files, the system uses them. If you renamed them in your skin folder, then it's ignoring it and using the ones in the /core/templates folder. DON'T rename anything in there. Huh? None of the templates have a header or footer. There is a master header/footer.tpl in your skin folder that's used. Roger's video tutorials show those of these. Templates are automatically called, 90% of the time you don't be touching any of these, and there should be no manual template calls at all. Just put your header in header.tpl, and footer in footer.tpl. That's ALL you should be doing for now. Delete any templates you put in your skin folder, and just follow the header/footer directions, and then follow: http://phpvms.net/docs/skinning#skin_elements To add those pieces into your header. Watch Roger's tutorials again, I think there's a misunderstanding about how it works
  6. Hey there, Welcome to the site! Make the log.txt file in /core/modules/acars 0777 And in local.config.php, set ACARS_DEBUG to false. If it's not there, change it in app.config.php
  7. Can you send me your FTP info so I can see what you're doing?
  8. Make sure you're following this: http://phpvms.net/docs/skinning#skin_elements
  9. If I understand it right, you're doing it wrong. You only copy your header/footer into the header.tpl and footer.tpl. The rest of the templates you leave alone, unless you have to tweak something; if you have to tweak it, then you just copy it to your skin folder, and then edit it. But you don't copy your header/footer to each one. Most templates won't need any editing.
  10. What files have you edited and put your template in?
  11. I'm going to add in a mass email thing, I can do a resend welcome email that shouldn't be difficult.
  12. Is it o nly doing that on that page? Use the default template and see if it still does it (delete the one in your skin folder)
  13. Do you know what your server is running?
  14. No, not sure what you're trying to do. To edit a template, just copy the file to your skin folder (the folder of whichever skin you're using), and edit it directly. You don't need to do that
  15. Thanks.. got plenty here though, but I'll be moving to a VPS sometime soon (slicehost perhaps), I'd like to consolidate all my stuff, and don't have enough control over services and stuff I can install on the box, particularly subversion which I have been wrestling with for months. I'm going to have an announcement shortly about plans...
  16. the core/pages directory and everything in it should be 0777. What OS are you using? Seems like it reports those directories as writeable when they're not. It's supposed to check on install.
  17. That could have potential with some of the things I have planned.
  18. What's in your pilots tpl now?
  19. That's weird it should not be doing that. Did you change the pilots list template?
  20. Hmm interesting. Do you hvae any pilots on that hub? That's usually why. Where did you put the header/footer? Make sure it's in the skin, not the individual file. Not sure why it would be replicating twice
  21. Err, passing in the password? You can access the logged in userdata as: Auth::$userinfo->email, Auth::$userinfo->password, etc
  22. Nabeel

    Map Control

    Yeah the 13 is the zoom level. Been a while since I've looked at that code The live map... /lib/js/acarsmap.js, line 28. That'll get overwritten in an update but I can add a setting for it In route map, it's automatically adjusted, to fit the entire route
  23. Hey looks like you're getting the hang of it. Basically everything above your <div id="mainbox">, including that, will go into the header.tpl, everything below that into the footer.tpl, then you have to tweak it to fit right
×
×
  • Create New...