Jump to content

piper338

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by piper338

  1. I gotta change the size of the graph in 2.0 http://flyvva.org/index.php/profile/view/2 I tried to edit this /* Added in 2.0! */ $chart_width = '800'; $chart_height = '250'; /* Don't need to change anything below this here */ But it didn't do anything. Thanks Chad C.
  2. Could someone help me out please I am trying to get the vatsim id to be displayed here http://flyvva.org/index.php/pilots The custom field is this Vatsim ID and here is the .tpl I have <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="100%" class="tablesorter" id="tabledlist"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Vatsim ID</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> </tr> </thead> <tbody> <?php foreach($allpilots as $pilot) { if($pilot->confirmed != 1) continue; /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> </td> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ ?> <tr> <td width="1%" nowrap><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <td><?php echo PilotData::GetFieldValue($pilot->pilotid, 'Vatsim ID'); ?></td> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><?php echo $pilot->totalflights?></td> <td><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td> <?php } ?> </tbody> </table>
  3. Hostmonster fixed it... hope the fix holds
  4. I'm exchanging emails with my service provider... I really think its on their end.. They are trying to tell me they dont see the errors... its hostmonster
  5. not working again... :'-( I didnt change anything.. Get You must be logged in to access this feature! when we try to login. Im going to try and reinstall.
  6. well it started working this morning not sure whats going on... must be something on the server.
  7. I tried re uploading and reinstalling, still no joy. just another error in addition. Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
  8. Just tried to update to this version. I get the following error when I try to go to the admin section. An Error Was Encountered phpVMS has not been installed yet! Goto install/install.php to start! Everything else seems to work. I ran the /install/update.php
  9. Yes they have, would it matter if there is an airport added without a route?
  10. Hi guys I'm getting the following erros on the route map page with version 2.0.840 Any ideas? Thanks. Chad C.
  11. Thanks, it worked.. only problem now is under User Administration.. the pilot with ID of 1 is still un-editable.
  12. First, Thank you! and Second haha, where in the DB do I change the admin ID? I need Pilot with ID of 2 to be the admin.
  13. Hi, once I get my current live website stable, I would like to create a development site to work on a few things. Is it possible to run my dev site with the same database as the live site? Is it a bad idea to do so?
  14. Anyway to get the phpvms templates to work inside of PHPBB? trying to skin phpbb I have never done it before. Would Like the navigation to show at the top. http://forum.flyvva.org Thanks, Chad C.
  15. Thanks, I took all of my 100% heights out, it's like something is over writing it cause I looked in fire bug and the 100% is still there.
  16. http://flyvva.org/index.php/schedules/details/37 Anyone have firebug or something, I cant figure out for the life of me what is going on here. It almost has to have something to do with the route map... but I don't know what. Thanks, Chad C.
  17. I know how to add fields via the admin panel, is there a way to make these required?
  18. I'll make a few when i get home in a few hours.
  19. Kind of worked... it hid the rest of my left-bar, I'm about to tear it apart and redo it all over again... <-- I just liked the way that smiley looked lol
  20. No luck yet, this is about where I get in all my designs then I delete everything and start over haha.... I really wish I could learn how to do this stuff right cause I really do enjoy it.
  21. I'm living in the past when it comes to IE then cause I never use it. haha
×
×
  • Create New...