Jump to content

VictoryAirPilot

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by VictoryAirPilot

  1. Sweet....got it, its all working good now. Thanks alot Jeff!
  2. I truly appreciate all of the help so far. I'am 90% done with my site. I was able to resize my map and fix the home page with the suggestions I recieved from you gents. I have one more minor issue. In the admin area, where you place the News and "add news"....this is not showing up anywhere on the home page or once you log in. I have tried adding news in the admin area but it is not showing up anywhere on the website. I may have accidentally deleted something..but, how do I get this function to show and work properly? Hopefully this will be my last request for assistance for a while! Im almost there! Thank you all, again... Jason Calvert www.victoryairservice.com
  3. Awesome...thanks guys!
  4. Gents...looking for a little assistance with my website. I have managed to get the template up and running and it looks okay. I have two major issues right now: When I access the home page, my navigation is set up on the left of the website. When I click on a link (Login, Register, etc.) the new information shows up, but at the bottom of the page. I want this to be at the top. You shouldn't have to scroll down to see the new information. I have no clue how to change this. The second issue I have is with the alignment of the website. On the homepage, everything looks good, but again, when you access the navigation links,everything shows up at the bottom of the page and is centered to the far right. So for exapmle....the Live Map is way off center. It seems like it is staying aligned with the body of the website because my navigation is set up on the left. But my navigation is only at the top of the page. Once the new information clears the left side navigation on the bottom, I want it to be centered...any idea how I can fix this? To understand what I am talking about, just click the Live Map link. Basically I want this map to be centered and displayed above the home page body content. Hope this makes sense, any help would be greatly appreciated. www.victoryairservice.com Thanks!
  5. Thank you very much. I spent many hours trying to figure this stuff out. I think I finally got the hang of it. Im sure I will have many more questions as Iam still learning as I go.
  6. Figured it out....thanks!
  7. Hello Gents...I have been hacking away at this PHP stuff for about 3 days with absolutely no website experience whatsoever, but I have finally started to figure it out. I have used a template and created a website for my air service. But...I have one problem. My navigation on the left side of the website does not work! I have spent hours trying to figure it out and I know it is simple. The only tab that works is the admin center tab and it only works once I log on. When I log on, no other navigation tabs work. Can somebody be kind enough to take a look at my site and tell me what I have missed or done wrong? www.victoryairservice.com Thank you all very much!
  8. Geez...thanks, I knew it would be something simple. Thank you very much, I got it figured out, about 30 seconds after I posted this!
  9. Hello everyone...I am very new to this and I have been reviewing the forums for answers. Like everyone else, I'm trying to customize my website. I am having a problem viewing the style.css file in the default crystal skin. When I open the file it is a notepad document that has all the code crammed together and it is illegible. How do I view the sytle.css file for editing? also...how do i convert html files from free website templates to .tpl? Any help would be great. I posted this because I did not find the answer in the forums, if this has been addressed in the past please point me in the right direction...thank you! I attached a screen shot of the style.css file when I open it....
  10. Your suggestion worked....I changed it to a (.txt) file and it downloaded right away. Any idea why it wont work as a (.pln) file?
  11. I checked the permissions, they are set correct. I am hosting through GoDaddy, called tech support, not much help. They said the permissions are fine also. Is it the type of file, the .pln?
  12. I just incorporated two downloads in to my website using the download option in the admin panel. The first link is a word document and works fine, the download appears immediately. The listed URL is: http://www.civilvirtualairtransport.com/lib/missions/louisvillepickup/louisvillepickup.docx The second link is a FS9 flight plan (.PLN) but does not work. It is in the exact same folder and destination the .docx file but an error message appears and says the link is invalid. http://www.civilvirtualairtransport.com/lib/missions/louisvillepickup/louisvillepickup.pln Is there a problem with the file type (a .pln) file? I know the url is correct...any suggestions?
  13. switched to the crystal skin....it works in both IE and FF, but IE shows stuff on the right, where FF shows it on the left. Where should I look in the skin?
  14. Okay just realized something...when i use Internet Explorer, the nav links work. But the template does not look like it is supposed to (pics in the wrong location, text missing). When I use Firefox, the template looks great as it is supposed to, everything is in the right places, but the nav links don't work???
  15. I have been logged on to my admin site during construction. So if I log out it and go back to the site it should work?
  16. Im attempting this for the first time...sorry if this is a common or simple question. I have started the skinning using a template i found, so far so good, until the navigation. The navigation looks fine on the site, but its not active. How do I activate it? Is this code wrong? <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/">Login</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li> <?php } else Not sure what else to do...can anyone check my site and give me some advice? www.civilvirtualairtransport.com Thanks
×
×
  • Create New...