Jump to content

Jacob Armstrong

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by Jacob Armstrong

  1. Why is the javascript starting over on the pilot roster?
  2. I blocked his IP but that's a good idea to. Thanks guys!
  3. I was just wondering how easy it would be for someone to hack into the system and do stuff. I have been receiving some threats.
  4. Thank you very much. That was all that I needed!
  5. http://virtualamerican.org/test There isn't anything for you to see. The problem is that I can't get what I want to show up. Do you know how, in the default header.tpl in the ObsessBlue there is a navigation bar in the sidebar? I'm only wanting that to show up in the pilot center.
  6. Sorry. I'm just wanting a side navigation bar to show up in the pilot center instead of the links below. I don't like the look of that.
  7. No. What I'm trying to do is have a certain part of the header.tpl only show on pages to do with the profile module.
  8. I did that, but it still doesn't show up. I put profile for the module. Is that the correct module? Do you want my code?
  9. Sorry to a butt-head, but I got another question. LOL! How do I show a navigation bar in JUST the pilot center? I know that the default template has it, but I only want it to show on the side BEFORE everything else and be the pilot's links. Is this possible?
  10. It looks like it was a matter of compatability mode. I turned it off and it showed up right. Thanks for the help everybody!
  11. This is my core_navigation.tpl file: <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo SITE_URL ?>/index.php/pilots">Pilots</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/acars">Live Map</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="'.SITE_URL.'/admin/">Admin Center</a></li>'; } ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li> <?php } ?>
  12. WOW! I FEEL STUPID! I'm SO sorry for all the problems! I saw that in the message I had the '. WOW! Sorry! Thanks for all the help!
  13. I re-uploaded the index.php, but didn't change anything. If I go to the site in Internet Exploroer, it just has a white screen. This is what I have in my local config file for that spot: # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon. You can still use the forums <a href="http://forums.virtualamerican.org">here</a>. YOU CANNOT SUBMIT PIREP'S WHILE IN THIS MODE! We will be back up soon.'); Thanks!
  14. Yea! That would work! Thanks so much! +1
  15. I replaced everything and I did the check and it says that everything is ok, but the site is still blank. Also, I did edit the pirep_list.tpl in the admin templates subfolder. Is that ok?
  16. That's weird! It says this: [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/StatsData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/OperationsData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_edit.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/core_navigation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/classes/ezdb/ezdb_base.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/kACARS_Free/kACARS_Free.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/fspax.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/sidebar_schedules.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/sidebar_aircraft.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pilots_details.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pireps_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/ops_airportlist.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/mailer_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/lib/layout/header.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Operations/Operations.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date But I didn't remove ANYTHING. Just changed one line in the config file. Huh. So, Should I like do an upadate so that these files get replaced?
  17. Version: 2.1.934 The only thing that I edited was the false to true then when it messed up, the true back to false. That's all.
  18. When I turned on Maintenance Mode, it turned my site white. Normally it has that little message. So, I turned it back off, but it's still white. Any ideas? My Site
  19. I was wondering if there was a way to view the skin without other pilot's seeing it. I don't want to turn Maintenance Mode on because you can't submit PIREP's. I plan on taking all day. LOL
  20. I don't think I did that. I have no idea how or what it is. LOL! I guess I'll have to re-do the skin all over again. LOL! YAY! FUN!
  21. Huh? LOL! I have no idea what a mass replacement is. It didn't do this in my other skin.
×
×
  • Create New...