Jump to content

RogerB

Members
  • Posts

    904
  • Joined

  • Last visited

Everything posted by RogerB

  1. The bid ID numbers in mysql are zeros and other numbers. is this correct?
  2. checked, not in there. my mistake.
  3. sent to your yahoo
  4. Sent the SQL. The id's are very random, can't figure out what the common factor is.
  5. I thought that was in the local.config file. 0 no show 1 for show.
  6. Sorry i tried to find my last post about this. I still have routes that are enabled for today but don't show. Example: today my beech charters are 2003,4,5,6,7,8. Routes 4 and 6 aren't showing.
  7. I found a jquery login script that I like. Can someone point me in the right direction to impliment it?
  8. RogerB

    Big Thanks

    nice site, different...good job
  9. Interesting skin
  10. When your doing the links for the .css file it should look like this: <?=SITE_URL?>/lib/skins/yourskin/your.css
  11. The skin can't find the .css file......I looked at all those links in the header.tpl, its totally wrong......
  12. I use photoshop, put the reason on each image......
  13. There are 3 or 4 videos that clearly explain skinning.
  14. I meant go to pilot groups.
  15. All you need to do is remove them from the active group, that will work.
  16. No its not....Let me try.
  17. No problem at all Simpilot, I wasn't trying to come down on you at all, just trying to help, thanks for the addon.
  18. For thos that are not sure how here is the code to make this module appear in paragraph format. <?php if(!$lastbids) { echo 'None'; return; } foreach($lastbids as $lastbid) { echo '<p>'; $pilot_info = PilotData::GetPilotData($lastbid->pilotid); echo $lastbid->registration; echo'-'; echo $lastbid->depicao.' to '.$lastbid->arricao; echo '</p>'; } ?> all that was added are the echo '<p>'; tags. This is done in the frontpage_recentbids.tpl file.
  19. Ok, when sending an airmail I noticed it looked bad, the "Airmail sent! message, so I created my own mail_send.tpl template that matches my skin. This looks much better. I wanted to pass this on to the rest of you. I went in to core/modules/Mail/mail.php and made the following changes: I removed this code: echo "<center><h2>AIRmail sent!</h2></center>"; and changed: Template::Show('mail_menu.tpl'); to Template::Show('mail_send.tpl'); Just use one of the other templates provided and change the name, drop in your skins folder naturally.
  20. Ok, adding that line in the local.config.php seemed to fix it. Thanks nabeel.
  21. No one has bid on the flights, I checked all that.
  22. I have also noticed that people are unable to change or add an avatar.
  23. I gave it a quick test, all seems to work well...
  24. You guys got this all sorted? I was thinking of giving it a go....
  25. FSacars will include the weather, you just have to set that option to 1 in your config.
×
×
  • Create New...