Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. Jeff

    Need Help

    Nabeel is right. We're not trying to be selfish, but it is better to ask for help before asking for someone to do it for you. We are able to guide you in the direction you need to go if you just ask.
  2. Or you can just add "COMING SOON!" to your News
  3. There is a code for "Rank in Signature" posted here in the forums. You might want to do a search or check "Code Snippets"
  4. go to your FILE MANAGER in cPanel and find what you want to set and set the permissions to 777 by placing a check in all the boxes.
  5. make sure the signature.png is set to 777
  6. Yeah, Dave is right. It also depends on which skin (template) you are using also.
  7. Jeff

    Bids...

    There are plenty of members willing to help. It may take a little longer at times for the right person to get you in the right direction.
  8. Check your database to see if all the information is still there. If it is, back it up and reinstall and replace the database info
  9. You are using a free web host. I don't recommend doing that, as free hosts leave out certain things that can stop phpVMS from working correctly. They do that to make you purchase the full version. If you decide on changing to a paid host, I recommend http://www.fivedev.net
  10. Jeff

    Problem!

    You could also try re-uploading your codon.config.php file and see if it works. (I never request or support free hosting)
  11. Yes, it does matter who will be hosting your website. Everyone who has been using phpVMS for some time now will tell you to stay away from FREE hosts. I use FiveDev. You don't need anything larger than the cheapest plan to run phpVMS and it is already included, so there is no need in trying to download and uploading it. The only thing you need to do is create your site.
  12. WOW... I'm not sure that was such a great idea, advertising hosting which is already provided by the creator of phpVMS (Nabeel) which already runs fivedev.net. You're pretty ballsy though
  13. Try any of this... <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo SITE_URL ?>/index.php/pilots">Pilots</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/acars">Live Map</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="'.SITE_URL.'/admin/">Admin Center</a></li>'; } ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li> <?php } ?>
  14. Another reason for your problem is that you are using a free server to run your phpVMS. tsk tsk tsk
  15. How the heck did you manage that? The layout is showing on the right, let me see if I can find the code in the css
  16. Jeff

    Fleet Insert

    I clicked the link and received a 404 message.
  17. Jeff

    Fleet Insert

    What tool are you referring to?
  18. Agreed...Very nice job with the painting Lucas
  19. Mark, I don't recall ever coming across that post in the forum, but it would be great to have.
  20. Talk about a traffic jam... :unsure:
  21. phpMyAdmin is found in your cPanel
  22. http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm I use that script a lot, but won't give technical support on free server hosts.
  23. Maybe a question to ask Mark, since that is his site.
  24. Not sure about that one, why don't you try installing the AirMail Module
×
×
  • Create New...