Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Forms

    Using CSS target the form tag or add a class or something to the form/elements/buttons and style using that
  2. Deleting pages will be fixed in the next update Adding another airline? Is there an error or something? Don't add directly into the database
  3. Or you can just call: <?php Template::Show('acarsmap.tpl'); ?> Inside the template you want it to show up in
  4. Rev 687 - Bid remove fixes15 April 2009, 9:56 amRev 687 - nabeel (2 file(s) modified)Bid remove fixes~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/templates/schedule_results.tplSource: phpVMSDownload from http://downloads.phpvms.net
  5. Rev 686 - Option to block schedule on bid15 April 2009, 8:02 amRev 686 - nabeel (7 file(s) modified)Option to block schedule on bid~ /trunk/core/app.config.php~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/modules/PIREPS/PIREPS.php~ /trunk/core/modules/Schedules/Schedules.php~ /trunk/core/templates/schedule_results.tpl~ /trunk/install/install.sql~ /trunk/install/update.sqlSource: phpVMSDownload from http://downloads.phpvms.net
  6. Rev 685 - Public field error fix15 April 2009, 7:10 amRev 685 - nabeel (2 file(s) modified)Public field error fix~ /trunk/admin/lib/phpvmsadmin.js~ /trunk/core/common/PilotData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  7. Forgot about this, it's fixed in the latest beta
  8. Nabeel

    Ranks

    There's an option in the local.config (or copy it into there from the app.config) which will use the transfer hours to account for ranks
  9. Did you do a print_r($report) inside the loop to see what variables are avail/
  10. Don't just reinstall, delete it completely (including the folder). It gets backlogged. Then re-install, it should work fine
  11. Nabeel

    phpVMS API Key?

    Don't worry about it
  12. Nabeel

    Pages

    what you can do is edit the html file directly (in core/pages), download the page, edit it, and upload it back, skipping the inline editor. that may simplify it a bit
  13. Nabeel

    Pages

    The filename it's trying to create is that entire path up top, which is why it's failing. What's your page title? Make it one word, that's it. Then paste stuff into the editor
  14. Nabeel

    Pages

    The "title" can only be plain text, no html spaces or anything in it. just a title
  15. There would be an iphone specific stylesheet http://www.google.com/search?q=iphone+stylesheet&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
  16. Nabeel

    Pages

    You have to ask your host about that, the open_basedir restriction, that's a host setting
  17. Hey, You'd just have to make a skin for it
  18. A email is sent to the admin right now in both of those cases, but not to the group
  19. All of the logged in user's info is under Auth::$userinfo Do a print_r on it, <?php print_r(Auth::$userinfo); echo Auth::$userinfo->firstname; echo Auth::$userinfo->totalhours; echo Auth::$userinfo->totalflights; ?> There's an API function for putting the latest pireps for a pilot. Your getpilotcode() code is correct
  20. I highly recommend site5 for web hosting - it's completely compatible with phpVMS, and they have excellent customer support. I still use them for client sites. Uptil the 1.0 release, phpVMS was developed on site5. Click here to goto site5 Note: The above link is a referral/affiliate link, so if you sign up using the link above, site5 will give me $25 for every sign up, which goes a long way in hosting!
  21. That seems fine, site5 is good too, I used them for a loong time http://www.site5.com/in.php?id=36298 ^ That's a referral link, I'll get money if you use that, which will go towards my hosting bill, so if you use that, cool !
  22. Gotcha. Safe mode is bad.. heh. Templates and stuff, if you look in the skinning forum, there's some examples. Watch the tutorials as well, that'll get you upto speed.
  23. Nabeel

    FSpax

    Thanks! I'll compare it with what I have and fix that code up
  24. Nabeel

    Skin Assistance

    Doesn't seem too bad, you just have to mess with the CSS to get it to your look
×
×
  • Create New...