Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. TAV, I don't care about the sound file, but can you post the code on how to show the mail notification on the profile_main.tpl (but if you want to share the sound file I'd like to give it a shot )
  2. Yep, thanks dimitris. It doesn't look too difficult to edit for use with add-on skins. I'll give it a shot as well.
  3. Which skin are you trying to edit with that? Because I'm still having the problem with it.
  4. Not sure Jeff, but you can also place the code on the bottom just before </html> and it will also work, but then the drop-down menus don't work. So there has to be something else to add/remove to get the whole function to work together.
  5. Yeah, you don't need to ask.. do you need me to give you any info? Sorry, I was on someone else's site trying to fix it.
  6. I'm sure there are a lot of members who would like to have it. If you post it, could you post it in Addons and Utilities/Releases
  7. well then I don't know what to do if I am not receiving any notifications about registrations, pireps, contacts...etc.
  8. How come # Set specific email addresses to send notifications to Config::Set('EMAIL_NEW_REGISTRATIONS', ''); Config::Set('EMAIL_NEW_PIREP', ''); # Whether to send an email or not Config::Set('EMAIL_SEND_PIREP', true); is listed in app.config.php and not in local.config.php? Could this be why, and should I add it to it?
  9. I just registered to my site. I didn't receive the "New member just registered to your site" so I don't know where that is being sent to. I checked both e-mail accounts, and nothing. It isn't in the spam folder either.
  10. That would be cool. Also have it where if they don't fly back after that time, they will be automatically moved to that airport and charged a fee for the flight.
  11. <li><a href="<?php echo url('/contact'); ?>">Contact Us</a></li>
  12. It is due to some coding in all of Lorenzo's skins. He is currently working on getting them fixed. I have the same problem as you do. Be patient.
  13. Athens, Tennessee United States
  14. Yeah you got to love it when hosts do their updates during peak hours
  15. Jeff

    Rank

    Yeah, as Nabeel said, you can have it either Manual or Automatic, but not both. You can set it in your core/local.config.php
  16. Yeah, that's where I keep getting confused. The best thing for you to do is start reading from the beginning of this thread and see if you can find what you are looking for.
  17. This is what I have in app.config.php ( I did not change any settings in here. Yes I can receive e-mails from this forum and other people to that e-mail, just not from my website). # Email Settings Config::Set('EMAIL_FROM_NAME', ''); Config::Set('EMAIL_FROM_ADDRESS', ''); Config::Set('EMAIL_USE_SMTP', false); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', ''); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', false); Config::Set('EMAIL_SMTP_USER', ''); Config::Set('EMAIL_SMTP_PASS', ''); # Set specific email addresses to send notifications to Config::Set('EMAIL_NEW_REGISTRATIONS', ''); Config::Set('EMAIL_NEW_PIREP', ''); # Whether to send an email or not Config::Set('EMAIL_SEND_PIREP', true); # This is email to specifically send email sent error to, such # as failure notices with an invalid email or something # If blank, it'll default to the "from" email that's specified Config::Set('EMAIL_RETURN_PATH', '');
  18. I'm game TAV, let's see some screenies.
  19. Jeff

    FATAL ERROR

    Glad I could help.
  20. Cool. Thanks Jeff, I will try that as well
  21. Polls for what? Couldn't you just do your polls on your forum, or are you wanting to integrate a poll into phpVMS itself?
  22. If you are using XAcars, I do believe they need to Bid the flight. If the flight is AAL1545 they need to place AAL1545 in it. If you are using FSPassengers you DO NOT have to bid the flight, but you need to place the flight number as AAL1545 in the proper place.
×
×
  • Create New...