Jump to content

Jacob Armstrong

Members
  • Posts

    103
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Jacob Armstrong's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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!
×
×
  • Create New...