Jump to content

RedwoodVA

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

2346 profile views

RedwoodVA's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Any update on the fate of VACentral?
  2. UPDATE - This post (http://forum.phpvms....-passed-solved/) solved it for me.
  3. Can you provide the remove bid code changes as well please? Thanks.
  4. I am having the old "no route passed" error and I have determined that two lines in my layout.tpl seem to be the culprits. If i remove the "skins/redwood/" from both lines' URLs the booking starts working and the "no route passed" error disappears. The only problem is that when I do this all the active content on my site dies (i.e, menus, pic carousels, etc.). <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/redwood/js/jquery-1.11.0.min.js"></script> and <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/redwood/js/custom.js"></script> I've tried leaving both versions (both with and without the /skins/redwood/ portion or the URL) in the file but that hasn't worked. I've tapped a couple of friends who are good with php but we haven't been able to figure it out. Any help is greatly appreciated. Thanks in advance.
  5. I have to assume this question has been asked before, but all my forum and Google searches have been fruitless. Does anyone have a phpvms module that creates a VATSIM remarks generator (like this http://zobartcc.com/pilots/flight-plan-remark)? Thanks in advance.
  6. Can anyone tell me how to limit which touchdown stats are returned by the touchdownstats module to just those in the year or month? I see how to limit the number of responses (to the top 10 of all time for example) but I would like to limit it by a date greater than so I can show only the top ten most, this year or on the last 60 days. I've searched the forum with to no avail. Thanks.
×
×
  • Create New...