Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. Jeff

    Code

    in that case, he'll just have to brush up on some HTML coding then. Here is an example of how you would place it in there. <table> <thead> <th>Pilot ID</th> </thead> <tbody> <td><?php echo $pilotcode; ?></td> </tbody> </table>
  2. Jeff

    Code

    Pilot Name <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?> Pilot ID <?php echo $pilotcode; ?> Pilot Rank <?php echo $userinfo->rank;?> To show the rank image instead <img src="<?php echo $userinfo->rankimage ?>" /> Pilot Hub <?php echo $userinfo->hub;?> Pilot Flown Hours <?php echo $userinfo->totalhours; ?> Pilot Total Flights <?php echo $userinfo->totalflights?>
  3. Jeff

    VA Central

    I think this has been answered here.
  4. Try adding the Top Pilot module from Simpilot, then use the code I gave you. It might work then.
  5. It should be working. Here it is in working form on my site. http://www.virtualflightzone.net/index.php/profile/view/1
  6. You can also just use this code (without using this module) to display the Avg. Landing rate of all your flights. <strong><font color="#FF0000">Avg. Landing Rate: </font></strong><font color="green"><?php echo ''.round(TouchdownStatsData::pilot_average($userinfo->pilotid), 2); ?></font> This works in the profile_main.tpl as well as the pilot_public_profile.tpl
  7. <strong>Date Hired: </strong><?php echo date(DATE_FORMAT, strtotime($userinfo->joindate)); ?>
  8. Typo: "Regreat" (in the header image), should be regret. Images in the Roster are missing.
  9. <?php $pirep->pilotid.' '.$pirep->firstname.' '.$pirep->lastname?> or <th>'.$pirep->pilotid.' '.$pirep->firstname.' '.$pirep->lastname.'</th>
  10. Never mind. There just happens to be a Password Protect Directory in cPanel that allows you to do just that.
  11. In case that someone gets a hold of a members acct. info that they still can't have access to the Admin Center. Just a little added security.
  12. Search the forums. You will find many examples concerning both of these. Most of what you want can be found in Code Snippets and also Releases.
  13. Okay, I was able to get that working. Is there a way that I can use .htpasswd on a certain area (preferably the Admin Center)?
  14. My .htaccess is empty. Is there a certain way to type that in? I'm not sure how to edit that file.
  15. I have a very nuisance pecker-head that keeps registering. I need to have his IP address blocked. Is there a way to do this? Every time I delete his registration, he signs up with a new username, but it is always in the same format. This time his username is RerminiErer RerminiErerOC. It is really starting to tick me off as it has happened 15 times in the last 4 days now. Can someone help me? Nabeel, if you are reading this, I am on Fivedev. If I need to open a support ticket on this problem, I will. Someone please send help my way ASAP.
  16. I don't know, it still looks orange to me. Some of the images still aren't converted over yet, and the Main Menu navigation header is still in grey.
  17. I am wanting to start scheduling flights in and out of water airports. My VA only allows the usage of kAcars (custom) for flight submission. I was wondering how Acars treats water landings. Does it treat them like any other land based airport, or does it not function what-so-ever. I am asking VA owners that use the custom kAcars program and have airports scheduled in the water.
  18. It looks like you are using GCMap for your Acars map (didn't know that was possible), Not sure where your problem lies since you aren't showing the Live Google Map.
  19. That needs to be set in your app.config or local.config found in /core/ and also make sure that it is the same in the acarsmap.tpl in /core/templates
  20. Jeff

    Hubs

    You could also state in the registration, that if they choose a hub, that hub may not be available in order to make your hubs more equally filled. If they still want to be in that hub after registration that they can wait until that hub opens up, and they can sign up for it. That would come in handy for the Hub Transfer add-on found in these forums.
  21. Looks to me that you have this fixed, since I viewed your site in both IE9 and Chrome, and everything looks the way it should.
  22. As my last link goes to a VA I no longer operate, here is the new one. See if this works for you guys. Download
  23. Jeff

    CSS Style Help

    Oops sorry, I must have forgot the link. Glad you got it sorted though.
  24. Is there something that you can place in the pilot_public_profile.tpl that will show what page that a member is currently viewing? This is something along the lines of what you see when looking at a members' profile on these forums when you view their profile.
×
×
  • Create New...