Jump to content

magicflyer

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by magicflyer

  1. Can you please send over a pastebin.net of your acarsmap.tpl?
  2. Yup, I did some digging and found the secret little spot for that to happen: Open up: core/common/PIREPData.class.php Line #90 should display the following: $date_clause = "DATE_SUB(NOW(), INTERVAL {$interval} MONTH) <= p.submitdate"; Change it to display: $date_clause = "DATE_SUB(NOW(), INTERVAL {$interval} MONTH) <= p.submitdate AND accepted=1";
  3. Something along these lines right? http://gyazo.com/9ce85a48a3c45ee8cea3016bce17cf3f If so, that would be pretty cool.
  4. If the custom flight map is a module somewhere in phpvms, call it with the following code: <?php MainController::Run('MODULE NAME', 'METHOD NAME'); ?> So, if you're calling the pireps.routes map module, you'll be using: <?php MainController::Run('pireps', 'routesmap'); ?> Make sure it is set to the appropriate size in the routesmap.tpl file, so that it'll fit in correctly.
  5. There may be an error in the javascript itself, do a pastebin and send it over(If you prefer, do it by PM)
  6. Try this modified version of the layout template: http://pastebin.com/Dj38R9uS Bootstrap requires version 1.9.0 or higher to operate certain features. You loaded that library AFTER bootstrap was called, and I switched it so that the library is called BEFORE. Hope that works out some issues.
  7. I get the feeling it has something to do with the acars map being a bit too large, causing the pixel value in the CSS to compute that there's not enough space to put the sidebar there. Try decreasing the width of the acars map, it should be in the local config file in the /core directory. If that doesn't work, please do a pastebin of the .tpl or send me a link by PM to that site.
  8. Can you display what you have in the htmlhead file?
  9. We do offer pilot center designs, just contact us via the contact form and state any requests you have. We'll get back to you shortly.
  10. Give the guy a break, people make mistakes. Good luck on your endeavor, and if I may give you a tip...see if you can release a free template out here. It's a good way to get some practice and help the community easily.
  11. Update: Applications will be accepted until April 2nd, 2014. There may be a delay in the application handling due to the unexpected number of applicants.
  12. UPDATE: Applications have closed As demands for websites grow, we are looking for a creative mind to handle weekly projects. Position: Phpvms Web Designer (Paid) 1 available Duration: 4 Weeks pending extension on availability Requirements: Prior work w/ at least 1 project in Virtual Airline design Excellent Knowledge of HTML, and CSS Some Knowledge of Php Able to speak and write English Experience with Phpvms Ability to accept payments via Paypal Hate Internet Explorer as much as we do, yet are able to make your sites compatible. Benefits: Working with a motivated team Growing your portfolio 70% commission paid at the completion of each project pending increase to 90% based on perfomance. Free zumeweb branded T-Shirt with your name on it at the end of the 4 week period. you@zumeweb.com email Responsibilities: A web developer with zumeweb is responsible for completing full-scale phpvms projects assigned to them by the team leader. Projects would be given an average of 1 week to complete. They must be able to organize code in a manner that the client can easily access and edit the content. Other duties may arise from time to time and may be assigned to the employee. To apply: Click on the following link and answer the form. Be prepared for a skype text chat interview if deemed necessary. apply.zumeweb.com
  13. I doubt it is CSS, but it could be. Try to resize your browser window, if it re-centers it's the fact that one of the CSS properties may be a percent instead of a pixel unit. If not, the problem most likely is in the core_navigation.tpl file.
  14. Nice video. I would fix the volume setting as well but in all, it's a good reference for anyone starting a virtual airline. Thanks for having the initiative of making them. PS: Thought this was funny Careful what you link on a phpvms public tutorial channel: http://i.gyazo.com/9234e891d6459d45532636cc408421fe.png
  15. Couldn't help noticing that it's repeating exactly by the length of the numeral value.(2014 has 4 digits and thus is repeating 4 times). Please find where those values are being outputted(most likely in the template found in /admin)and see if there's a loop of some sort, usually labeled with a "while(" or "for(". There could be a problem there.
  16. Well, what an excellent question. Firstly, before going anywhere I would like to say that I have not yet been the CEO of a virtual airline, however I have been HR, COO, Hub Manager, and have worked with a dozen virtual airlines, so I hope that you do find the following at the very least credible. If you plan on investing a sum in advertising it should strictly be held for some sort of competition awards. Taking the now-gone Emirates Virtual example, the CEO invested roughly the cost of 3 Boeing 777 PMDG licenses, summing to $250+, and ended up with an overnight registration of 100 Pilots, followed by a total of 300 pilots within the first week of operation. Of those 300 pilots, there were 3 dozen flights made daily and as much as 10 flights on the live acars information page at a time. I need to emphasize that it is also an excellent idea to pick a prize that has something do to with your VA. Optimally, you should also select a well-known company and an anticipated addon as your prize. As for the competition itself, be creative. Facebook Advertising and Google Search Engine Ads are not as effective as you might think Alternatively, If you're looking for a free way of advertising and getting pilots to register with your VA. Good luck.
  17. Hi, I posted a reply on that thread. Hope that's it
  18. Hi, I noticed you have a full-length H3 and box on the bottom of that page. I am going to assume you edited a bit of the code, and got confused at how the grid system works. You see...It's based on the Bootstrap 2.0 grid system, which can be found here: http://getbootstrap....tml#gridSystem. In short, you need to start off with a <div class="row"> which contains numerous <div class="spanX"> where X is the width of the column(From X = 1 to X = 12). On top of that, you also need the proper closing </div> after each <div> opened. I know it's somewhat a bit confusing, but just bare with me. When you create a row(class), you're basically creating a new line for whichever elements. That new row, will have each element aligned in one straight line, instead of following the elements top-down. In the Spoiler below, I moved the Flightboard to the first instance of <div class="row"> so that the flightboard follows the row on-top. In addition, I also moved that "Ultimas Novidades" sidebar up to the first row to have it behave a little more smooth. The code below is not tested, it can turn out to be beautiful or disastrous. Just let me know, and Ill fix it up locally and give you a newer version(But the error is still the same).
  19. You can edit the menu by accessing the file core_navigation.tpl
  20. This skin does not incorporate drop down menus, if you wish to do that you'll have to replace the existing menu style with another. There are many tutorials on the web that would allow you to do that. Answered via PM 1 week ago - The reply:
  21. What a long delay for this answer, Apologies. Answered by PM, a couple days ago. Added & Link Updated The pictures will move automatically, for as long as you have the correct syntax, similar to the one in the layout.tpl.
  22. Nice module, had this in my queue of projects but I guess you beat me to it . Great Job, man!
  23. Very nice, $10-$15 seems to be right the price for a first sale.
  24. That happens because the image used as a placeholder for the slideshow content, is only 1351px wide and I am guessing your screen is about 1800px in width. It would not occur once you upload a larger image to take care of the placeholder.
×
×
  • Create New...