mattsmith
Members-
Posts
373 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by mattsmith
-
thought i sorted it, not working
-
Where does the images folder go ??
-
a I have tried this and its still the same
-
Thanks for your comments i will take these into account, where do i change the colour of my titles in my boxes i.e recent bids, online events etc ?
-
This is my layout but i can't seem to find why its over to the right hand side?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $page_title; ?></title> <link href="<?php echo SITE_URL ?>/lib/skins/cityportal/style.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript"> function clearText(field) { if (field.defaultValue == field.value) field.value = ''; else if (field.value == '') field.value = field.defaultValue; } </script> <style> <!-- a:link { color:#00205E; text-decoration: none; } a:visited { color:#00205E; text-decoration: none; } a:hover { color:#CC0000; text-decoration: underline; } a:active { color:#CC0000; text-decoration: none; } --> </style> <? echo $page_htmlhead; ?> </head> <body> <div id="templatmeo_wrapper"> <div id="templatemo_header"> <div id="site_title"> <h1> <img src="<?php echo SITE_URL ?>/lib/skins/cityportal/images/logo.png" alt="City Portal" /></h1> </div> <!-- end of site_title --> <div id="header_right"> <ul id="header_button"> </ul> <div class="cleaner"></div> <?php /* Quick example of how to see if they're logged in or not Only show this login form if they're logged in */ if(Auth::LoggedIn() == false) { ?> <form name="loginform" action="<?php echo url('/login'); ?>" method="post"> Sign-in with your pilot id or email, or <a href="<?php echo url('/registration'); ?>">register</a><br /> <input type="text" name="email" value="" onclick="this.value=''" /> <input type="password" name="password" value="" /> <input type="hidden" name="remember" value="on" /> <input type="hidden" name="redir" value="index.php/profile" /> <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> </form> <?php } ?> </div> </div> <!-- end of templatemo_header --> <div id="templatemo_banner"></div> <!-- end of templatemo_banner --> <div id="templatemo_menu"> <ul> <li><a href="<?php echo url('/'); ?>">Home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <li><a href="<?php echo url('/Fleet'); ?>">Fleet</a></li> <?php } ?> <li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li> <li><a href="<?php echo url('/acars') ?>">Live Map</a></li> <li><a href="<?php echo url('/Timetable'); ?>">Timetable</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> </ul> </div> <!-- end of templatemo_menu --> <div id="templatemo_content_wrapper"> <?php if(MainController::$activeModule == 'FRONTPAGE') echo $page_content; else { ?> </div> <!-- end of templatemo_content_wrapper --> <div id="templato_other_content"> <div class="templatemo_box"> <h2><span></span><?php echo $page_title; ?></h2> <div class="body"> <p><?php echo $page_content; ?></p> </div> <div class="box_bottom"><span></span></div> </div> </div> <?php } ?> </div> <!-- end of templatemo_wrapper --> <div id="templatemo_footer_wrapper"> Copyright ©Air Wales Virtual| <a href="http://www.phpvms.net/">Powered By phpVMS</a> </div> <!-- end of footer --> </div> <!-- end of templatmeo_footer_wrapper --> </body> </html>
-
Thanks guys ill have a look
-
Thanks guys ill have a look
-
Thanks I wondered why it was like that
-
I am considering only letting pilots log there flights by Xacars or fsacars etc but am worried that this could turn pilots away?
-
Just wondering if other CEO's let there pilots submit manual pireps or do your pilots have to use Xacars etc.
-
I have now changed to a paid server. Comments on my VA would be appreciated. http://www.airwalesvirtual.co.uk
-
How do you change the pilot i.d from 4 numbers to 3 letters? I remember seeing it before but can't find the post
-
Could you please explain how i do this please
-
I have moved my hosting to paid hosting. Do my pilots need to reapply or is there any way of transferring them from my old site?
-
Reinstalling phpvms on new server and get this error: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'wwwairwa_matt '@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/wwwairwa/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 any help appreciated?
-
Sorry guys, just found a problem changing to paid hosting right now
-
I haven't advertised my VA on here as i know its more for VA owners. I was just wondering what you guys think of my site, layout etc? http://www.airwalesvirtual.co.uk Thanks
-
United Airlines Virtual
mattsmith replied to UnitedAirlinesVirtual's topic in Virtual Airlines Discussion
What's wrong with a gmail email address? Just curious. -
I also think this would be a great idea!
-
Thanks, look good 😃
-
Ok Guys thanks
-
Vatsim, IVAO and offline
-
I know if you import a csv file it removes all the flight bids that have been made but can you add/edit routes individulay in admin without it affecting the bids already made?
-
Yeah i'm just going to leave it, it's not a big deal anyway