Jump to content

Txmmy83

Members
  • Posts

    493
  • Joined

  • Last visited

Everything posted by Txmmy83

  1. Nighthawk, a manual price entry would be perfect but I think you should add that as optional in to a readme file so that user can decide which variant they prefer automatic or manual! great work so far welldone! best regards Thomas
  2. Jon, what do I need to change to adjust site width? since I want to place a flightboard with 970px width? thanks in advance Thomas
  3. Artisteer work for Templates but is a Bit difficult to Customize ! Would Not recommend unless you really Know what you are doing
  4. Thanks a lot
  5. I have a small problem menue point Pilots says "module Listing" did not exist which is ok since my Pilots list is not named Listing but when I set it to default pilot list it doesnt show any Pilot what can be wrong here? template so far is great big thanks for sharing Best Regards and thanks in advance Thomas just figured out why I did not Placed pilots_list.tpl in skin folder now it work
  6. Jon, in the metadata their is your Air france virtual which needs to be replaced with own Airline data if someone use that template I just write this to avoid confusion but it may been reported to you earlier
  7. I will probably put it only in scenery Insert area since my VA does not use any customized scenery files Best Regards Thomas
  8. that's not too dramatic with exception if an VA develops their own member only scenery files what is far more a problem is that even non members can post links to sceneries by default which can open a potential door for spamming (pornlinks, etc) Best Regards Thomas
  9. everything work like it should now and again thanks for the great addon Best Regards Thomas
  10. did not work for me just to clearify if Installed right move the module & template folder to Core folder run the SQL file set the link to the module http://www.flyeurope-va.org/index.php/secenery right? ok just found the error! typo by myself secenery scenery is better I think but strange thing it doesent work even right spelled I always get this message An Error Was Encountered The module "SCENERY" doesn't exist! any Idea? how to fix Best Regards Thomas
  11. thank you very much Best Regards Thomas
  12. ok then I did everything right
  13. great where in ProcessRegistration function should that code pasted?
  14. the problem with that variant I have to say i have it near that way myself is that it reload the whole frontpage which could get you in bandwidth problems if you use many larger grafik files to built up your site which are reloaded each time when the site refreshes you would probably not run into bandwidth troubles on good hosts which grants you a high monthly bandwidth but on smaller hosts or freehosts dont even think about that method! I did not found a way to refresh the board only! if anyone has or a code to refresh the board only please share since that would help much to keep pageload low best regards Thomas
  15. Txmmy83

    Charters

    Jeffrey, could it be that reed0427 is on an older kACARS version before the Charter option was fixed?
  16. Txmmy83

    Airport Tables

    dicovered another thing but may only suitable for Airlines which have not many Airports in database first of all the country code follows the toplevel domains for each country at least most do! ok you could even but larger or more styled flags (just name it with full country name) the get method looks only for the name.png remember for example United Arab Emirates.png would not work it have to be united arab emirates.png since the img routine cant read Caps best regards Thomas
  17. Txmmy83

    Timetable

    have to look if I can read out the Aircrafts Icao and Days than this would be perfect
  18. found the error <h4>Schedule Frequency</h4> <div align="center"> <?php /* Added in 2.0! */ $chart_width = '600'; $chart_height = '150'; /* Don't need to change anything below this here */ ?> <div align="center" style="width: 664px;"> <div align="center" id="pireps_chart"></div> </div> <script type="text/javascript" src="<?php echo fileurl('/lib/js/ofc/js/swfobject.js')?>"></script> <script type="text/javascript"> swfobject.embedSWF("<?php echo fileurl('/lib/js/ofc/open-flash-chart.swf');?>", "pireps_chart", "<?php echo $chart_width;?>", "<?php echo $chart_height;?>", "9.0.0", "expressInstall.swf", {"data-file":"<?php echo actionurl('/schedules/statsdaysdata/'.$schedule->id);?>"}); </script> </div> this closing div was missed before!!! <?php /* End added in 2.0 */ ?> very small error very large impact on layout
  19. Txmmy83

    Airport Tables

    friends got it work example here: http://www.flyeurope-va.org/index.php/airports country flag of Yugoslavia/Serbia is missing in phpVMS command back it is there under "RS" wich is serbia and montenegro only modification need to do is rename your countries to two letter codes best way to get all of them is to go into source code and from registration form you can derive all necessary "option values" then use <img src="<?php echo Countries::getCountryImage($airport->country);?>"/> to get the image Best Regards Thomas
  20. only the renaming of the flags to phpVMS conventions costs nerves Best Regards Thomas
  21. Nabeel, is that an optional update or required for correct statistic for vacentral? if I install this is their any modification need for templates to be compatible with the changes? best regards Thomas
  22. Txmmy83

    Airport Tables

    will try to do that tomorrow just looked into my sites source code for option value on pilot location to get sure what the right values for each country is it looks like much work but well lets try best regards Thomas
  23. Txmmy83

    Airport Tables

    I think $airport->location is a String and you could give it whatever length you want Best Regards Thomas
  24. Jeffrey, thanks for that! but where does that fix need to put in? kacars module php? Best Regards Thomas
  25. what do you exactly mean with index? if you mean the index.html from artisteer before I applied changes to make it work with phpVMS yes I have them problem is not in the layout.tpl since every other page have the footer right it has to be a schedule details.tpl specific problem or of an template referenced by schedule details.tpl Best Regards Thomas
×
×
  • Create New...