Jump to content

MaciejO

Members
  • Posts

    94
  • Joined

  • Last visited

Posts posted by MaciejO

  1. Ye but how i understand he want's a text field with a ready code to copy to input on forum :rolleyes:

    Upss did not read fully. Ok to dispaly it or go to my badge or just

    <img src="http://www.flycsun.com/lib/signature/<?php echo $pilotcode;?>.png"/>

    So for example full code you put can look like this :

       	<table width="406" height="31" border="0">
    
         <tr>
           <td width="400">
           <form>
               <p><strong>Your Signature</strong></p>
               <p>              <img src="http://www.flycsun.com/lib/signatures/<?php echo $pilotcode;?>.png"/>            </p>
               <p><strong>Forum Code :</strong></p>
               <p>
                 <input width="400" type="text" value="[img]http://www.flycsun.com/lib/signatures/<?php echo $pilotcode;?>.png[img]" />
               </p>
               </p>
           </form>        </td>
         </tr>
       </table>
    

    • Like 1
  2. I've added test file to download , and when i click download its saying www.(deleted dont want to share yet.net)/index.php/downloads/dl/www.(deleted dont want to share yet.net).net/images/please.bmp

    Path to download is : www.(deleted dont want to share yet.net).net/images/please.bmp

    Any idea's ?

    Maciej.

  3. Thanks ! I have modified it a bit , and now will try to work on calendar(not really working one , yes i want do that dates will show up but that will read days of week and show it after click search)

    That's how my one's look

    Damn was just about to forget about this , Much thanks for SimPilot for help with putting it as sidebar :)

  4. I am really bored so have created another one which is a little :blink:

    phpvmslogo2.jpg

    There was a plane approaching on 31L and some lost parachuter. Plane was having a banner with sign "Virtual Airline Administration" And a parachuter has been hooked with a rope to a plane banner tail. Parachuter was advertising a phpVMS System ! :lol: :lol: :lol:

  5. Hello!

    Becouse i am just setting my VA on phpvms and Notam's page are outdated so have created small thing which keeps your NOTAMs Alive. Just find the lines 19-27(schedule_briefing)and swap them with this code :

    	<tr>
    	<td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />
    		<a href="http://ourairports.mobi/airports/<?php echo $schedule->depicao?>/notams.html"
    			target="_blank">Click here to check the NOTAM's</a></td>
    	<td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />
    		<a href="http://ourairports.mobi/airports/<?php echo $schedule->arricao?>/notams.html"
    			target="_blank">Click here to check the NOTAM's</a></td>
    </tr>

    That's server contains much airport NOTAM's so shut be no problem with it.

    Hope this help.

    Maciej.

    • Like 1
  6. Hi.

    I've just started moving my VA on phpvms and i am having trouble with installing examcenter. First question. Is this works with build 854. And another thing i have added it my menu but thats i'snt showing up.

    Thats code in core_navigation

    <li><a href="<?php echo url('/'); ?>">home</a></li>
    <?php
    if(!Auth::LoggedIn())
    {
    // Show these if they haven't logged in yet
    ?>
    <li><a href="<?php echo url('/login'); ?>">Login</a></li>
    <li><a href="<?php echo url('/registration'); ?>">Rejstracja</a></li>
       <li><a href="<?php echo url('/Exams') ?>">Egzaminy</a></li>
    <?php
    }
    else
    {
    // Show these items only if they are logged in
    ?>
    <li><a href="<?php echo url('/profile'); ?>">Centrum Pilota</a></li>
    
    <?php
    }
    ?>
    <li><a href="<?php echo url('/pilots'); ?>">Roster</a></li>
    <li><a href="<?php echo url('/acars') ?>">Aktualne Loty</a></li>
    <?php echo $MODULE_NAV_INC;?>
    <?php
    if(Auth::LoggedIn())
    {
    if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
    {
    	echo '<li><a href="'.fileurl('/admin').'">Centrum Admina</a></li>';
    }
    ?>
    
    
    <li><a href="<?php echo url('/logout'); ?>">Wyloguj</a></li>
    <?php
    }
    ?>

    Another thing is that idk where to put admin link. in which file.

    Thanks for help

    Maciej.

×
×
  • Create New...