Jump to content

davehardy

Members
  • Posts

    213
  • Joined

  • Last visited

Everything posted by davehardy

  1. if people are still using monitors with 1024x768 or less then they dont deserve the internet! Nearly all pc's come with high quality high resolution TFT/LCD monitors now so not much excuse in my opinion, i remember the days of 14" CRT 640x480 16bit color or less
  2. the front page? yeah i know im down-sizing it to 1024pix width. i have a 22" widescreen and forgot lol
  3. yay got my 1st idea to work instead! http://www.easternvirtualairways.com/ Fill in your 1st and last name and hit register and it carries it over to the register page!
  4. The penny has dropped.................going to test my new thoughts
  5. Ok i clear all the other code out and just made i new php file with this. <head> <title>Register</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <?php include 'core/codon.config.php'; Template::Set('extrafields', RegistrationData::GetCustomFields()); Template::Set('allairlines', OperationsData::GetAllAirlines(true)); Template::Set('allhubs', OperationsData::GetAllHubs()); Template::Set('countries', Countries::getAllCountries()); Template::Show('registration_mainform.tpl'); ?> http://www.easternvirtualairways.com/eva/register.php All fields work but when i hit Register it just takes me to the phpvms register page. Although i know know the the custom registration_mainform.tpl that i put in my skin folder works!
  6. yeah can i have that code and where to put it?
  7. Thanks. That got it working, kinda i think im going to have to find someone who can code I just want a bespoke Index and Register page the rest of the site can run phpvms i just need to get this register page working them im done and i can open for business! Ive attached the register.php file if anyone wants to have a look at it? I will paint airline livieries in return register.zip
  8. can you give me the exact code i need to add core/codon.config.php to it? im not a coder just a dreamweaver butcher after renaming to php nothing else edited = http://www.easternvirtualairways.com/register.php
  9. Ive made my own html page for registrations using the register_mainpage.tpl code and it turns out like this.......... http://www.easternvirtualairways.com/register.html Any ideas how i can get this to work? I want a html front page and register page but phpvms main site.
  10. <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" /> That line in Crystal header.tpl needs editing to point to your newly named skin folder.
  11. Ive got MS Office 2007 and it keeps bitching about saving in CSV Do i have to set all my times in decimal now? My import list is huge and i dont want to spend a day editing each time the format changes! At this rate it willbe quicker for me to add the schedule by hand, i now have to go and make new routes for all my flights and get the distance too which i can do but its going to take hours.
  12. Has the format been changed? Attached the csv template i use, it wont import even though it says it has. I have added all the airports prior to importing. Book1.zip
  13. OK Nabeel ive sorted this out now Not sure ifyou have it documented but when you copy the crystal skin and rename it to your own you need to edit the header.tpl to point to your new skin and not the crystal that it used to be. <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" />
  14. I only get errors with the update, so i end up deleting my whole site and uploading the full version which works everytime. Its all working now
  15. e="text/javascript" src="http://www.easternvirtualairways.com/eva/lib/js/phpvms.js"> Updated to the new one and i get this at the top of my site
  16. If you have a spare min could you try and find the code? I cant find it anywhere
  17. OK i remove the code and re-downloaded the .ini "CompanyIATA=EZE" is still generated, so i deleted the EZE from the .ini but when i start FSACARS the EZE is still in the Flight IATA field.
  18. nope that didnt fix it either
  19. yeah i use that but its not as good as "view post since you last visited" it just shows tons of posts most ive already read so i find myself re-reading. No biggy just a shame SMF doesnt do it.
  20. Standard Crystal css file /* Navigation */ .nav, .nav ul { list-style: none; margin: 0; padding: 0; } .nav { font-family: Arial, Helvetica, sans-serif; z-index: 1000; position: relative; } .nav li { float: left; margin: 0; padding: 0; position: relative; background: url(images/navbg.jpg) repeat-x 0 0 #ffffff; } .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited { font: bold 1.22em/25px Arial, Helvetica, sans-serif; background: #ffffff; color: #ffffff; display: block; padding: 0 9px; text-transform: lowercase; text-decoration: none; } .nav li a:hover { background: #ccc; color: #ffffff; } #nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #ffffff; } #nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #ffffff; color: #ffffff; } #nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #ffffff; } .nav ul { background: #ffffff; background: url(images/navbg.jpg) repeat-x 0 0 #ffffff; list-style: none; margin: 0; width: 150px; position: absolute; top: -999em; left: -1px; } .nav li:hover ul, .nav li.sfHover ul { top: 37px; } .nav ul li { border: 0; float: none; } .nav ul a { border: 1px solid #cccccc; border-bottom: 0; padding-right: 20px; width: 150px; white-space: nowrap; } .nav ul a:hover { background: #ccc; color: #000; }
  21. Yeah i changed em all but i cant get it to go white, pulling my hair out trying lol. #nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #ffffff; } #nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #ffffff; color: #ffffff; } #nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #ffffff;
  22. http://www.easternvirtualairways.com/eva/index.php Ive changed the bg image of my navbar to a dark blue but the text is grey and unreadable, ive tried all i can change in the skins style.css but cant find the code that controls it!! Please point me to the code? Cheers, Dave.
  23. Is it possible to have a "new topics since you last visted" button like phpbb and every other forum ive used does? Maybe its the skin your using but for me it makes navigating new posts slower as i have to read more to find what i want lol. Dave
×
×
  • Create New...