Jump to content

Laura

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Laura

  1. Laura

    Getting started

    Thank you for that - got the boxes right where i wanted them
  2. Laura

    Getting started

    Yep, i get that alot - especially when flying online Now, i looked up the corresponding code - that's </div> <div id="left"> <div id="box"> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> </div> <div id="box"> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div> I cut out - Boxes gone - so far so good My frontpage.tpl looks like this <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> This maybe a silly question, but how do i add it correctly to not get a "syntax error" This is all new to me, but i'm more than just willing to learn
  3. Laura

    Getting started

    I downloaded the VAirline Skin to get myself into this whole skinning procedure Thing is, how do i make those left boxes only appear on one page - the home site ? For now they show up everywhere, and i don't need the "Newest Pilots" Box on the ACARS Map Page or the Profile page
  4. I know this is not developed anymore, but maybe this was answered before Thing is, the Real Schedule shows me flight's wich i shouldn't be able to bid on because of the aircraft used (you would need a higher rank to fly the 777) Thanks
  5. Laura

    Aircraft Subs

    Quick Question about the "Select Aircraft" option - i now adjusted the ranks and fleet - so with my rank now i can only fly the Dash and not the T7. T7 flights don't show up in the schedule - so far so good, but when starting Kacars i'm able to select any aircraft i want ? Is there something i can do about that ?
  6. Laura

    Map Display

    I've changed the Minutes, flights to show on the ACARS to 15 Minutes - worked just fine, thanks alot I'll try that - Thank you
  7. I've changed it to 150* in the local.config.php # Avatar information Config::Set('AVATAR_FILE_SIZE', 100000); Config::Set('AVATAR_MAX_WIDTH', 150); Config::Set('AVATAR_MAX_HEIGHT', 150);
  8. I got a question concering the A/C Type - i used Kacars for a short Testflight, LOWG - LOWW. The flight should be done with a Dash 8, that's what it says in the Schedule, however, using Kacars i changed it to an MD11, and filed the PIREP - so far so good. But now, the submitted PIREP still shows the Dash, only if i view the log i can see that the MD11 was used - is it possible to show the actual aircraft used ? 'Cause if i view my PIREP's it says "Dash" as flown aircraft
  9. Yeap, i made this, 10 min. paintjob Btw: Sky's FS9 & REX
  10. Laura

    Map Display

    That's good to know But, is there a way to prevent to map from zooming in when there's only one flight tracked ? So by default, finished flights would still be displayed on the map 12 hrs after they arrived ? I guess something like 15 min. would make more sense, wouldn't it But thanks alot
  11. I just tried to connect to see if everything works the way it should, and more or less is does. But, as soon as my flight was displayed on the map, the map was zoomed in to the maximum - why's that Should actually look like this And, i then closed Kacars & FS but the flight is still displayed as "taxiing to rwy" - more than 4 hours later - i guess this is just a matter of (in)correct settings, is it ?
  12. Laura

    The basics

    He there This maybe a pretty silly question, but where can i add a Menu Button ? I just installed PHPVMS and trying to figure things out - sure, this'll take a while and i'm more than willing to learn, but for now i'd just like to add a new Button in the Main Menu So, within the default style i got Home/Pilots/Pilot Center/Live Map/Admin Center/log out I'd like to link the new Button to let's say the Schedule ? And, is there any "Tutorial" out there on how to create your on style ? Appreciate any help . Thanks in advance
×
×
  • Create New...