Jump to content

Nabeel

Administrators
  • Posts

    8143
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Nabeel

  1. 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
  2. Can you send me your FTP info so I can see what you're doing?
  3. Make sure you're following this: http://phpvms.net/docs/skinning#skin_elements
  4. 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.
  5. What files have you edited and put your template in?
  6. I'm going to add in a mass email thing, I can do a resend welcome email that shouldn't be difficult.
  7. 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)
  8. Do you know what your server is running?
  9. 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
  10. 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...
  11. 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.
  12. That could have potential with some of the things I have planned.
  13. What's in your pilots tpl now?
  14. That's weird it should not be doing that. Did you change the pilots list template?
  15. 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
  16. Err, passing in the password? You can access the logged in userdata as: Auth::$userinfo->email, Auth::$userinfo->password, etc
  17. 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
  18. 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
  19. 1. No as of now you can't, there's no real different "division" per say, but could be an interesting idea for different skins depending on the airline you're registered to, or allowing a pilot to select their skin 2. Yep, there's an editor mode in the page editor, you'll just have to add PHP code directly into there. I'll have a tutorial soon on using the API, but click docs above and then at the bottom of the page there are some docs there.
  20. Nabeel

    Map Control

    In route_map.tpl, I think it's called "zoom level"
  21. I'm looking into it, thanks
  22. Hey everyone, I made a quick survey, it'll be good if you can go through it real quick, it'll help for the stuff to come http://spreadsheets.google.com/viewform?key=pgl4lFYS2AbCI2xIxwfkIWA&hl=en
  23. add it also into the core/codon.config.php Can you PM me your ftp info, I can check it out as well
×
×
  • Create New...