Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. Strider

    jQuery Dialog

    What is it you want it to do? We need more info on what it is supposed to do so we know what is going wrong.
  2. It doesn't show up on the prrofile page. Pilots I assume pilots you mean the roster? There is code you have to uncomment for it to show up.
  3. Sounds like you caused an error in php. When that happens, it stops everything else from showing.
  4. Link to the site, and is it on free hosting?
  5. Run the checkinstall, and post what it gives out. Or it could be a CSS issue, not sure.
  6. Strider

    Groups

    You don't have to give them full admin access. When creating the staff groups make sure access admin is clicked, I will only allow them edit what the group is allowed edit. You set that when creating the group.
  7. That is what it says above the delete pilot button.
  8. I think you miss read what simpilot said. He was backing up Jon who posted previous to him.Just for the record, I have always gotten great support here. You can't expect people to automatically know the problem, it is like going into a garage asking them what is the problem with my car, and not letting them see the car, or give them any further detail on what the problem is.
  9. Strider

    Schedules

    Unless we see the site, we can't give much help. We need to see the code for it, and the best way is being on the site. We need more details of the problem.
  10. Strider

    Schedules

    What is most likely happening is that you have forgotten to close a div tag, so the css is not being parsed for that section. A link would help us help you better.
  11. Nope, there is no such app, but it would be a good one though. Though I would add a bit more parameters in so that it doesn't come up with silly routes.
  12. Not quite sure what you are asking, when pilots register, they have to ability to choose which hub the want to be apart of. Is it you want a specific page for the hub? IF so, you can create a page in the admin area for that, if you don't want the public to view it, don't make it public, then edit the pilot center, and add the links, should be http://www.yourva.com/pages/hubname and that is it.
  13. SQL is not that hard, it doesn't have to look pretty, as long as it does its job, as only you see it when coding, the general public dont see it.
  14. This is nothing to do with phpvms but something on this site, { "error": { "type": "OAuthException", "message": "Invalid redirect_uri: Given URL is not permitted by the application configuration." } } I tried to connect my account to my fb account, and get that instead.
  15. If there is on turn off in my opinion is a splash screen, I don't want to go through the hassle of going to a site, only to get a splash screen and have to click to see the main site. Also they are old, no one really uses them anymore for the reason people get annoyed by them and leave.
  16. Free hosts give limited services, and php is one, they are usually using older versions of php also.
  17. By the sounds of it, you used the same db tables, that is really a no no because, exactly what you said happened will happen. That is why you never use the same tables for two seperate installs. If you want to use the same db, then give them a different prefix, like phpvmst_ something to make them unique. A screenshot will not give us all the information, detail of the problem will help us immensely. This is not a bug in the software, it is just a mistake on your part (don'tt mean to offend but it is what it is).
  18. In reality you should never use a beta as a poduction site, use it in a seperate folder and test it, and report the bugs you run into. Make sure the files have the correct permissions. Make sure the server location is correct some use localhost some have a different server location. When upgrading do not go to install.php you just need to go to upgrade.php. Install.php will install it fresh, and it could be getting a conflict with the current database.
  19. i was using the wrong user hehe.
  20. The error is saying it is receiveing a 404 error from the server.
  21. gah, ok, will install it later this week
  22. I am having a problem with xacars, it is giving me an error saying that the url for the flight tracking is giving an error. This happened recently and suddenly, I am not sure what is going on, I have cleaned the cache, and resent the acars table, but that did not help. I have set everything up correctly. I do have 2 other xacars configs in the same location, but they are not named the same, I have named the xacars config file that is in use just xacars as that is what it was before. Any help would be greatly appreciated.
  23. Strider

    Fspaint Shop

    <script type="text/javascript" src="[url="view-source:http://southwingsva.comli.com/sandbox/lib/js/jqModal.js"]http://southwingsva.comli.com/sandbox/lib/js/jqModal.js[/url]"</script> you are missing a ">" that is what is causing the problem.
×
×
  • Create New...