Jump to content

StartVM

Members
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by StartVM

  1. core_navigation.[php/tpl]
  2. I agree as you are essentially lying to your pilots as a marketing strategy. That's all it is is marketing unless you actually put the time, money, and hard labor into making it a functional system.
  3. Well there are apparently 2 definitions of a "Cloud Based Pilot Center" now. The original idea and one authentic to the definition of cloud based, is basically having your pilot center files, hosted on another server generally your developer's with the idea of if your site goes down, pilots can access the pilot center still, and it has a layout and style other than your main websites. Unfortunately, after one VA successfully implemented the idea, a bunch of "lower class" VA's decided to do a knockoff with a separate install of phpVMS on their server linked to the main websites database. Basically a 2nd site with a different skin.
  4. I would need to see your exact code and get a better idea of what you want, but what you could do is make a variable and conditional to display new content in the footer when your in the pilot center. I have not tested this on the phpVMS framework, but give it a go. In your profile_main.tpl file above anything else put the following <?php $pcfooter = 'profile'; ?> Make a file in your active skin folder named footer.php, anything you want displayed put in this file. Now go to your layout.tpl and where you want the content from the footer.php displayed, put <?php if($pcfooter == 'profile') {echo "<?php include ('lib/skins/SKIN NAME/footer.php') ; } ?> I am really tired and my mind went off as I am on vacation so if my syntax is off excuse me, my mind has gone to mush.
  5. Congrats to you my friend. It is very ambitious to add an American representation to the VA market, but the one thing I respect more than anything is a respectable CEO. I have very high hopes and expectations of you. Good luck!
  6. Good day, but tbh if you have no interest in the hobby then going around the forums and adding mush to people's topics who are presenting their successes that they are ultimately proud of because you have nothing better to do "at the end of the day" sounds like a troll to me. G'day sir!
  7. Jon it's interesting you make that point. I find it quite astonishing how quick you are to jump to conclusions with my motives.. Well technically since I am in high school you could consider me an English student, I don't think we have anything in common there based on your on you're inproper sentence conventions. I don't see why there needs to be any doubt in our design unless you have seen another virtual airline with our design. This statement you made suggests that every website you see that claims to be unique you have a good laugh at, I hope you don't get too hurt... You are the only person who has had a negative response to our statement and as a representative of Redwood VA, I want to ensure you don't continue to have a poor response to our operations and website. We can't please everyone, but we sure listen to everyone. Do take care and I hope you achieve your virtual mission with whatever you may be looking for!
  8. I see 2 possible things you may have been referring to in this good laugh... 1. That I referred to this as an "industry" in which I did use quotes suggesting that I do not imply the literal definition of the word. There are pleanty of paid services in this community, whether that really has much to do with the economy, I doubt it. 2. You are questioning the uniqueness of my virtual airline in a very immature and passive aggressive way. I am perfectly comfortable with reiterating "There is no other virtual airline in this community like ours." I think it would be very difficult to laugh at that statement if you took the front-end design solely into account. I am going to assume you did very little research based on your very simplistic commentary and we're referring to us using phpVMS. Yes we use phpVMS as a base on our backend like hundred maybe thousands of VA's haha yes I see why you might get a little chuckle out of that if you think about a fresh install and some noob who says they code by changing some front-end CSS. No we have modified the framework of our registration system, flight logging and pirep system, and multiple administrative functions to better manage pilot accounts. Not to mention the countless expansions we have coded unique to our virtual airline. Thanks for you input and if you have any other questions regarding my statement, feel free to let everyone know your "assumption and good laughs" or you can contact our management directly at coo@redwoodva.net
  9. Good points Tom, but we wanted to be unique. There is no other organization in this "industry" that has a website that looks like ours, has many of the features of ours, and with so many virtual airline websites we needed to do something different. We wanted to focus on a certain selection of colors instead of using many I think it works quite well for our site. Is it where the Red is used that feels to much, the quantity, the shade?
  10. I am afraid sir that the concept of a mega menu is nothing new. Our color scheme is Red, White, and Silver. I am not sure what you want us to do as any other color would be off setting. What have I redesigned about what people know about website navigation? Have I been inconsistent throughout the website?
  11. What part of the navigation is difficult to navigate around? I am not discounting your opinion, but having been the first person to say this I am curious on what you think could be improved?
  12. In your file manager go to core/local.config.php and on Line 75 where it says ACARS Live ime change it from 720 to 5. That way your acars map with reset after 5 minutes
  13. .awards { margin-left: auto; margin-right: auto; width: 95%; }
  14. It doesn't work syntax error. Unexpected "<" on line 5
  15. I have not changed anything on my website, I went to login this evening and my website is throwing out this error when loggin in and logging out. http://i.gyazo.com/9081c0b8d508608b34658d36132cedb4.png
  16. With the following script <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> it displays the last 5 pireps submitted. I am trying to modify the frontpage_reports.tpl file so it displays that users last 5 fives flights instead of everyones. http://pastebin.com/zNkYd8tF Can someone please help me out with this? Thanks
  17. Redwood Virtual is a community oriented virtual airline representing Virgin America as closely as possible. As of today we have been open our first month, and as a way to embrace this moment, I would like to share with you our current standing, developers notes, and future plans. Redwood Virtual Statistics: Active Pilots: 50 Completed Flights: 53 Average Daily Website Visits: 327 Average Daily Flight Team Applications: 1.6 Developers Notes: Main Website Backend System: Redwood Virtual currently utilizes the open source phpVMS system. Our IT Team has modified multiple areas in order to enhance security, improve reliability, and enable ease to build in new functions and features. ACARS: We are using smartCARS developed by TFDI Design as our sponsored flight tracker. Within the next few weeks, we will be opening beta testing on our own In-House flight tracker VXCARS. Future Plans *Acars: We plan to be transitioned to our In-House flight tracker VXCARS by late August early September *Codeshare Routes: We do not have plans to add in codeshare routes directly, but are considering the option to charter Virgin Atlantic (VIR) and Virgin Australia (VOZ) starting January 2015 *Partnerships & Giveaways: We are currently attempting to contact FlightBeam and Aerosoft with the hopes to be able to award our Flight Team with some awesome addons based around Redwood VA. This will be available when we launch the Elevate Pilot Program "The Pilot Program, Pilot Like!" I would like to give a special thanks to our Chief Operations Officer Dan True for his innovative ideas he has brought to Redwood VA to help us grow in our first month. #VXAmerica http://redwoodva.net
  18. Wow this is late I apologize. Is it loading fine now?
  19. Try something like <?php $month_info->timestamp = time(); ?> <?php if($finances = FinanceData::calculateFinances($month_info)) {echo $finances->revenue; } ?>
  20. You still haven't told us what you mean by developing an improved network. What could be more simple? You download one client and connect? That is the most simplistic way of creating a network and client connection. Excuse my boldness...
  21. Just thought I would let you know Team Tree House is coming out with a Laravel course next month
  22. I think we are going to need a bit more information on what this is. To make sure you aren't trying to reinvent VATSIM or IVAO or FSOpen
  23. Do you offer custom layouts? Like for a much higher price would you be willing to offer many more visual alterations and customization's of the UI?
×
×
  • Create New...