Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Rev 662 - Additions for central1 April 2009, 4:20 pmRev 662 - nabeel (6 file(s) modified)Additions for central~ /trunk/admin/modules/Dashboard/Dashboard.php+ /trunk/admin/templates/central_main.tpl~ /trunk/admin/templates/core_navigation.tpl+ /trunk/admin/templates/sidebar_central.tpl~ /trunk/core/common/ACARSData.class.php+ /trunk/core/common/CentralData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  2. Rev 656 - CSV import modified for days of week, registration captcha bugfix28 March 2009, 9:53 pmRev 656 - nabeel (4 file(s) modified)CSV import modified for days of week, registration captcha bugfix~ /trunk/admin/lib/template.csv~ /trunk/admin/modules/Import/Import.php~ /trunk/admin/templates/import_form.tpl~ /trunk/core/modules/Registration/Registration.phpSource: phpVMSDownload from http://downloads.phpvms.net
  3. Inside your select, if you look at the default you see this: <?php if(Auth::LoggedIn()) { ?> <option value="...">Log out</option> <?php } ?> Then there's code there which also checks for an admin group member
  4. Wherever your navigation is. Look at the default template to see how it's done in there, just in between your <ul> </ul> tags. That basically calls the pages_items.tpl, which you can adjust to how your navigation is (if you don't use the <ul> navigation style). I know that's a bit confusing, can't really re-do it now without breaking a whole bunch of installs.
  5. Do you guys have: <?php echo $MODULE_NAV_INC;?> Included in your core_navigation template?
  6. What version are you running? I had turned error suppression on. I will take a look again in a few minutes.
  7. You might have the wrong URL? http://www.airwestvirtual.com/ Nothing shows up there either
  8. I'll look at this in more detail tomorrow. If you add pages, do those links show up?
  9. I'm debugging with FSACARS, I'm not sure why it's flipping out all of a sudden
  10. Just keep a backup as it's overwritten on updates. I don't allow overriding on admin panel templates as they change pretty often
  11. Woops, the wrong help panel is showing, I'll take care of that, thanks!
  12. s*** that seems like an error on the API side, I think I had fixed that error though. I will check it. Is it still giving that error?
  13. Hm I can't duplicate this dude
  14. No longer available meaning what? They're not on the front page anymore, as in generated? Or when you click the link it's gone?
  15. downloads.phpvms.net, just checked them, they do have the install folder. Try it again
  16. How'd you lose your pages? That shouldn't have happened, hasn't happened with anyone else I've heard
  17. Did you do a reset after the latest beta (latest as of yesterday)
  18. The updating is the program itself, I'll check out the aircraft problem
  19. The latest update on http://www.phpvms.net/downloads/ is 661, I just checked the zip file it says 661. The main area is downloads.phpvms.net, the dates are listed there, and in the release.version file is the latest release version
  20. Did your files and everything update? When you open the install/update.php, what's the version it shows near the top? Or just zip and attach that install/update.php file
  21. Can you do the same as my post above and attach the log?
  22. yuppers, glad it worked
  23. You didn't close the php tag, above that </tr> put ?>
×
×
  • Create New...