Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. DAMN! I double posted, must've got sidetracked when I read Jeff and Dave's response from last week (don't I feel stupid). Anyways, it fixed it. Thanks guys.
  2. Musta missed that one. Going to look at it now. Thanx Ray.
  3. Jeff

    Obsess Blue

    Give me the link to your site, so I can see what you want.
  4. I'm trying to delete my "Sent" Messsages, and this is the error I am receiving. Here is the script on line 248. trigger_error('The template file "'.$tpl_path.'" doesn\'t exist');
  5. Jeff

    Obsess Blue

    By the way, that's way too much code to be posting in the forum. Please use pastebin or something similar.
  6. Jeff

    Obsess Blue

    I don't think that you can do it that way. You would need to re-invent the wheel and customize the navigation menu for each page you want what to show where. I've never heard of anyone wanting to do it that way, and I think it would just confuse people wanting to search your pages for a certain link they want. I know I'd leave your VA if I saw that.
  7. Jeff

    Obsess Blue

    I believe the tpl file you are looking for is skins/ObsessBlue/core_navigation.tpl
  8. Jeff

    Obsess Blue

    I'll need a little more information dude. What you can do is have everything important to be only viewed by logging in if that is what you want.
  9. Jeff

    Why?

    Well, saapilot will receive no support from me. I don't support copying someone's stuff without written/verbal permission
  10. Jeff

    Obsess Blue

    It looks like you have an extra blank link that is showing. open the tpl that houses that nav menu and look for something that looks like this: <li><a href=""></a></li> By the look of the image is that it is showing a link, but no text. The separator on the menu is showing half, because there is no text showing.
  11. Like I said. A little searching would bring results. Click
  12. That is also posted in the forums Look Here
  13. There is already that option for you to manually accept ranks. Do a search in SUPPORT ("Manual Rank" would be a good start)
  14. Jeff

    Why?

    Look guys... I know there are probably way too damn many Virtual Airlines around the globe, but that is because it is such a great hobby for everyone to have. Everyone that has visited phpVMS came here for one reason only, to make their VA the best that they can (me included). There are tons of coding, scripts and templates that you can find for free in this forum that you can't find anywhere else, or you wouldn't still be here. There have been a lot of questions being asked and answered to make your site even better than it was when you first started, and even more people willing to help you get the most out of it. There are also boundaries that really should be kept in order to keep receiving support. In my opinion, once you cross that boundary, you might as well find somewhere else to go, because I am sure you won't ever get the help and support you are looking for anymore. There are plenty of free skins available (and more to come) for you to keep your site different from everyone else's, so please do not copy someone's site code by code, it really isn't fair to the creator or anyone else who have tried their best to give you this great service.
  15. Ray, can you post your code in here? I seem to have messed something up here.
  16. Jeff

    Drop Down Menus

    No Ray, just open the javascript you created with notepad and on the very bottom of the script, you will see all the links. Edit them there and save them.
  17. <p> <?php MainController::Run('Mail', 'checkmail'); ?> </p> That's how I have it so it will show on the main page. (click signature to view) When there is new mail, the mailbox image will show up. If there is no new mail, there is only text.
  18. Ah! Nevermind, I didn't read the footer--Amazon
  19. Who do you use for your distributor?
  20. It looks okay to me. As soon as you have some schedules added, they will start to appear there.
  21. FSPAX is all I use, and yes it works fine.
  22. You shouldn't need to re-upload the whole template, just find the original lib/skins/ObsessBlue/core_navigation.tpl Here is the original script for that tpl: <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 } ?>
  23. Jeff

    Drop Down Menus

    I use My CSS Menu for all of my other websites. I have yet to try to use it in phpVMS though. If anyone is successful, let me know. (Yes! It is free to use, and has millions of possibilites to make it unique to use with any website skin)
  24. Jeff

    Schedules

    What doesn't work correctly? Are you still having the problem with the active/inactive?
×
×
  • Create New...