Jump to content

RedwoodVA

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by RedwoodVA

  1. 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.

    • Like 1
  2. 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...