Jump to content

MichaelKattirtzis

Members
  • Posts

    20
  • Joined

  • Last visited

MichaelKattirtzis's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Basicly no matter what i do i created the db cell in phpvms_pireps that is varchar for eg . npilotpenalty but the variable does not go in the box why is that
  2. Ok guys i need your help once again In fspax.php file should i change this 'pilotpenaltytext'=>$_POST['PilotPenalityText'],); to this 'pilotpenaltytext'=>$npilotpenaltytext['PilotPenalityText'],); or this 'pilotpenaltytext'=>$npilotpenaltytext,); or leave it as is and just create the db entries ? ($npilotpenaltytext is the created db entry )
  3. Did we got any point system after all ??
  4. In what pirep_view report.tpl do we add this ? 1 in the core template or 2 in the skin folder pirep_viewreport.tpl ? And thanks for the snippet i was looking all over the internet for this
  5. go to local config and edit line 139 to this # Debug mode is off by default Config::Set('DEBUG_MODE', false); Config::Set('ERROR_LEVEL', 0);
  6. I want the dropdowns backround that whiteish to change to orange and when i hover over a drop down menu like operations to change to orange (same as the dropdown backround)
  7. Thanks worked perfectly thank for that perfect promissing addon mate
  8. A little snipet that will help you add links for pilots over an amount of logged hours Example i let people over 80 hours to access charter flights so when they go over 80 hours a link comes up in their profile Change number 10 to less or more hours accordingly <?php $url = "http://www.websiteurl.net/index.php/charter"; $site_title = "Charter Flights"; if((Auth::$userinfo->totalhours + Auth::$userinfo->transferhours)<10) { //Dont show anything if hours are less than needed } else { Echo "<a href=$url>$site_title</a>" ; } ?>
  9. can i have the files to ?
  10. Excelent work again mate nice skin and i would like to ask where can i change the drop down menu color i searched most of the styles css but i did not understand where to change it
  11. Send me a pm and i will help you with what ever you need mate sorry for the late reply
  12. Hello nice work you did there my friend . :) i am interested is it free >? and does it come in english too ?
  13. where can i change the Avaible VA Money ? 2,131,754,360.10$ is too much
  14. Hello and thank you for your fast reply are you talking about the fspax.php in modules thats where i have to redirect them ? And does it work with fscaptain ?
×
×
  • Create New...