Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Unfortunately I do not have it. But I can purchase it in the next few weeks and help out, and if I can get it to work, I will let ya know how.
  2. you would have to add some code to do that. As of now, there is none that has been released, if even created.
  3. I dont have it, but I would not say it would be that hard to get it to use the phpvms db.
  4. Config::Set('LiquidUnit', '3'); # 0=liter 1=gal 2=kg 3=lbs there is the code for the lbs. copy and paste that into your local.config file. ~Go down to where it says unit settings.
  5. Unfortunately, this is the way most forums go. It is not that people are being intentionally mean, it is the way people perceive the messages, as text is primarily unemotional. Thus you don't get the true meaning, or the meaning the poster wanted gets lost in interpretation of it. I was never that keen on the design of the site. I think it is too pink in color.
  6. Use the following code: <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?> <?php echo '<li><a href="'.fileurl('/admin').'" class="underline">Admin Center</a></li>'; } } ?> That will show the admin link, only to those permitted to gain entry to the admin side.
  7. Are you using a windows server? PHP is difficult to run on windows servers.
  8. You have to add the link, but in the url just put http://myva.com/admin and you will get in
  9. You talking about the text Skyline? It is just text. not an image. Look for: <span style="[url=""]font-size:52px; margin:10px; position:absolute; color:#ccc; text-shadow:1px 1px 2px #999;[/url]">Skyline</span> Replace the word Skyline with your VA name, or put your logo image there.
  10. You can edit the app.config file. As there are some settings in the app.config file, that are not in the local.config file. So edit it in the app.config file, but then copy and paste it into the local.config file, that way when you update phpvms, your settings wont get over written. You can edit any file you want. Just a lot of the files get over written in updates.
  11. To be honest, domains do not cost that much. If you can afford the hosting and the domain for your company, you can afford another domain for your VA.
  12. Only thing I can think of, it is not reading the JS file. Also try commenting out the 1.4.2 jquery file and replace it with: <script type="[url=""]text/javascript[/url]" src="[url="view-source:http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"]http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js[/url]"></script> <script type="[url=""]text/javascript[/url]" src="[url="view-source:http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"]http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js[/url]"></script>
  13. Ah, anyway, see if that stray <tr> at the top of the table will do anything.
  14. By the way, where did you get the hub module from? Or did you make it yourself?
  15. http://malaysiava.org still making some changes.
  16. You seem to have a stray <tr> try removing that, also try putting the header part of the table in <thead></thead> and the body part in <tbody></tbody>.
  17. Try changing the #mytable to .mytable. also try removing the second class, just cut it and paste it somewhere else for now, so you can put it back in, if it isn't the problem.
  18. Try the js script above the table? Maybe it can't see it.
  19. Father Dougal Has been talking to the pope, and convinced him, to leave the papacy.

  20. http://forum.phpvms.net/topic/5342-to-get-the-pagination-for-the-schedules-to-work/page__hl__datatables there you go
  21. YOu could try using the system I have for my roster. There is a tutorial on how to set it up on the forms, search datatables.
×
×
  • Create New...