Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. I think that a temporary solution would be just to refresh the page. Also, i've seen that the Schedules page gives me this error when the page has not completely loaded. Check it and i'll give it a try to find if there is a solution into the forum.
  2. I've recently used the Artisteer. I have designed plenty of templeates mainly for joomla. Of course i think that there are a lot of WP Templates on the market...
  3. I agree with you TAV1702 but i would be better (i think) if we could add it on the Pilots & Groups Menu .
  4. If you do not like the way i am coding, you can just ignore my posts . Thank you for your help...
  5. This does not help because i have built me .tpl file like this: <p class="under_blue"> <?php $id = $awardname->awardid; ?> <?php $awardid = AwardData::get_award_tittle_by_id($id); ?> <?php echo $awardid->name; ?></p> <table width="70%" border="0"> <tr> <td width="60%">Comment</td> <td width="20%">Date</td> </tr> <?php if(!$awardinfo) {echo '<tr><td><center>There are no any awards issued!</center></td></tr>';} else { foreach($awardinfo as $info) { ?> <tr> <td><?php echo $info->comment; ?></td> <td><?php echo $info->dateissued; ?></td> </tr> <?php } } ?> </table>
  6. Hello everyone, i am trying to built my own award module for my virtual airline in order to have the possibility to add the same award multiple times to a pilot. For now i have stucked on a "silly" part: I want to make an auto count the <tr> of my table awards. Fore example: Auto Number Award Type Issued 1. Good Pilot 10/10/10 2. Good Landing 11/10/12 I just want to create the bold numbers automatically . servetas
  7. It is on the root: lib/skins/yourskin/layout.tpl Where yourskin is the name of your skin .
  8. I would also like to have an offer about it. The repaint is standard, i have got the .psd file of a Flight 1 ATR and we would like to paint several aircrafts. Of course you can join our staff or do it with money . http://www.greeceairwaysva.com
  9. Try this one: <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
  10. Do you use freeware hosting?
  11. How can we do this? If i could, it would be a great module .
  12. also, is possible to show only the pilots you have not flown for the last x days?
  13. Does it show all the pilots or just the pilots you have not file a pirep for specific days?
  14. You can also lock the directory of your phpvms system via your cpanel or plesk and set a password.
  15. servetas

    vAwards

    Are we able to use this module in order to add multiple awards to a pilot? Like IVAO network do? For example, if i finish a va tour, which give me an award, twice...will the award shown twice on my profile?
  16. Off topic How much do you pay for a vps and what about the server specs?
  17. My opinion is that there do not have to be any freeware plans compatible with PHPVMS. If you running these plans there would be a lot of other virtual airlines which will copy the material you have created. In many cases there were, there are and there will be virtual airlines created by immature persons who do not respect us (the creators of an image, of a text or anything else). Of course if you can support us by closing any plan which is owned by someone who just want to be the "king" by creating an wasted va, i would vote yes. I am 16 years old and sometimes i did not have money to pay my hosting plan or even my Teamspeak server but of course i respect the other's work and i believe that if you want to built something you do not have to steal material or anything else which is created by someone else without his permission. servetas
×
×
  • Create New...