Jump to content

ToiletDuck

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by ToiletDuck

  1. This skin is awesome! I do have one issue. It seems that the roll over buttons do not work on my site. I may have edited a file and messed it up. Also the popup login is not working. (maybe related to the rollover buttons?) I checked in Firefox and Chrome, same results.

    https://awavirtual.com

    Any pointers to where I might start looking?

    Thank you in advance!

  2. On 6/18/2018 at 2:21 PM, Relja12 said:

    Anyone still have issues with white map on front page? I am using crewcenter and I do. Any ideas?

    I tried setting this up without any luck, just the white page as described. Anyone have any troubleshooting advice?

  3. Hi all,

    I'm trying to pull pilots awards in but having some trouble. If a pilot has an award this code works perfectly. However, if a pilot has NOT received an award yet I get an error. Does anyone know how to create an "if" statement that addresses an empty array?

    error received:     Warning: Invalid argument supplied for foreach()

     

    <strong>Awards</strong>
    <li class="list-group-item"><?php echo "<table>";
     echo "<tr>" ;
     $i = 0;
     foreach ($allawards as $award) {
    	 if ($i % 5 === 0) {
    		 echo '</tr><tr>';
    	 }
    	 echo "<td>&nbsp;&nbsp;<img src=".$award->image." alt=".$award->name." /><br>".$award->name." &nbsp;&nbsp;</td>";
    	 $i++;
     }
     echo "</tr>" ;
     echo "</table> "; ?>							
    </ul>

     

  4. Hi all,

    I'm really enjoying viewing all of these awesome virtual airlines! I do have one of my own in progress, but more on that later. One of the things I hated from previous setups was getting the word out about the new airline. You can't run an airline without pilots! I have created a very basic online database to help keep track of the virtual airlines, and hopefully bring in some traffic. (and pilots!) I will be verifying sites once every few months to keep the links current.

    It's completely free to list your site.

    Here's the site:

    Virtual Airline Hangar

    http://vahangar.com

    Thanks for reading! Happy flying!

×
×
  • Create New...