Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. I believe it should be linked like so: http://royles.eu/admin/exams_admin.php but if the page is named "exams" instead of "exams_admin" then the link should be like this: http://royles.eu/admin/exams.php
  2. I can't see the images (maybe a problem on my end) but if I understand you correctly, try this website: http://www.tizag.com/htmlT/bgcolor.php
  3. I found it. It is located in /public_html/core/modules/Schedules/Schedules.php
  4. When you click on "Add to Bid". it changes to "Bid Added". Where is the location of "Bid Added" so I can change what it says?
  5. Thought I'd share how I have mine. It took me a while to figure out how and where to place the items, but hope you like it. I won't share the coding, but it is very easy to figure out how it is done.
  6. I was able to get it coded the way I needed it.
  7. I've customized it extremely, and I just need a few codes from it.
  8. lib/skins/your skin/header.tpl
  9. Could someone post the original schedule_results.tpl please.
  10. pilot_profile.tpl <strong>Total Earnings: </strong><?php echo FinanceData::FormatMoney($userinfo->totalpay) ?> pilot_public_profile.tpl <strong>Total Money: </strong><?php echo FinanceData::FormatMoney($userinfo->totalpay) ?>
  11. There may be a couple of things you can check to see if they are conflicting your searches. 1. See if there are actually flights out of all your destinations. 2. Make sure that the Days of Operations aren't conflicting with it, since you might have flights that aren't scheduled to fly that day, so it can't continue the search.
  12. Try this. Same thread: http://forum.phpvms.net/topic/5394-complete-flight/page__view__findpost__p__36093
  13. I've been trying to get the map to show up on the main site like it does in the Admin Center, but never could get it to work.
  14. Jeff

    ObsessBlue 2.0

    The menu on the top right is also located in the layout.tpl
  15. Jeff

    ObsessBlue 2.0

    Yeah, after I re-read it I just noticed what he is wanting. As I said, I don't use either the marquee nor the 2 notification boxes. Sorry for the confusion.
  16. Jeff

    ObsessBlue 2.0

    layout.tpl <div class="submenu" style="left: 0px; top: 0px"> <img class="snimgl" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_96.jpg" alt="" /> <img class="snimgr" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_107.jpg" alt="" /> <div class="subtext"> <marquee align="right" direction="left" onmouseover="this.stop();" onmouseout="this.start();" behavior="scroll" width="950px">Welcome to your new PHPVMS Site!! <b>Ported by:FSPaintShop</b></marquee> </div> I'm not sure how much of this code you are wanting to edit. I removed all of that from the template, and don't remember much of what it is, but you can start with that.
  17. If it's only doing that on that one page, then place it with all the other </div> at the bottom of the fleet_table.tpl (or however it is named). Try to add it after this code and see how that works for you. </tbody> </table> So it looks like this... </tbody> </table> </div> If it doesn't move down, just try adding one at a time so it does, but I think it should only need one.
  18. If you're talking about the footer being half-way up the page, then yes... Add a </div> to the bottom of your code. If it won't go down, just keep adding one at a time until it goes back to it's correct position.
  19. Mr. Barrett, Try locating the Airport Table here in the forums. I believe it shows you the complete list of every airport in your database as well as the Lat/Lon. You can then see how it is pulling that info, and tweak your code to work on the page you want.
  20. Jeff

    Timetable

    Replace (line 61) if ($currtable<4) //start new child only with if ($currtable<3) //start new child only that should do it.
  21. I got all of that, but the bar doesn't show up on Firefox. Only on IE. The % shows on FF, just not the bar. is there something I missed?
  22. http://www.1air.org/ Found it in Google
  23. You can get all the logos you want by visiting this website... Airline Logos.net
×
×
  • Create New...