Jump to content

mattsmith

Members
  • Posts

    373
  • Joined

  • Last visited

  • Days Won

    1

mattsmith last won the day on August 23 2023

mattsmith had the most liked content!

1 Follower

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mattsmith's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Collaborator Rare
  • Reacting Well Rare
  • Conversation Starter Rare
  • Week One Done

Recent Badges

36

Reputation

  1. Where is the file located to edit the skin? i.e dropdown menus etc
  2. Is there a free acars you can use with phpvms 7 until i can afford the paid version?
  3. Is there anyone that can help me install Phpvms7, I'm really struggling with it.
  4. I'm having this issue when installing phpvms 7, could someone please help me, thanks
  5. I an getting a "your connection is not private" warning on my pc
  6. Just paste it at the bottom of local.config,php
  7. I'm trying to get the pilots stats to show on my front page, i have added the following code to frontpage_main.php but it's not pulling the data. <ul class="list-group"> <li class="list-group-item"><span class="badge"><?php echo $userinfo->totalflights?></span>Total Flights</li> <li class="list-group-item"><span class="badge badge-default"><?php echo $userinfo->totalhours; ?></span>Total Hours</li> <li class="list-group-item"><span class="badge badge-primary"><?php echo $userinfo->transferhours?></span>Transfer Hours</li> <li class="list-group-item"><span class="badge badge-success"><?php echo FinanceData::FormatMoney($userinfo->totalpay) ?></span>Pay</li> <li class="list-group-item"><span class="badge badge-warning"><?php echo $nextrank->rank?></span>Next Rank</li> <li class="list-group-item"><span class="badge badge-warning"><?php echo ($nextrank->minhours - $pilot_hours)?></span>Hrs until Next Rank</li> </ul>
  8. mattsmith

    Ranks

    How do you view all the ranks on a page?
  9. I have added the pilot login to frontpage_main so it shows up on the main site. How do i make it disapear once logged in?
  10. mattsmith

    vAwards

    How can you delete an award?
×
×
  • Create New...