Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. Good Evening Captains, I am going to write an article on a magazine about my virtual airline and generally the virtual flights. This will include an article with a presentation of my va and some faq about virtual airlines and flights. This is an aviation magazine but most readers do not know what a virtual flight or even airline is. I want you to suggest me questions in order to use them for the faq. The questions i have already built are: What is a virtual flight, IVAO and VATSIM? What is a virtual airline? What do i need to fly a virtual flight? Obviously i do not need the answers .
  2. I do not like that the about page is not accesible to the visitors. The only thing i saw about your virtual airline on this website is:
  3. Trust me, you are not going to find any pilot here . + Where is the Powered by PHPVMS?
  4. Does not work. It always shows 1.
  5. Tours system will only process the PIREP if it is submitted with an scars client. I send you the solution via pm. For your information you must not request support for payware modules here. You can open a ticket here.
  6. Just one question because i do not want to spoil your announcement, what helps a virtual airline when it has 25 pilots and 13 of them are staff members? servetas
  7. servetas

    VAForum 2

    Hello Tom, Due to Summer's low traffic etc i am thinking on changing my forum from SMF to VAForum 2 . Are you going to release the new version of this forum? servetas
  8. Do you have the same version over the client and the site module? Can you check the line 29 of kACARS_Free in order to see where it stucks?
  9. Yes it will prevent pireps from being deleted. Also you can remove the following lines: $sql[] = 'DELETE FROM '.TABLE_PREFIX.'pirepcomments WHERE pilotid='.$pilotid; \\This command removes the comments on the pilot's pireps
  10. Hello edmondk, On my virtual airline we have set up a SMF forum. In many cases there are pilots who do not visit our forum so we recently decided to update the news of our va via the phpvms news or facebook and twitter. It is not so difficult to administrate the forum (it is just difficult during the start and then...everything goes fine) that it is to update it. You will have to post news about the va etc. Generally i think that a forum does not have any use but i think that is helps your va's pilots to communicate.
  11. 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.
  12. 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...
  13. I agree with you TAV1702 but i would be better (i think) if we could add it on the Pilots & Groups Menu .
  14. If you do not like the way i am coding, you can just ignore my posts . Thank you for your help...
  15. 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>
  16. 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
  17. It is on the root: lib/skins/yourskin/layout.tpl Where yourskin is the name of your skin .
×
×
  • Create New...