Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TennShadow

  1. Hi everyone,

    First off I have to issue a disclaimer that I'm not very good with coding or CSS but I'm trying to learn.

    I'm trying to style tables ( for the first time ever) and they are showing up correctly in Chrome and FireFox but not in IE9. I'd like to have it work in IE9 as well because not everyone has seen the light. lol

    Here is what is in my style sheet for my tables.

    
    table   {
       width: 100%;
       background: #E8E8E8;
    }
    
    table.sample {
       font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 45px;
    width: 800px;
    border-collapse: collapse;
    text-align: left;
    
    table.sample th {
       font-size: 14px;
    font-weight: normal;
    color: #039;
    padding: 10px 8px;
    border-bottom: 2px solid #6678b1;
    }
    table.sample td {
       border-bottom: 1px solid #ccc;
    color: #669;
    padding: 6px 8px;
    }
    
    table.sample tr:hover td {
       color: #009;
    }
    
    

    When I call table.sample it works fine in Chrome and FireFox but not in IE9.

    When I look at the table in IE9 all it pulls is

    
    table   {
       width: 100%;
       background: #E8E8E8;
    }
    
    

    and not from table.sample.

    I'm not having any luck finding answers I can understand with google searches. Any help would be great.

    Thanks,

    keith

  2. I know I saw this in another thread last year, but can't seem to find it. I need the code that will show the pilots start date. I need it to work both in the profile_main.tpl and also in the pilot_public_profile.tpl. Can someone help out please?

    Here is the one for profile_main.tpl.

    <?php echo date(DATE_FORMAT, strtotime($userinfo->joindate)); ?>

    I'm not sure what the other one would be.

  3. Just a second I never demanded for your Flyaero template. Secondly regarding what u said that the Template u made for me Contained alot of bugs and i am not using your skin i am getting a new one designed........

    Take this conversation private. These forums are not your personal fighting grounds. We have had WAY TOO MANY issues on the forums lately and it really needs to stop.

    Locking Thread

  4. I have mine set this way already. Do I want to change True to False, or did you mean to make it as shown?

    You want to set the below to false and then your schedules will be available regardless of who bids on them.

    
    Config::Set('DISABLE_SCHED_ON_BID', false);
    

  5. When someone bids on a flight, is that flight only available to them until it is completed? I always thought "bid" was meant as "select" and that any number of people can select it. What's the scoop?

    It depends on what you want to do. In the local.config file you can set it to when a pilot bids on a flight it is not available to anyone else until they finish the flight. In my VA I have that turned off so all bids are open at any time.

    
    # If someone places a bid, whether to disable that or not
    Config::Set('DISABLE_SCHED_ON_BID', true);
    Config::Set('DISABLE_BIDS_ON_BID', false);
    

  6. When i try to log in , a message comes up that says ""access to the path C:\Program Files(x86)\FS-Products\kACARS_Free\send.xml is denied"" I tried to log in from another pc and its OK.

    One of my pilots had a similar error on our custom version. He was trying to run the shortcut as an admin and not the actual program. You'll need to drill down to the C:\Program Files(x86)\FS-Products\kACARS_Free\ folder and run the executable as an admin.

    • Like 1
  7. Hello!

    I am having problems moving from free hosting to the new pay one.

    I did it like this.

    Moved all files from the old host to the new public_html/<airline name> directory so I have it like this

    mysite.com/myVA

    Then I exported the database and imported it into the new empty one I created in the pay hosting.

    Changed the local.config.php to reflect the current settings

    I am now getting a blank page when i try to load the directory.

    can you help?

    Can you give us a link?

  8. 1. I want to create a group for deleted pilots so that they they are treated just like a guest, but so that I've got records of the flights etc, so what would the code be for the group in the PilotData.class.php ?

    2. My PDF documents won't load via the links in the pilot centre. Just reuploaded them all, which took away the error about them being damaged, but now they don't load. Any ideas?

    3. Some pilots are still getting the inactive login notice. However, I changed the php so that they'd be able to login to access the Pilot Centre, but it's not working. Any ideas?

    1. That's a great idea. Currently I delete my inactive pilots because I don't like the clutter in the pilot list on the admin side. Having a way to move them to another page would be wonderful since I'm loosing their flight data when I remove them.

    2. Open up Task Manager on your computer and see if you have more than one AcroRd32 running. Sometimes, but not always, this seems to cause Reader not be open PDF files.

  9. I have recently moved host and I backed up everything. I import the files and the databases and it is not working. Here you can see the error: http://skywayamerica.co.cc/. It is not a free host and it shouldn't have problems. Can anybody help me fix this?

    The error is saying "Access Denied". You need to make sure the database password is correct otherwise you get the message you are seeing.

  10. I use SMF but I could never get the web install to work so I just installed it manually. It's really easy.

    1. Create your database and database user and assign the needed permission. I'm thinking it was DBO but I can't remember.

    2. Upload the full forum to your forum directory using FTP.

    3. Run the installer.

  11. My vote would be for the above mentioned airplane module or the auto awards. I do believe there is a new version of a pilot shop in the works anyway.

    I personally have no need to create users in the admin panel.

    Anything you do Kyle I'm sure will rock. :-)

    • Like 1
  12. yep it started fine then i got this

    SMF Installer

    Your FTP connection information

    This web installer needs your FTP information in order to automate the installation for you. Please note that none of this information is saved in your installation, it is just used to setup SMF.

    !

    Before you proceed, please note that the contents of the directory this file is in may be overwritten. This installer will check to make sure that the path you specify points to where this file is, but please be careful not to overwrite anything important!

    Server:

    Port:

    The address (often localhost) and port for your FTP server.

    Username:

    The username to login with. This will not be saved anywhere.

    Password:

    The password to login with. This will not be saved anywhere.

    Install Path:

    This is the relative path you use in your FTP client (more help).

    i put my path as public_html/core/modules/webinstall

    Are you trying to use the "Web Installer"? I tried that as well but had too many errors.

    I just skipped the web installer and did it manually. You just need to download the full forum for SMF and then upload all the contents to your forum directory. From there I believe you just need to point your web browser to the "install" directory and it will start the process for you. I know you'll have to create a new database and database user before you start the install though.

  13. Hey Guys,

    Two things

    1. To get more pilots flying we have created Wednesday Happy Hours so every wednesday between 3pm - 6pm pilots will get double hours for every PIREP filed between these times. So is there a way to get this to do automatically so that instead of having to go through the recent PIREPS and adding double hours for each pilot?

    2. Is there a way for say like when a pilot reaches a certain amount of hours to get an award automatically because its annoying having to again go through all pilots and add an award manually.

    Thanks!

    There is nothing in the standard install of PHPVMS that will do those things at this time. There was a post on here sometime ago about someone wanting to create an awards module but I don't think it has been released yet.

  14. To be honest im sick to the back teeth with IVAO and its rules to become accredited.

    I do not have the time to complete the required hours so that's why my VA no longer supports them.

    We were registered by someone else but because i became inactive the VA was suspended.

    Ridiculous set of rules. But that's just my opinion :)

    I agree with you 100%. A lot of my pilots like to fly online but I (the owner) do not so I can't become a member. I've never had any interest in flying online and I don't plan on it either. Radar Contact works just fine for me. :-)

  15. Make sure he doesn't have any 3rd party firewalls. I had the same issue with a pilot of mine and he had a 3rd party FW. He swore it wasn't it but when I disabled it it worked fine. If you said he doesn't just use a remote assistance program like cross loop to remote in to his PC and look for yourself.

  16. Thank you. will try that. Will also try without the "www"

    Will let you know if it worked.

    I had this same problem with another pilot and his problem ended up being another firewall was installed on his computer and was blocking the port. I realize you said the firewall was off but he told me it was too. I only found out about the other firewall when I remoted into is computer and starting troubleshooting.

×
×
  • Create New...