Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. You could use jquery as a popup, or just code it up to display in its own page like, its something that i meant to do but never had the time really. $pilot = PilotData::getPilotData($screenshot->pilot_id); echo '<b>Random Screenshot!</b><br /><a href="'.SITE_URL.'/pics/'.$screenshot->file_name.'" target="_blank"><img src="'.SITE_URL.'/pics/'.$screenshot->file_name.'" alt="Random Screenshot" width="180px" height="125px" border="0" /></a> <br />Submitted By '.$pilot->firstname.' - '.PilotData::GetPilotCode($pilot->code, $screenshot->pilot_id) .'<br />On - '; echo $date; ?> That code belongs in the Screenshots>screenshots_random.tpl in your skins folder. As you can see you can define the initial smaller dimensions and when you click the image it will open up full size on its own page.
  2. HI have you sent any notams?
  3. mark1million

    ACARS Error

    Hi what is the exact error saying in the dot net box?
  4. I see a new clean generation of skins emerging into phpvms Very good clean site, well done and good luck.
  5. Just use search .
  6. Just do what i did and make the things. I made the blinking green and yellow dots a couple of years ago, just take them from my site.
  7. You should split all that css to the style sheet and allocate id's to the table, that would make things a bit easier and cleared to see what's happening..
  8. We use both systems and also the very popular Tour module from Simpilot, very popular those tours. Sometimes pilots just want to be told where to fly, thats where the random flights from Jeff comes in handy and the adventure of completing a tour and gaining a badge for their profile.
  9. I have 2 years worth of mail except from the deleted items which i ran a line of sql to delete, Is there a way to preserve folders and saved mail from the old system?
  10. Ps this software is much better and best of all its Free
  11. That's excellent Dave, thanks for that.
  12. I will give you 1 last warning, if you post again i will remove your posting ability for a week! I keep removing your posts as all they seem to do is cause upset and bring nothing of value to these boards! We have said many times, the people attracted to this environment ie this forum are mostly VA creators who are not in the slightest bit interested in joining a VA but creating one themselves.
  13. No problem Just a piece of advise, i would specify the column widths then they will al be uniform on that pilots page
  14. OK no problems, does he exist in the database and is he active? Also is he allocated to a hub.
  15. How are you trying to send mails? If google then you need to authenticate to send, ie you need a valid address.
  16. What is your address?
  17. I believe the latest beta has addressed this issue, tut there ate other issues with that beta, there is a post here somewhere about this and a mod if i remember right.
  18. On the release there is not the option there to prevent logging in., this was only introduced later with the betas.
  19. You are on a beta release? These are still some problems identified in the latest release which is why its a beta Nabeel is on a programming break at the moment for a while to recharge but when he ius back im sure this will be sorted.
  20. There is more development to be done as i believe it would be better showing in the pilots public profile, I have the latest release running on my site and most problems have now been sorted, just some fine tuning. I believe the url is , /index.php/PilotShop/pilotHomePage
  21. This should help, http://forum.phpvms.net/topic/5512-last-10-flights-in-home-page/page__p__36910__hl__%2Brecent+%2Bflights__fromsearch__1#entry36910
  22. Sorry to jump in here but you need a valid address to sent from or authenticate to your mailserver, your messages and being rejected as your server thinks they are unsolicited spam, set up a valid email account and use that as the login or send from.
  23. Thanks again Jeff this was driving me mad.
  24. Jeff this is driving me crazy lol, I now have it working with just a minor adjustment UPDATE phpvms_pireps SET `flighttype` = 'T' WHERE `flightnum` LIKE 'T1L%' Had to replace the `T` with 'T' I hate sql lol Thank you for your help.
  25. Same thinig for some reason im getting #1054 - Unknown column 'T1L%' in 'where clause' Wall :--( bang lol The damn thing does exist.
×
×
  • Create New...