Jump to content

sasvirtual

Members
  • Posts

    32
  • Joined

  • Last visited

sasvirtual's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hey guys I'm building a virtual airline and I just finished up the barebone design of the site. What do you think? www.northeastvirtual.com
  2. Hey guys! Here is my issue... <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body style="font-family: candara"> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php Template::Show('news_newsitem.tpl'); ?> <?php Template::Show('core_navigation.tpl'); ?> </div> </div> </body> </html> This works on the home page but when I click on "Pilot Center" I get the same thing and the only difference is the link shows for index.php/profile <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body style="font-family: candara"> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php echo $page_content ?> <?php Template::Show('core_navigation.tpl'); ?> </div> </div> </body> </html> This works like phpVMS but I need a way to put the "Recent Reports" etc on a side bar, not directly under the news! Any help would be great!
  3. Looks good! If you want to see go to http://www.alaskaairvirtual.com If you have a code for recent PIREPS and new hires, that would be AWESOME! Thank You!
  4. I got an error. Here is my coding: <div id="sidearea"> <h3>Newest Pilots</h3> <?php foreach($pilots as $pilot); { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php } ?> </div> Warning: Invalid argument supplied for foreach() in /home/alaskaai/public_html/lib/skins/brilliancev1/layout.tpl on line 166
  5. I was wondering where the .tpl files are for the latest flights and pilots hired. I know it is somewhere in the core/template area but I couldn't find it. Can you please tell me the name of the file or attach one on here so I can get the code. Using the Brilliance template at http://www.alaskaairvirtual.com
  6. Oh really I will check out the layers! Thanks Guys!
  7. Hey! I am looking for the set of images to complete the default phpVMS rank images. It only came with the "new hire" images as seen below.
  8. I am making a virtual airline (Alaska Virtual Airlines) and will be setting it up with phpvms. I want to use the logo and name of the Real World Alaska Airlines/Horizon Airlines on my site. What should I do so someone doesn't come knocking on my door?
  9. When I go to make a flight bid with the Brilliance Skin, It doesnt do anything other than giving me an error "No route passed". How can I fix this?
  10. That happened with me too when I had a free host. Now I have paid and it works fine. Probably one of the bigger issues with free hosts and phpVMS.
  11. Hi all, I have been trying to test out php pages I make on my own without having to use a free host then use phpmyadmin to make databases. How can I do this all on my solely on my pc. If there you guys have some sort of programs or list of programs I can run together to test out new pages, it would be great! Thanks!
  12. Hi I am using the Obsess Blue Roster and I am having some css/template issues. On my pilot roster it makes a new "look at me and other content" box for each hub. How can this be fixed. Link to site: www.goflyvc.com
  13. Welcome to GoFly Virtual Charters. We fly out of KMDW and other regional airports around the Great Lakes Area. We also focus on the: Boston Area, L.A. Area, Seattle Area Our fleet ranges from small Cessna 172s all the way up to Citation Xs and Learjet 60s! Join The Fun at www.goflyvc.com!
  14. i ran the checkinstall.php and got: phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.13.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors
  15. Would it work if i just reinstall phpvms?
×
×
  • Create New...