Jump to content

xplane123

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by xplane123

  1. I'm back again, but still having the issue. I've double checked and everything looks like it is installed in the correct location. There is one folder called charter in core/, a folder called Charter in core/modules/, a folder called charter in core/templates/, and the last is charter in lib/images/. The only other thing I can think of is that I don't have any flights yet. Could that be causing this?

    I've also attached a screenshot of the webpage.

    post-45765-0-37952900-1421021231_thumb.jpg

  2. There is another file that you have to edit as well, for the life of me I can't remember what is was. lemmie check thru mine and see if I can remember. the 142 hours thing is located in like 2 or 3 places

    Thanks for the help!

    I've found what files need to be changed. My next problem is when I go to the charters page, all it says is Charter Flight System with the logo next to it. How do you create/book a flight? I'm assuming it's me doing something wrong, but I can't figure out what it is.

    Thanks again for your help.

  3. It's located in the ops_scheduleform.tpl, starting around line 459. The red is what you want to change as far as numbers go. I use 25 hours, as I figure that way they have proven to me they can somewhat fly. lol

    Thanks for trying to help. I just tried changing what you highlighted, but the web page is still saying you need to have 142 hours.

    Here's what my code looks like:

    <?php

    }

    ?>

    <?php

    }

    elseif ((Auth::$userinfo->totalhours + Auth::$userinfo->transferhours)<25)

    {

    ?>

    <table border="0" width="90%">

    <tr>

    <td dir="ltr">

    <p align="center"> </p>

    <p align="center"> </p>

    <p align="center"><b>

    <font color="#000080" size="2">

    <img border="0" src="<?php echo SITE_URL?>/lib/images/charter/error.png"></font></b></p>

    <p align="center"><b><font face="Tahoma" color="#FF5353">You do

    not have permission to access this page</font><font face="Tahoma" color="#FF5353" size="3">!</font><font size="2" color="#000080" face="Tahoma"><span lang="fa"><br>

    </span></font><font face="Tahoma"><span lang="fa">

    <font color="#800000" size="2"><br>

    </font>

    </span><font size="2" color="#FFFF00">You should have at least

    25 flight hours to access the Charter Flight System</font></font><span lang="fa"><font face="Tahoma" size="2" color="#FFFF00">!</font></span></b></p>

    </td>

    </tr>

×
×
  • Create New...