Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Everything 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. 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. 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. 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. 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. 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.
  7. Agreed, are you on a free host or a paid host?
  8. Post Locked. Seriously guys, why does every forum have to turn into a pissing match?
  9. Can you give us a link?
  10. 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.
  11. The error is saying "Access Denied". You need to make sure the database password is correct otherwise you get the message you are seeing.
  12. 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.
  13. 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. :-)
  14. 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.
  15. TennShadow

    pilot roster

    Try this place out. http://www.w3schools.com/html/html_tables.asp They taught me many things in the past.
  16. 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.
  17. http://forum.phpvms.net/index.php?showtopic=2928&st=0 Simpilot and Nabeel helped me with this back in May. This should be what your looking for.
  18. 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. :-)
  19. I completely understand Nabeel. Everyone needs time to recharge. Enjoy your time off and I'll look forward to you returning fully recharged.
  20. 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.
  21. 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.
  22. TennShadow

    Awards

    No. Awards can only be given out manually.
  23. Right, he is asking where, as in what page do you want it to show. The code is different depending on which location you want it use it.
×
×
  • Create New...