Jump to content

Tato123

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by Tato123

  1. Tato123

    Fleet Table

    Hi, i need help This is my code for Fleet Table <h1><?php echo SITE_NAME?>'s Fleet Information</h1> <table> <!-- Fleet Table Version 1.1 - fleet_table.tpl --> <table border="1"> <thead> <tr> <td><b>Image</b></td> <td><b>Type</b></td> <td><b>Range</b></td> <td><b>Empty Weight</b></td> <td><b>Cruise Alt</b></td> <td><b>Max Pax</b></td> <td><b>Max Cargo</b></td> <td><b>Total Hours</b></td> <td><b>Total Routes Flown</b></td> <td><b>Location</b></td> </tr> </thead> <tbody> <?php foreach ($fleet as $aircraft) { ?> <tr> <td><?php echo $aircraft->imagelink; ?></td> <td><?php echo $aircraft->name; ?> </td> <td><?php echo $aircraft->range; ?> </td> <td><?php echo $aircraft->weight; ?></td> <td><?php echo $aircraft->cruise; ?></td> <td><?php echo $aircraft->maxpax; ?></td> <td><?php echo $aircraft->maxcargo; ?></td> <td><?php echo $aircraft->totaltime; ?></td> <td><?php echo $aircraft->routesflown; ?></td> <?php $params = (array('a.registration'=>$aircraft->registration, 'p.accepted'=>PIREP_ACCEPTED)); $pirep = PIREPData::findPIREPS($params); $current_location = $pirep[0]->arricao; $current_location2 = $pirep[0]->arrname; ?> <td><?php echo $current_location.'-'.$current_location2; ?></td> </tr> <?php } ?> </tbody> </table> <p><small><a href="http://forum.phpvms.net/index.php?topic=1665.0">FleetTable 1.1</a></small></p> In the line <td><?php echo $aircraft->imagelink; ?></td> I need see the image and not the link. Is possible this? Thanks
  2. I try to change all the background-color: bat is the same. The skin in ObsessBlue Here my Css code: /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: #39414F; /***This is the entire site background color**/ } img { border: 0px; } .size { width: 950px; margin: 0px auto; } /* header */ /***********This is your header area**********/ .header { height: 138px; overflow: hidden; background-color: #39414F; border-top-style: solid; border-right-style:solid; border-left-style:solid; border-left-color:white; border-right-color:white; border-top-color:white; border-bottom: solid; border-bottom-color:white; } .header01 { height: 91px; overflow: hidden; } .mnav { height: 39px; overflow: hidden; background-image: url(/lib/skins/ObsessBlue/image/img_38.jpg); /***This image is for the main links in above header***/ background-repeat: repeat-x; margin-left: 10px; width: 930px; position: relative; color: #ffff00; } .mnm ul { margin: 0px; padding: 0px; color: #ffff00; } .mnm li { float: left; padding: 0 0px 0 0px; min-width: 155px; line-height: 44px; text-align: center; color: #ffff00;; font-family: Arial; background-image: url(/lib/skins/ObsessBlue/image/3_03.jpg); /***This also is apparently for the links above header***/ background-repeat: no-repeat; background-position: right center; list-style: none; } .mnm a { color: #ffff00; text-decoration: none; font-weight: bold; font-size: 14px; display: inline-block; width: 150px; height: 100%; } .mnm a:hover, .mnm a:active { background: url(/lib/skins/ObsessBlue/image/3_021.jpg) repeat-x; /***This is for when you hover the mouse pointer over the main links***/ color: #ffff00; } .mnimgl { position: absolute; left: 0px; top: 0px; color: #ffff00; } .mnimgr { position: absolute; right: 0px; top: 0px; color: #ffff00; } .logo { float: left; padding-top: 11px; padding-left: 30px; color: #ffff00; } .hright { float: right; width: 422px; overflow: hidden; color: #ffff00; } .hr01 { width: 407px; height: 28px; background-image: url(/lib/skins/ObsessBlue/image/img_09.jpg); /***This image is the background for the links on top right of site***/ background-repeat: no-repeat; color: #ffff00; } .hr01 div { float: left; line-height: 30px; font-size: 11px; color: #ffff00; } .hr01 a:link, .hr01 a:visited { color: #ffff00; text-decoration: none; } .hr01 a:hover, .hr01 a:active { color: #ffff00; text-decoration: underline; } .hr0101 { padding-left: 52px; color: #ffff00; } .hr0102 { padding-left: 30px; color: #ffff00; } .hr02 { text-align: right; padding-top: 22px; padding-right: 22px; color: #ffff00; } /* content */ .content { background-color: #39414F; overflow: hidden; background-color: #39414F; border-right-style:solid; border-left-style:solid; border-left-color:white; border-right-color:white; border-top-color:white; color: #ffff00; } .cmainimg { margin-left: 10px; margin-bottom: 8px; color: #ffff00; } .submenu { height: 28px; margin-left: 10px; width: 930px; background-image: url(/lib/skins/ObsessBlue/image/img_97.jpg); background-repeat: repeat-x; overflow: hidden; position: relative; margin-bottom: 11px; color: #ffff00; } .subtext { color: #ffff00; font-size: 11px; margin-left: 11px; margin-top: 6px; float: left; width: 100px; } .subimag { float: right; margin-top: 6px; margin-right: 30px; color: #ffff00; } .subimag ul, .subimag li { padding: 0px; margin: 0px; color: #ffff00; } .subimag li { list-style: none; float: left; padding-left: 4px; color: #ffff00; } .subimag a { text-decoration: none; color: #ffff00; } .snimgl { position: absolute; left: 0px; top: 0px; color: #ffff00; } .snimgr { position: absolute; right: 0px; top: 0px; color: #ffff00; background-color: #59616E; } .mcontent { overflow: hidden; background-color: #39414F; /****This is all the background space not used****/ /* height: 760px; */ color: #ffff00; } .mcleft { float: left; width: 207px; margin-left: 15px; /* margin-left: 7px; */ background-color: White;/***This is the space in between all the sidebar boxes****/ color: #ffff00; background-color: #39414F; border-top-color:white border-color:white } .mcbox01 { overflow: hidden; margin-bottom: 15px; color: #ffff00; } .mc01t { height: 37px; background-image: url(/lib/skins/ObsessBlue/image/img_147.jpg); /**This is the top image for the first sidebar main menu where the links are located*/ background-repeat: no-repeat; color: #ffff00; } .mc01t2 { height: 24px; background-image: url(/lib/skins/ObsessBlue/image/img_240.jpg); /****This is the background image for all the sidebar headers***/ background-repeat: no-repeat; color: #ffff00; padding-left: 23px; padding-top: 13px; background-color: #39414F; } .mc01c /**This is the main menu side bar**/ { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; overflow: hidden; background-color: #59616E; /**This is the background color for the main menu**/ color: #ffff00; } .mc01c ul { margin: 0px 15px 0px 15px; padding: 0px; color: #ffff00; } .mc01c li { padding-left: 18px; margin: 0px; font-weight: bold; height: 30px; line-height: 30px; color: #ffff00; } .mc01cc { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; overflow: hidden; background-color: #59616E; color: #ffff00; } .mc01cc li { list-style-type: square; font-family: Arial; font-size: 12px; padding-top: 15px; color: #ffff00; } .mc01cc a { text-decoration: none; color: #ffff00; } .mc01cc a:hover, .mc01cc a:active { text-decoration: underline; } .mc01b { height: 5px; overflow: hidden; font-size: 0px; color: #ffff00; } .mcright { width: 715px; overflow: hidden; float: right; background-color: #39414F; color: #ffff00; } .mc01 { overflow: hidden; margin: 0px auto; } .mc0101 { width: 345px; height: 82px; background-color: #59616E; position: relative; float: left; } .mcr { margin-left: 11px; text-align: left; color: #ffffff; } .mcr01 { font-size: 19px; font-family: Arial; padding-top: 10px; } .mcr02 { padding-top: 13px; font-size: 11px; font-family: Arial; line-height: 16px; } .mcl { margin-left: 11px; text-align: left; color: #ffffff; } .mcl01 { padding-top: 10px; font-family: Arial; font-size: 19px; } .mcl02 { padding-top: 13px; font-size: 11px; font-family: Arial; line-height: 16px; } .r0101 { position: absolute; left: 0px; top: 0px; color: #ffff00; } .r0102 { position: absolute; right: 0px; top: 0px; color: #ffff00; } .r0103 { position: absolute; left: 0px; bottom: 0px; color: #ffff00; } .r0104 { position: absolute; right: 0px; bottom: 0px; color: #ffff00; } .mc0102 { margin-left: 14px; width: 345px; height: 82px; background-color: #227ab4; float: left; position: relative; color: #ffff00; } .mc01t { font-size: 14px; padding-left: 23px; padding-top: 11px; height: 24px; color: #ffff00; ; } .mc01c li { list-style: none; border-bottom: solid 1px #d7d7d7; color: #ffff00; } .mc01c a { text-decoration: none; color: #ffff00; } .mc01c a:hover, .mc01c a:active { text-decoration: underline; } .mc02 { padding-top: 24px; overflow: hidden; background-color: #39414F; color: #ffff00; } .mc0201 { font-family: Arial; font-size: 23px; color: #033759; float: left; color: #ffff00; } .mc0202 { padding-right: 18px; float: right; color: #ffff00; } .mc0203 { margin-top: 68px; color: #ffff00; } .mc020301 { font-size: 12px; color: #494949; line-height: 18px; letter-spacing: -0.1px; width: 700px; color: #ffff00; } .mc020302 { margin-top: 25px; margin-bottom: 40px; margin-left: 65px; line-height: 25px; color: #ffff00; background-color: #39414F; } .mc020302 a { text-decoration: none; color: #033759; font-size: 12px; font-family: Arial; color: #ffff00; background-color: #39414F; } .mc020302 a:hover, .mc020302 a:active { text-decoration: underline; color: #ffff00; background-color: #39414F; } .mc020302 li { list-style-type: square; color: #ffff00; background-color: #39414F; } .mc020303 { color: #494949; font-size: 12px; margin-bottom: 151px; line-height: 18px; letter-spacing: -0.1px; color: #ffff00; background-color: #39414F; } /* Tables */ /* tables- default phpvms tables with adjusted color*/ table.tablesorter { width: 100%; } table.tablesorter input { width: 90%; padding: 3px; border: solid 1px #7094FF; background: #59616E; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #59616E; font-size: 8pt; padding: 4px; } /**adjust the table header color here**/ table.tablesorter thead tr .header { cursor: pointer; } table.tablesorter tbody td { padding: 6px; vertical-align: top; border-bottom: dashed 1px #333; } table.tablesorter tbody tr.odd td { background-color: #F0F0F6; } table.tablesorter thead tr .headerSortUp { background-image: url(images/asc.gif) no-repeat; } table.tablesorter thead tr .headerSortDown { background-image: url(images/desc.gif) no-repeat; } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #59616E; } /* footer */ .footer { height: 142px; overflow: hidden; background-image: url(/lib/skins/ObsessBlue/image/img_276.jpg); background-repeat: repeat-x; position: relative; line-height: 60px; font-size: 11px; color: White; text-align: center; clear: both; width: 100%; } .footer a:link, .footer a:visited /**This stuff controls what colors visited links will be for the footer**/ { color: white; text-decoration: none; } .footer a:hover, .footer a:active { color: white; text-decoration: underline; }
  3. Hallo, i need change the white color in my Search Schedules. Can anyone tell me how? I'm going crazy image
  4. Hello, help me understand how to align all the pilot in a single table? I want all the rank,flight and hours with the same allignement Here my pilot list My link Thanks
  5. How is possible create a lot of category of award. Example Award for hours Award for n. flight etc etc Thank's for your help
  6. thank's El Macara
  7. in what file is necessary put the code?
  8. body { background: url(images/mainbg.jpg) repeat-x 0 0 #fff; color: #171717; font-family: "segoe ui", tahoma, arial,helvetica,clean,sans-serif; font-size: 12px; margin: 0; padding: 0; } a { text-decoration: none; color: #0040FF; } #body { width: 970px; margin: 0 auto; padding: 0 0 0 0; background: #ffffff; font-size: 12px; border-top: none; border-bottom: none; padding-bottom: 10px; } h1 { color: #FF6633; } h3 { text-decoration: underline; height: 29px; font-size: 22px; padding-left: 0px; padding-bottom: 0px; margin-top: 10px; color: #00008B; } h4 {height: 29px; font-size: 22px; padding-left: 0px; padding-bottom: 0px; margin-top: 10px; color: #00008B; } hr{ margin-top: 15px; height: 1px; border: none; border-bottom: solid 1px #999; } #innerwrapper { width: 970px; background: #fff; float: right; } #topBanner { background: url(images/topbanner.jpg); width: 980px; height: 150px; } #topLogin { width: 370px; display: inline; float: right; padding-top: 30px; padding-right: 50px; } #topNav { font-size: 12px; width: 970px; margin: 0 auto; height: 37px; border-bottom: solid 1px #cccccc; } #topNav ul { margin: 0; padding: 0; list-style: none; margin: 0 auto; } #topNav ul li { height: 37px; float: left; padding: 0px; font: bold 12px/37px Arial, Helvetica, sans-serif; } #topNav ul li a { padding: 0 18px; height: 37px; float: left; text-decoration: none; display: block; color: #666666; font: 14px/37px Arial, Helvetica, sans-serif; } #bodytext { width: 950px; padding-left: 10px; padding-top: 5px; padding-right: 10px; padding-bottom: 0px; } .indent { padding-left: 32px; } .fsfk_section_title { font-weight: bold; } #mainbox { width: 700px; float: left; padding-right: 20px; } #sidebar { float: left; width: 210px; } #messagebox { border: dashed 1px #FF9900; background-color: #FFFFCC; padding: 5px 5px 5px 5px; color: #000000; font-size: 14px; float: right; } #error { border: 1px solid #FF0000; background: #FFCCDA; padding: 7px; text-align: center; } #success { border: 1px solid #008020; background: #D8FFCC; padding: 7px; text-align: center; } dl { position: relative; width: 730px; z-index: 100; clear: both; } dt { clear: both; float: left; width: 180px; padding: 0px 0 2px 0; text-align: left; font-size: 12px; font-weight: bold; } dd { float: left; width: 520px; margin: 0 0 8px 0; padding-left: 6px; font-size: 12px; } dd button { } dd p { margin-top: 0px; } dd input { width: 300px; padding: 3px; margin-bottom: 3px; z-index: 500; } #footer { width: 970px; background: url(images/bottombg.jpg) repeat-x 0 0 #ffffff; height: 148px; margin: 0 auto; padding: 10px 0 0 0; clear: both; text-align: right; border-left: none; border-right: none; } #footer p { padding: 10px; font-size: 10px; } /* Tables */ /* tables */ /* table.tablesorter { width: 100%; } table.tablesorter input { width: 90%; padding: 3px; border: solid 1px #7094FF; background: #FFFFFF; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #e6EEEE; font-size: 8pt; padding: 4px; } table.tablesorter thead tr .header { cursor: pointer; } table.tablesorter tbody td { padding: 6px; vertical-align: top; border-bottom: dashed 1px #333; } table.tablesorter tbody tr.odd td { background-color: #F0F0F6; } table.tablesorter thead tr .headerSortUp { background-image: url(images/asc.gif) no-repeat; } table.tablesorter thead tr .headerSortDown { background-image: url(images/desc.gif) no-repeat; } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #8dbdd8; } */ /* Navigation */ .nav, .nav ul { list-style: none; margin: 0; padding: 0; } .nav { font-family: Arial, Helvetica, sans-serif; z-index: 1000; position: relative; } .nav li { float: left; margin: 0; padding: 0; position: relative; /*background: url(images/navbg.jpg) repeat-x 0 0 #292929;*/ } .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited { font: bold 1.22em/25px Arial, Helvetica, sans-serif; color: #959595; display: block; padding: 0 9px; text-transform: lowercase; text-decoration: none; } .nav li a:hover { background: /*#f2f2f2*/ #FAFBFF; color: #000; } #nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #000; } #nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #565656; color: #959595; } #nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #000; } .nav ul { background: #565656; background: url(images/navbg.jpg) repeat-x 0 0 #292929; list-style: none; margin: 0; width: 150px; position: absolute; top: -999em; left: -1px; } .nav li:hover ul, .nav li.sfHover ul { top: 37px; } .nav ul li { border: 0; float: none; } .nav ul a { border: 1px solid #cccccc; border-bottom: 0; padding-right: 20px; width: 150px; white-space: nowrap; } .nav ul a:hover { background: #ccc; color: #000; } /* Skin */ @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */ .ui-tabs-hide { display: none; } } /* Hide useless elements in print layouts... */ @media print { .ui-tabs-nav { display: none; } } .ui-tabs-nav, .ui-tabs-panel { font-family: "Trebuchet MS" , Trebuchet, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; } .ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 4px; } .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ display: block; clear: both; content: " "; } .ui-tabs-nav li { float: left; margin: 0 0 0 1px; min-width: 84px; /* be nice to Opera */ } .ui-tabs-nav a, .ui-tabs-nav a span { display: block; padding: 0 10px; background: url(images/tab.png) no-repeat; } .ui-tabs-nav a { margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */ padding-left: 0; color: #27537a; font-weight: bold; line-height: 1.2; text-align: center; text-decoration: none; white-space: nowrap; /* required in IE 6 */ outline: 0; /* prevent dotted border in Firefox */ } .ui-tabs-nav .ui-tabs-selected a { position: relative; top: 1px; z-index: 2; margin-top: 0; color: #000; } .ui-tabs-nav a span { width: 64px; /* IE 6 treats width as min-width */ min-width: 64px; height: 18px; /* IE 6 treats height as min-height */ min-height: 18px; padding-top: 6px; padding-right: 0; } * > .ui-tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; } .ui-tabs-nav .ui-tabs-selected a span { padding-bottom: 1px; } .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { background-position: 100% -150px; } .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active { background-position: 100% -100px; } .ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span { background-position: 0 -50px; } .ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span { background-position: 0 0; } .ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text; } .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */ cursor: pointer; } .ui-tabs-disabled { opacity: .4; filter: alpha(opacity=40); } .ui-tabs-panel { padding: 1em 8px; background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ } .ui-tabs-loading em { padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%; } /* Additional IE specific bug fixes... */ * html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */ display: inline-block; } *:first-child + html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ display: inline-block; } .menu{ border:none; width:980px; border:0px; margin:0px; padding:0px; font-family:verdana,geneva,arial,helvetica,sans-serif; font-size:14px; font-weight:bold; color:8e8e8e; } .menu ul{ background:url(images/menu-bg.gif) top left repeat-x; height:43px; list-style:none; margin:0; padding:0; } .menu li{ float:left; } .menu li a{ color:#666666; display:block; font-weight:bold; line-height:43px; padding:0px 25px; text-align:center; text-decoration:none; } .menu li a:hover{ color:#000000; text-decoration:none; } .menu li ul{ background:#e0e0e0; border-left:2px solid #0079b2; border-right:2px solid #0079b2; border-bottom:2px solid #0079b2; display:none; height:auto; filter:alpha(opacity=95); opacity:0.95; position:absolute; width:225px; z-index:200; /*top:1em; /*left:0;*/ } .menu li:hover ul{ display:block; } .menu li li { display:block; float:none; width:225px; } .menu li ul a{ display:block; font-size:12px; font-style:normal; padding:0px 10px 0px 15px; text-align:left; } .menu li ul a:hover{ background:#949494; color:#000000; opacity:1.0; filter:alpha(opacity=100); } .menu p{ clear:left; } .menu #current{ background:url(images/current-bg.gif) top left repeat-x; color:#ffffff; } This is my style css, i want the pilot information and news in the right side of the site
  9. no news ? please help me
  10. ok thank's very mutch !!! I wait your news
  11. Hello || I have problem with the crystal II. The rigth part in my site isreported in the bottom at the news. I have attach a picture of my problem. I want the pilot center, recent report ecc ecc on the right side but i don't know why are under. Thanks for all possible answers.
  12. Hello || I have problem with the crystal II. The rigth part in my site isreported in the bottom at the news. I have attach a picture of my problem. I want the pilot center, recent report ecc ecc on the right side but i don't know why are under. Thanks for all possible answers
  13. Hallo Guy !! I have this problem when i cklick touchdownstatus, the system answer this. Notice: The template file "/web/htdocs/www.dfair.org/home//core/templates/touchdownstats/touchdownstats_index.tpl" doesn't exist in /web/htdocs/www.dfair.org/home/core/classes/TemplateSet.class.php on line 248 I have the touchdownstats_index.tpl but don't work Help me please !!!
  14. In pilot center, view flight schedule is possible to implementate the search by the departure or arrival time?
  15. this is good for pilot center but if i click to another pilot i don't see their awards. What is the file .TPL for see in all pilots?
  16. i have the same problem
  17. How i can write my badge in red? I need change the colou, but i don't know how is possible. What file i mudify ? My php profile_badge.tpl is <h3>Pilot Badge</h3> <p align="center"> <img src="<?php echo $badge_url ?>" /> </p> <p> <strong>Direct Link:</strong> <input onclick="this.select()" type="text" value="<?php echo $badge_url ?>" style="width: 100%" /> <br /><br /> <strong>Image Link:</strong> <input onclick="this.select()" type="text" value='<img src="<?php echo $badge_url ?>" />' style="width: 100%" /> <strong>BBCode:</strong> <input onclick="this.select()" type="text" value='' style="width: 100%" /> </p> Is the correct file for the modify?
  18. Now i changed my account and now go at the perfections. thanks sir
  19. I'm the first pilot but don't have a call sign VAP0001, i'm VAP0901. I need to change my ID in VAP0001???
  20. I copy your code, and i'm logged in my site but in my menu i see ExameCenter but not the Menu for the Admin Exam Center, only the admin admin center. Where i must see the link for exam admin center?
  21. Hi guy Sorry for my stupidity but i modify my core_navigation.tpl and now i see the exam center but i I don't see the Admin Exame center menu. I report my text in file <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'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li> <li><a href="<?php echo url('/acars') ?>">Live Map</a></li> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> <li><a href="<?php echo url('/Exams') ?>">EXAMCenter</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').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> Are correct? or not? Is 2 days witch i try but not with a good result. Please help Me Thanks
  22. How is possible create a link in my Virtual Airline? I create the news... I create the pages.. But i don't know how create a link.... Sorry for my stupidity Thanks
  23. How can i do 4 - Create a link on your site for your pilots to access their AIRMail The main link has changed for previous versions! I want say how is possible create a link in my site. I create the pages the news but not a link.
×
×
  • Create New...