Jump to content

PilotMohamed

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by PilotMohamed

  1. Hello everyone,

    I have a problem with the enconding.

    Can anybody help me how I can change the enconding to "UTF-8"? I don´t get where I can do that. I already have edit the app.config to UTF 8 but it dont works.

    Sorry for my English.

  2. Step 1 "The entire vAriline folder goes into you phpvms/lib/skins folder." I done it already.

    But Step 2, I don´t understand it. :( So what I must edit in the "core navigation.tpl" ?

    <div class="chromestyle" id="chromemenu">
    <ul>
    <li><a href="<?php echo url('/'); ?>">Home</a></li>
    <li><a href="#" rel="dropmenu1">About Us</a></li>
    <?php
    if(!Auth::LoggedIn())
    {
    // Show these if they haven't logged in yet
    ?>
    <li><a href="<?php echo url('/registration'); ?>">Join</a></li>
    <?php
    }
    else
    {
    // Show these items only if they are logged in
    ?>
    <li><a href="<?php echo url('/profile'); ?>" rel="dropmenu2">Pilot Operations</a></li>
    <?php
    }
    ?>
    <li><a href="<?php echo url('/acars'); ?>">Current Flights</a></li>
    <li><a href="#">Events</a></li>
    <li><a href="#">Forums</a></li>
    <li><a href="#" style="border-right: none">Contact</a></li>
    <?php echo $MODULE_NAV_INC;?>
    <?php
    if(Auth::LoggedIn())
    {
    if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
    {
    echo '<li><a style="border-left: 1px solid #DADADA;" href="'.fileurl('/admin').'">Admin Center</a></li>';
    }
    ?>
    <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li>
    <?php
    }
    ?>
    </ul>
    </div>
    <!--1st drop down menu -->
    <div id="dropmenu1" class="dropmenudiv">
    <a href="#">Our Staff</a>
    <a href="#">History</a>
    <a href="#">Timeline</a>
    </div>
    <!--2nd drop down menu -->
    <div id="dropmenu2" class="dropmenudiv" style="width: 150px;"> <a href="<?php echo url('/'); ?>">Home</a>
    <a href="[url="http://skyairwaysva.site90.net/%22>1st"]http://skyairwaysva....ite90.net/">1st[/url] item</a>
    <a href="<?php echo url('/profile/edit'); ?>">Edit Profile</a>
    <a href="<?php echo url('/pireps/mine'); ?>">Logbook</a>
    <a href="<?php echo url('/profile/stats'); ?>">Statistics</a>
    <a href="<?php echo url('/pireps/filepirep'); ?>">File Report</a>
    <a href="<?php echo url('/'); ?>">Statistics</a>
    <a href="<?php echo url('/'); ?>">Flight Log</a>
    </div>
    <script type="text/javascript">
    cssdropdown.startchrome("chromemenu")
    </script>

    And than, where I must insert the "core navigation.tpl" file?

    Hope you can help me, and sorry for my English.

  3. Hello everyone,

    I use the vAirline Template, and it´s a great template but I have, after I edited the template for my VA, this problem:

    http://screenshooter.net/9328839/rwfhspb

    I now, that I edited something wrong, but please help me, how I can fix this problem (Maybe in the layout.tpl), because the "category list" etc. is in my VA wrong.

    I will, that it will be look, like on the "vAirline.org" Homepage.

    http://screenshooter.net/9328839/fkyxjva

    I hope that everyone can help me.

  4. Hello everyone,

    my Name is Mohamed and I need help, please!

    I want to upload my Template, that I chosse, to my new VA but I don't now how I can do that. I already read the Tutorial text "[Tutorial] Using HTML/CSS templates with phpvms." here in the forum, but I must say I don't understand it, because my English is not good enough.

    So I want help, please.

    Can I send everyone here, my template per Email and edit it for my VA?

    And than everyone send me, the edited template again, and than I can upload it to my VA Homepage.

    If everyone will help me, please contact me here on the forum, or on these Email:

    skyairwaysvainfo@gmail.com

    I hope everyone can help me, please.

  5. Hello Sir,

    I need your help, please!

    I want to upload my Template, to my new VA but I don't now how I can do that. I already read you Tutorial text "[Tutorial] Using HTML/CSS templates with phpvms." but I must say I don't understand it, because my English is not good enough.

    So I want your help, please.

    Can I send you my template and can you edit it?

    And than you send me, my template, that you edit it, per E-Mail.

    Please answer me at these Email:

    skyairwaysvainfo@gmail.com

    I hope you can help me, please.

×
×
  • Create New...