Search results

  1. Andrew

    Limit Display to Homepage

    Is there a way to limit a php include in wrapper.html to display in the homepage only?
  2. Andrew

    Random Banner Display and Impression Tracker

    I built this so we can show customer banners randomly in unfilled ad space. It calls the random_banner.php via iframe which we embedded into the ad_break.html We added a integer column to the sites table called bannerimpressions to track the total number of impressions a free banner gets. We...
  3. Andrew

    Working On It Add BASE URL Variable in CONFIG to support CDN

    Hello, I would like to request the addition of URL variables for all JS, Skin Files, and Screenshots so that we can easily implement a CDN like MaxCDN to serve static files. For example <script type="text/javascript" src="{$JS_URL}/js/jquery-1.4.4.min.js"></script> Then in the config we...
  4. Andrew

    BUG - sources/admin/edit.php

    In the source/admin/edit.php towards the very end of the file - there is a redirect URL after the form is processed header("refresh:1; url={$TMPL['list_url']}/index.php?a=admin&b=edit&u={$TMPL['owner']}"); Should that be header("refresh:1...
Top