Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Didn't work either. This makes no sense, as it works on every other table.
  2. I use Word press, than just have rss feed that certain catagory for your hub. lol@ newbie with 1500+ post.
  3. That is the same exact one I am using. I have it on all my table, Pilot Roster, PIREPS, Downloads, Schedules, etc. Just wont work on the Hub Roster.
  4. What am I searching for, Keywords?
  5. I am having a little trouble getting my hub roster to paginate. Here is the hub page in question - http://www.flyaka.com/index.php/Anchorage I have no problem paginating my other tables. This is the hub roster code: <!-- Hub Roster --> <div class="box"> <?php $pilots = PilotData::getAllPilotsByHub('PANC'); ?> <?php if(!$pilots) { echo 'There are no pilots in that hub, so there must be at least one pilot so the hub can run.'; return; } ?> <table id="mytable"width="100%" border="0" cellspacing="0" cellpadding="0" class="aka_table"> <tr> <tr> <th width="112"><div align="center"><u>Pilot ID</u></div></th> <th width="345"><u>Pilot Name</u></th> <th width="210"><u>Rank</u></th> <th width="170"><u>Hours</u></th> <th width="190"><u>Flights</u></th> </tr> <?php foreach ($pilots as $pilot) { ?> <tr> <td align="left"><div align="center"><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a></div></td> <td><div align="center"><?php echo $pilot->firstname.' '.$pilot->lastname?></div></td> <td><div align="center"><?php echo $pilot->rank;?></div></td> <td><div align="center"><?php echo $pilot->totalhours; ?></div></td> <td><div align="center"><?php echo $pilot->totalflights; ?></div></td> </tr> <?php } ?> </table> <script type="text/javascript"> $(document).ready(function() { $('#mytable').dataTable( { "sPaginationType": "full_numbers" } ); } ); </script> </div> <div class="clear"></div> <!-- Hub Roster --> Any help would be appreciated
  6. How do I put comas in my stats? My Total Hours look like this " Total Flight Hours:14777.43" and I want to place the coma in there, 14,777.43
  7. If its for fake items only and not for an example special downloads. Whats the point of it?
  8. Do you have another link to the download? The link on this post is dead.
  9. You have a skin by Fernando, which is most likely a stolen skin.
  10. Think you got the skins confused. Dave has nothing to do with Fernado's skins
  11. Would look better if the top menu was the whole width of the background image. Other than that, really nice!
  12. For the ones who have a Wordpress and would like to have your recent post on your phpvms site. Here is how I do it. http://feed2js.org/index.php?s=build Than you will need to know your RSS feed url. http://example.com/?feed=rss http://example.com/?feed=rss2 http://example.com/?feed=rdf http://example.com/?feed=atom If you are using custom permalinks, you should be able to reach them through this usage: http://example.com/feed/ http://example.com/feed/rss/ http://example.com/feed/rss2/ http://example.com/feed/rdf/ http://example.com/feed/atom/ I am using /?feed=rss2. Make sure that you preview it first. Place the code where you want to display the post.
  13. make sure you are typing in www.sitename.com and not just sitename.com.
  14. Is this one actually going to work? There have been atleast 2 on here. They really never worked.
  15. are you putting the index in your skin named folder? Not in lib/skins. Put it in lib/skins/XXX
  16. do you have cpanel? What happens when you do the index?
  17. put a index in your lib/skins folder or block it from your host cpanel.
  18. General and Hub Stats are on the forums here.
  19. Send it over, Thats where I was leaning. What size are you using.
×
×
  • Create New...