Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Forms

    sitepoint.com is where I would start. Also just a general search of "php tutorials" will give you some good results
  2. Who is your host? If it's a free-host, then that's to be expected. That timeout error indicated an over-loaded server
  3. Nabeel

    Forms

    Using CSS target the form tag or add a class or something to the form/elements/buttons and style using that
  4. 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
  5. Or you can just call: <?php Template::Show('acarsmap.tpl'); ?> Inside the template you want it to show up in
  6. 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
  7. 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
  8. 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
  9. Forgot about this, it's fixed in the latest beta
  10. Hey there, welcome What version of IE?
  11. 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
  12. Did you do a print_r($report) inside the loop to see what variables are avail/
  13. Don't just reinstall, delete it completely (including the folder). It gets backlogged. Then re-install, it should work fine
  14. Nabeel

    phpVMS API Key?

    Don't worry about it
  15. 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
  16. 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
  17. Nabeel

    Pages

    The "title" can only be plain text, no html spaces or anything in it. just a title
  18. 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
  19. Nabeel

    Pages

    You have to ask your host about that, the open_basedir restriction, that's a host setting
  20. Hey, You'd just have to make a skin for it
  21. A email is sent to the admin right now in both of those cases, but not to the group
  22. 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
  23. 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!
  24. 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 !
  25. 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.
×
×
  • Create New...