Jump to content

Jacob Armstrong

Members
  • Posts

    103
  • Joined

  • Last visited

Posts posted by Jacob Armstrong

  1. I'm not sure, but it could good chances, but i'm not sure. BUT BE PREPARED! Back up your things, like the whole phpVMS you have and the database too. Be prepared! ;)

    I blocked his IP but that's a good idea to. Thanks guys!

  2. Give me the link to your site, so I can see what you want.

    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.

  3. By the way, that's way too much code to be posting in the forum. Please use pastebin or something similar.

    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.

  4. I believe the tpl file you are looking for is skins/ObsessBlue/core_navigation.tpl

    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.

  5. 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?

  6. It looks like you have an extra blank link that is showing. open the tpl that houses that nav menu and look for something that looks like this:

    <li><a href=""></a></li>

    By the look of the image is that it is showing a link, but no text. The separator on the menu is showing half, because there is no text showing.

    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
    
    }
    
    ?>

  7. Also i went to your site, and in my firebg i got the message.

    Failed to load source  for:  http://virtualamerican.org/

    Did you change, ANYTHING to the index.php?

    I'll be here all night, maybe we can try to firgure out what is wrong.

    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!

  8. You can do another install in a different folder so only you have the url, If you link to your existing database that saves you another db install, just remember not to register or do any alterations as this will reflect on your live site.

    Yea! That would work! Thanks so much!

    +1

  9. Yep, reupload all those files.

    The ones in core/templates perhaps you modified those? Modified templates should be placed in your skin's folder.

    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?

  10. Is the message the default one?

    Can you paste the output from running /install/checkinstall.php?

    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?

  11. 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

  12. idk - but I do not believe it has anything to do with the AIRMail module. I just was meaning if you had used the find and replace function of your ide to replace the buttons and by accident chose replace all. Good Luck.

    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!

×
×
  • Create New...