Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. Yeah, that's kind of what I was thinking. That is why I never took a crack at it either or asked in the addons thread. Here is one for you though that may be doable..... I like the way schedules can be exported and imported as a csv file. Would it be possible to do the same thing with finance reports? I have a guy that is working on getting the finances strait for my VA and he does weekly charts and breakdowns of the VA finances. He uses Excel. He can copy and paste info but it is a PITA. He asked me could he export like the schedules and I told him no not at this time. Not sure if that is a needed thing for all VAs or just mine. If it is only needed for mine, I could try like hell but it probably would not turn out well. Ray
  2. Hi Thomas. The link to your file is dead. That is exactly what I was looking for a week or two ago.
  3. Ok I can hide the sidebar area using the code I posted, but if trying with the code you suggested I try, I get an unexpected error. I need to go back and redo the code and copy the code. I am such a blonde some times. EDIT Here is the error Parse error: syntax error, unexpected '<' in /home/xxxxxx/public_html/xxxxxx/lib/skins/brilliancev1/layout.tpl on line 173 That error occurs right after I put the <?php if(MainController::$activeModule != 'TIMETABLE') { In Place If I try using <?php if(MainController::$activeModule != 'TIMETABLE') { ?> Nothing happens. No error, and the pages remain the same with nothing hidden.
  4. Kind of what I thought. I just wanted to be sure. I thank you much for your help Dave. As usual, +1 Rep!
  5. Hi Dave. Great module. I just now got around to checking this one out. Wonderful! +1 for sure. Thanks for all the hard work you do. This is a great add on.
  6. And I simply place that in my layout.tpl file at the top or before the side bar area? Or in the time table.tpl file? +1 for the reply. I appreciate it. And I'm guilty of hijacking to from time to time. lol as long as I was able to help someone for once, then I am perfectly content.
  7. No probs chief. If you have any issues with it let me know. I will see what I can do to help. I gotta split here in a bit to head to the Moose Lodge so help may not be available from me tonight. Others though know more than I do.
  8. yeah, lol you will be editing your css. when you get the sidebar hidden, you will see what I am talking about. Remember, for every action there equal but opposite action....Or something like that.
  9. Oh and this will go in your layout.tpl file I believe. If not, then check frontpage_main.tpl
  10. Here is the code hiding the left sidebar on Obsessblue template Now please note, I am leaving out some of the content but you will get the main point. TO hide side bar, <div class="mcontent"> <?php if($_GET['module'] == 'frontpage') { ?> <div class="mcleft"> <div class="mcbox01"> <div class="th"> MAIN MENU </div> Now since we placed it where we did, we are hiding the entire left content. Now find the very last closing div tag on you page and make it look something like this. <?php } ?> </div> I left out most of the left bar code to shorten this post. I hope I got you on the right path. Like I said, when you go hiding stuff, it creates MAJOR work to do on the rest of your site. That is why I am only wanting to hide the sidearea content on one page only.
  11. Yeah the code I posted will do exactly what you want to do. As to where to put it, simply follow how I posted it. Give me a few and I can come back and give an example. You will have to play with it though to get it right. It will badly bust up your template until you get it situated properly. And for the record, when you do hide that stuff on all the other pages, be prepared to go in and do some major css work to make the other pages look normal. Because all it is going to do is make the stuff go away. It will leave a big blank spot on your pages. You will need to rework your css to make up for the missing content on the other pages.
  12. Ok folks, one last good one for today and then I believe I am going to be done for today. We all know to hide a sidebar area or anything else for that matter we can use the following <?php if($_GET['module'] == 'frontpage') { ?> CONTENT CODE PLACED HERE WILL ONLY SHOW UP ON FRONTPAGE NOW <?php } ?> I have 1 page that on my whole site that I do not wish for the sidebar to show up on. That is the Timetable module page. On the time tables to go 2 wide is just not good looking. I would rather it be pull page width. So how would I use the above code to hide the sidebar area ONLY on the Timetable page? If I place that bit of code on my layout.tpl page and hide the sidebar as it is, it will hide the sidebar on every single page of my site and that is not what I am after. I want to hide it ONLY on the one page. I am real good at confusing people and hopes I have not done it this time. Thanks for reading my post. Ray
  13. Well Mark, I only have 575px to play with. I tried scaling down the image size and it looked pretty bad to be honest. So rather then leave them side by side like yours, I figured it might be just as good to get rid of the chart images all together and simply add a link that says click here to view chart for KIND or what ever, and the one on the right would say Click here to view charts for KACK or what ever. Right now, I made mine so one chart was under the other one. Worked out ok I suppose. But now the page is that much longer. That is why I was thinking of going with links only.
  14. Working on Time Table Page

    1. TAV1702

      TAV1702

      Need to make it so that my Sidebar does not show up on this page only. I know how to do it via code, but it jacks up my whole page. CSS sheet here I come!

    2. Sascha (DCS299)
  15. TAV1702

    Routemap.tpl

    <---------SNIP!!----------> Sorry! Never Mind. Yet another useless post. My apologies. Please feel free to delete if you want.
  16. Well,for starters There is no way at all for pilots to create their own flight schedules. And the way this system works, the schedules are all tied in to the aircraft and finance system. I do not know any way at all to pull off what you are looking for. I would make the schedules and make them available 7 days a week and NOT lock them on bid. That way they are available to anyone to fly anytime they want. There is a way to do Free Flight type of flights if that is what you are after. Just view the Unscheduled flights thread in the FAQ. As well, I know there is a guy here who's VA is military based and he uses the system somehow without schedules. DO a quick search for the term Military VA and I am sure his threads will come up.
  17. In My Schedule_Briefing.tpl file, I am wondering if it is possible to get rid of the two charts that appear, and make them links only? I mean I obviously see the links to go to Airnav. I want to get rid of the charts due to the skinny template I am using. The 2 charts side by side REALLY bust up my template bad. If I can not make links that say "Click here to view charts" I am sure one chart under the other would be fine.
  18. It does not have to be at the airport to be used unless you set it up that way.
  19. Ohh you are on track with my thoughts. lol Close but no cigar though..... This time. What I am referring to is not the template that the site uses, but more like when you view the Pilot Center, on the right side of your avatar and what nots of the such, is a list with items such as total money, hours to next rank, current location, etc etc. All I want to do there in that list is add another list item that says Airline: What ever they chose That airline name is contingent onwhat they used when they registered IF a VA has multiple airlines in operation.
  20. Yeah I have been working with this until I was blue in the face and dam, if these are actual, and the creator claims they are, then who ever did the schedules for this airline in real life was a friggin miracle worker. The only way I can think they could possibly pull it off is by dead heading and I am not so sure they would do that with fuel cost, landing fees and all. And remember, I am talking about time tables generated using Ultimate traffic for FS9. I know the new one is updated and a bit better, but I don't use it since I do not fly with FSX.
  21. I got it working. Not sure what I did different this time then any other time but it works now.
  22. Yeah it is too bad you abandoned it on others making so many requests. I think if it only showed airports with aircraft or had pagination, it would be 100% perfect. Then it would be up to individuals to customize to their liking. I personally like how the module works. It was a great thought and a great module came out of a great thought.
  23. Question for you guys since we are on the subject. If I use the code from the Crystal skin on a custom skin, will the pilots and guests online still work right? I have it on my site and it shows up as 0 users and 0 guests all the time. I can never get it to work. And that is a good tip on the sessions. I may have to give that a try on my main site.
×
×
  • Create New...