alblua Posted August 7, 2014 Report Share Posted August 7, 2014 I was wondering if anyone know how to make the ACARS map table show "No live flights" like the how the recent flights table does. I've attempted using the <?php if(count( [i]number of flightnumbers[/i] ) > 0){ [i]show table content[/i] }else{ [i]show no flights [/i]} ?> function, however, it doesn't work. Maybe putting ASP into PHP doesn't work? I've tried doing <?php if(count( ?> <%=flight.flightnum%> <?php ) > 0 however, I receive unexpected end of document ?> (or something like that). Anybody try this before and know a solution? Quote Link to comment Share on other sites More sharing options...
alblua Posted August 10, 2014 Author Report Share Posted August 10, 2014 Hmm, that doesn't seem to work, but I'll look at the skin and see what I can pull off. Thanks, though! Quote Link to comment Share on other sites More sharing options...
alblua Posted August 12, 2014 Author Report Share Posted August 12, 2014 Unfortunately, it doesn't work. I've inspected the code in the skin, but I dunno why it's not working. Maybe I'll try to turn on error in PHP and check what's going on there... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.