Jump to content

shiljo

Members
  • Posts

    88
  • Joined

  • Last visited

Posts posted by shiljo

  1. PLs can someone code me some table for Croatia Cargo Company,  i would really be preciated, cause you guys eat codes for brekfast, i will do that for year hehe...really...

    So...i would involve...total pilots, total A/C, total routes, total miles flown, total cargo carried, total fuel burnedtotal hours flown. Thank you very much guys

  2. Hi to all!

    I know is possible but, anbody have will to do it, cause im empty board on coding. I want that schedule is only shown from town the plane from schedule is in...got it...If plane is in KMEM then only schedule is shown for that registartion and KMEM...So if last logged place is KMEM next pilot if he want to use that same registration will be only be able to bid schedule from KMEM...cmon coders, this is code worth it for any serious VA. Thanx a lot!!!

  3. So what will i have, same thing from beginning ;) I manage to adjust map position, its easy, but it should be easy also with map zoom, as the matter i think i managed to change this...and after all night not making nothin , it zoomed put on my map, as i put 5 ... so must wait some time...maybe it will be good, i fopund couple of mistakes in files...first i dont know they are mistekes but are different form other inputs...so...

    Config::Set('MAP_TYPE', 'G_HYBRID_MAP');

    Config::Set('MAP_LINE_COLOR', '#ff0000');

    Config::Set('MAP_CENTER_LAT', '44.582121');

    Config::Set('MAP_CENTER_LNG', '16.303711');

    Config::Set('MAP_ZOOM_LEVEL', 10);  <----- this should be '10' not only 10 as other above has the ' ' also...

    in acarsmap.tpl

    map_zoom_level = <?php echo Config::Get('MAP_ZOOM_LEVEL'); ?>;  <----shouldnt there be " "

    map_center_lat = "<?php echo Config::Get('MAP_CENTER_LAT'); ?>";

    map_center_lng = "<?php echo Config::Get('MAP_CENTER_LNG'); ?>";

    map_zoom_level = "<?php echo Config::Get('MAP_ZOOM_LEVEL'); ?>";

    map_center_lat = "<?php echo Config::Get('MAP_CENTER_LAT'); ?>";

    map_center_lng = "<?php echo Config::Get('MAP_CENTER_LNG'); ?>";

    So i change this...and we will see, like i say, i think it must pass some time to change, dont know why, maybe cause of that time or something...

    Bye all

  4. Guys finally got it...just put one field in pilots database, in my example IVAO...Add that field also in admin panel...and add like in previous pilot_list.php everything only line in below shpuld look like this

    <td><?php echo $pilot->IVAO?></td>

    I have no knowledge of coding but after 2 hours trying, it was worth it ;)

    I hope this helps somebody hehe...

  5. here is my stylesheet...pls i want to see, i think that main area where all the pages are listed isnt here...if so pls learn me how to put it so all the pages got same style and alignment, also want to learn how to move those recent tables of pilots and pireps from other poages than home page, want to leave it on home page...thank you all...

    /* 
    CSS Document 
    Wink Hosting (www.winkhosting.com)
    Designed By Alexis Corredor
    alexis.corredor@gmail.com
    */
    body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    
    /*HEADER*/
    #header{
    width: 800px;
    position:relative; 
    height: 162px;
    background-image:url(/lib/skins/aqua/images/header.jpg);
    background-repeat:no-repeat;
    }
    /*COMPANY NAME IN HEADER*/
    #companyname {
    position:absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    margin-top:50px;
    margin-left:40px;
    left: 0px;
    top: 0px;
    }
    /*MENU IN HEADER*/
    #menu{
    position:absolute;
    bottom: 20px;
    right: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 5px;
    font-weight: bold;
    }
    #menu a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#333333;
    text-decoration:none;
    }
    #menu a:hover{
    text-decoration:underline;
    }
    
    /*LEFT PANEL (News, Links, etc.)*/
    #leftpanel{
    float:left;
    width:200px;
    }
    
    /*CONTENT*/
    #content{
    width: 800px;
    }
    #contenttext{
    align: justify;
    width: 580px;
    }
    
    /*FOOTER*/
    .footer{
    width: 779px;
    height: 32px;
    background-image:url(/lib/skins/aqua/images/bg_footer.gif);
    background-repeat:no-repeat;
    clear:both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#FFFFFF;
    }
    /*FOOTER LINKS*/
    .footer a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:none;
    }
    .footer a:hover{
    text-decoration:underline;
    }
    
    /*TABLE*/
    .table_top{
    width: 204px; 
    height: 27px;
    background-image:url(/lib/skins/aqua/images/table_top.jpg);
    background-repeat:no-repeat;
    }
    .table_content{
    width: 204px;
    background-image:url(/lib/skins/aqua/images/table_content.jpg);
    background-repeat:repeat-y;
    }
    .table_text{
    margin-left:15px;
    margin-right:15px;
    text-align:justify;
    }
    .table_bottom{
    width: 204px; height: 23px;
    }
    
    /*TEXT STYLES*/
    .news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0099CC;
    }
    .body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size: 11px;
    }
    .news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    font-weight: bold;
    }
    .news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
    
    .subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
    }
    .title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
    .title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }
    

  6. I think on my site, style.css doesnt have inputs for main, mainbox, conetnt area, how do i call it. When i go to my pilots or other page, it displays something rude...ok for instance in pilot info, so my pilot center...I have something regular, then i go to  style.css...i cant find which area is dedicated for style of that letters in tha mainboard srea, i think im speaking right...So i entered pilot_something.tpl and i found tables there, i can do change in fonts there but i will need whole eternety entewring everything with every single line...so i found on net tbody and i done something including that...and i managed to change one table bu couldnt change font size, eveything else is done...

    Is trhere any way to someone to told me what and how, or just where to change something, i will do the rest, to fix tat thing...and specially as i want to change that tables of pilots and pireps in css file, i want them only in home page, not on rest of site, ... Thank you...At least i have learnes today some table scripting hehehe...its worth it...and honestly i will donate this software, just waiting salary to be payed hehe...bye

  7. And anyone can help me over fonts, in pilot section on pilots profile there is mess, and i search and try all the day in profile_main.tpl and style.css but still have no clue where to change that, and how can i move new pilots and new pireps tables from other pageas except home page...damn im stupid but sure im trying like bull ;) thanks all for help

×
×
  • Create New...