
Jacob Armstrong
Members-
Posts
103 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Jacob Armstrong
-
I was wondering if I could make polls for my pilot's to take. Like on the side. Should I just look for a code on Google?
-
Ok. I just went to fspaintshop.com and found that it is finally working! Thanks.
-
I can't download the skin. Is there somewhere else?
-
I have two airlines in my system. I was wondering if a pilot could fly flights for both of those airlines, but have the major airline's pilot ID prefix.
-
Sorry. Thanks.
-
Is there a way to show the virtual location. Like the last place that the pilot has visited.
-
Great skin! Thanks!
-
Oh. Sorry. Yes it did work. Forgot to mention that part.
-
No. We are on a paid hosting. I am working on editing a template. Which template would you say works best for 2.1.943?
-
I guess I'll just live with having higher Pilot ID's than what they should be.
-
I made a couple of test accounts testing the email feature, and then deleted them. I found out that it counted those as Pilot ID's and now it is 3 or 4 Pilot ID's off. It's 3 or 4 number higher than what it should be.
-
I made a couple of test registrations testing the email feature out, but, in turn, it is giving the new pilot's off numbers. Is there a way to change this to where it gives the correct number?
-
Any ideas?????????
-
Done. I've had problems with the footer for a long time. It's ok where it is compared to what it's been like. LOL!
-
IDK what version I have, but the FSPaintShop website is down. I will try this next time I can either: 1. access my computer, or 2. go to the website. Stay near-by for any other help, please! LOL! Thanks!
-
It's fixed! Thanks!
-
Woops! Found it. Wasn't looking that high.
-
There is no <div id="main"> in pilots_list.tpl.
-
I love experimenting! It sorta fixed it! LOL
-
Here ya go. clowdy.zip
-
Their website is down. It's from FSPaintShop. This is not the computer that I downloaded the template on.
-
Yes. <div id="footer"> <p>Copyright © 2010 Virtual American Airlines - All rights reserved | We are in no way related with the real world American Eagle and American Airlines. If you would like to book a flight with them, you can visit: www.aa.com. All logos and trademarks are hereby thereof American Airlines © American Eagle Airlines © and AMR Corp ©. Powered by <a href="http://phpvms.net">phpVMS</a>. </div> </div> </body> </html>
-
Thanks!
-
There is no layout.tpl in the clowdy folder. Would it be in core/templates?
-
When I did that, it did this: http://virtualamerican.org/index.php/acars It has done that to all the pages. This is how the code looks: <!--Check what module the system is currently on --> <?php $module = MainController::$activeModule; ?> <!--Check to see if we are on the AcarsMap and if we are do not run the ts script --> <?php if(!$module == 'acars') { ?> <!--Put your ts script here--> <div id="content"> <div id="right"> <h2 class="topright">Teamspeak Status</h2> <div class="rightitem"> <script type="text/javascript" charset="utf-8" src="http://www.tsviewer.com/ts3viewer.php?ID=924523&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"></script><noscript>Enable JavaScript or visit <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=924523">TeamSpeak Viewer</a> to display the TeamSpeak server.</noscript> </div> <?php } ?> Also, when I try to look at a PIREP page, it gives me the following fatal error: Class 'GoogleMapAPI' not found in /home/virtu857/public_html/lib/skins/clowdy/route_map.tpl on line 15