Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TennShadow

  1. One account I'm viewing it via the web (Gmail). When I use my mail client switching it to text or html it is all running together. I'll try to format it HTML and see how that works. I never thought about doing that before and that seems like an easy fix. Thanks guys!
  2. Nabeel, Thanks for pointing those things out. 1. Not too sure on that one. 2. Add to the next free one if possible. 3.Blank 4.Yes 5.Yep. Thanks for looking into this. If it can't be done then I'm not too worried about it because I've started to get use to making all schedule changes via the .csv. I'm becoming quite an expert at it.
  3. I've noticed that e-mails sent from my site are no longer formatted. It looks like they lost all the line breaks. I'm referring to email_registered.tpl and email_registrationaccepted.tpl mostly. I have no idea which version they lost formatting in so it may not pertain to this beta. I just noticed today when I registered a test account on my site. The only thing I am sure of is that at one time those e-mails were formatted exactly like they are in the .tpls. Any ideas?
  4. It takes more effort to log in to the website and download a config then just type in a URL. Just saying...
  5. I have no idea why you wouldn't want to link back. This is just great software! I've always had a link in my footer but just recently I found Nabeel had "Powered by PHPVMS" buttons and I added those as well.
  6. VA Central has been open in "Beta" for a while now because I signed up in March. The 500 error your receiving must be a bug or something. Nabeel as been working heavily on VA Central the last few weeks. I'm sure he'll chime in here on that error.
  7. Copy core_navigation.tpl from Core\Templates to VA's skins folder. Next, open up core_navigation.tpl and you can add links in there.
  8. You have to open core_navigation.tpl and add the link in there.
  9. I'd like to request a feature where you can check a check box to have an return schedule automatically created when you create the first one. Example: You create a flight from KMIA to KLAX. You check the "Return Flight" check box and when you submit that schedule it automatically creates KLAX to KMIA using the same info from the first. This would be for the website and the csv file.
  10. Looks like your using a free host. That could be the problem. Free hosts disable lots of features and one of them could have been GD that creates images.
  11. Hi, We need a little more detail. What is your site address? What version of PHPVMS are you using? What is the link to your badge that you are using? Thanks, Keith
  12. While there is not a global option you can set this to display the pilots last name by using the below code. <?php echo $pilot->firstname.' '.$pilot->lastname[0]?> <?php echo $userinfo->firstname . ' ' . $userinfo->lastname[0]?> Those are different based on the template your editing. By adding the [0] it only displays the pilots last initial.
  13. Yep, it will. You don't get Live Map ability with FSPax. Keith
  14. It should. I'm using v1 and it works fine with KACARS.
  15. Something like that with the addition of total pilots, total monthly flights, etc. I think this involves a lot of programming so that is why I'm offering to pay. Thanks, Keith
  16. Hello PHPVMS developers. I'm interested in a custom module that will display various information about my hubs. Some information would be Total Pilots, Total Flights, A hub roster, Airport information, maps etc. I'm open to any suggestions on this and will be willing to pay for this module. Thanks for your time. Keith
  17. Hi Nabeel, There seems to be some confusion on this. More than likely on my part. Simpilot removed the download because he said it you included with the new version of PHPVMS. I could never get it to work until someone e-mailed me the addon and now it works fine. Could you guys clarify this for us because like I said I tried to get this to work but it didn't until I was sent the actually module. Thanks, Keith
  18. I never got this to work and I kind of forgot about it until now. Here is what the code is in two of the templates I would need to edit. In Pilot_List.tpl I have <?php echo $pilot->firstname.' '.$pilot->lastname?> In Pilot_Public_Porfile.tpl I have <?php echo $userinfo->firstname . ' ' . $userinfo->lastname?> How would I change that to not show the last name since it is not using the format above? Thanks...
  19. You can just replace the whole file. Open up the skins folder in one window and the Core/Templates folder in another. You then can replace the files in the skins folder with the newest version in Core/templates.
  20. Thanks for looking into this Nabeel. I've added a bug tracker for this. http://bugs.phpvms.net/browse/VMS-311 Keith
  21. The current .tpl files are in Core/Templates You will need to replace some of the skin files in your Skins folder in order to get it working correctly. Any modifications will have to be reapplied on the new template files.
  22. Sorry for bumping an old post but I was wondering if you ever figured out what to do with retired pilots showing on the admin site or with deleting them? I've got about half a dozen pilots that don't fly for me anymore that have filed PIREPs and I'd love to delete them so they don't clutter up the admin pilot list. I looked for settings in app.config and I didn't find any. What would be great is if there is no way to delete the pilot without messing up the reports would be to have a on / off switch to hide Retired pilots on the admin pilot list. Thanks,. Keith
×
×
  • Create New...