Jump to content

ToiletDuck

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ToiletDuck's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

0

Reputation

  1. ToiletDuck

    blueIce

    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. I tried setting this up without any luck, just the white page as described. Anyone have any troubleshooting advice?
  3. Vangelis, Outstanding! That works great! Thank you so much! <big thumbs up!>
  4. 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>
  5. Sorry about that In-asm, I worked on this as a desktop application. After checking I see the "add airline" link is missing from a mobile device. I have corrected that. Thank you for letting me know!
  6. 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...