Jump to content

Strider

Members
  • Posts

    1823
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. If you want to test a skin, it is best to have it offline, using xamp or a similar program which creates a virtual server on your pc. You can download a copy of your db, and your phpvms installation, and test it out on that before putting it live. You can't set it manually in the layout.tpl as it would have to be changed everytime you want to change the site design. And that is just tedious. But as servatas said, just use the same folder name for both skins, but have a different layout in the one of them, that means you can have two different layouts and designs with the same db.
  2. you have to let some people know that, as they will do it the normal way and find they are having trouble with one of them.
  3. there is one problem with that servetas, it will run off the same settings in the db, so if you change the skin in the subdomain, it will cause problems on the main domain as it will go looking for those skin files and not find them.
  4. Sorry but the hosting is not at fault, it would be a security breach in the module itself that is at fault.
  5. Another damn chair broke on me! Ended up on me arse this time.

  6. Strider

    HubStats Class

    have a look in the error_log and see if any error shows up there. It may tell you why you are getting a blank.
  7. Got the new FB layout, kinda odd looking, but I kinda like it

  8. It accepts an xml file the acars program sends the site, and it reads the data in the xml file, and turns it into code php can read and sends that code to the db. That is what I think it does anyway.
  9. try adding the following in: <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd>
  10. Damn chair broke

  11. There is an easier way, open your local.config file, and find: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); Change it to: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); phpvms will use the transfer hours in its calculation on ranks.
  12. Why is there a big black rectangle on the homepage? Also the 737 in a single class layout can only take 189 passengers, not 215 as you claim it does. Your policies pdf has a few grammatical errors in it. Also the 757 in a single class layout can only take 228 passengers, not 239 as you state. I got those facts from Boeing's website. You are free to check them. TBH you should have fixed all those errors before releasing the new site, as they are not small errors.
  13. At a mma competition not a participant. A first aider at it

  14. Dont ya hate that feeling when you flush the toilet and the bowl starts to fill and you get scared of it over flowing?

  15. Because the view all reports is not where you go to approve them, that shows all the reports that have been filed, unapproved and approved. It will be yellow for unapproved and white for approved. So that error is coming from there being no pirep to approve. Also that 1nm from destination is probably because the scenery you are using which is most likely default is not in the right location, and thus you are probably 1nm from its actual location.
  16. It usually says who the ads are by. Who are the ads by?
  17. Probably a bad cache file, try cleaning the cache on your browser and within phpvms. Then run the reset hours and pireps.
  18. Found it. I had it in another folder on my pc
  19. I have done that, no joy to both your suggestions.
  20. This has been fixed thanks to a clearing of the cache, which tells me it may have been a corrupted cache file that caused the problem.
  21. Bloody Jehovah witnesses! stop pushing your religion on others! You can believe in what you want, but don't push it on others, everyone has the right to choose what they believe in.

  22. If no errors show on the page, try looking at the error_log file it will give you any error that was encountered.
  23. To get it working in the nav bar use the following code: <?php $hubs = HubData::get_hub(); foreach($hubs as $hub) { ?> <li><a href="<?php echo url('/Hub/HubView/');?><?php echo $hub->id;?>"><?php echo $hub->icao .' - '. $hub->name;?></a></li> <?php }?>
  24. Ok it is not fixed, it should work the right way now.
×
×
  • Create New...