configure Pop-up window AND $showCat does not display listing correctly.
Two questions, we are still on version 6.2.3:
1. I use a second category which is Featured:[Yes|No], but
I do not want this to display in either the rollover or on-click pop-up. I search through all the templates. Please indicate which file is this.
2. I like to list all events with the category 'Featured=Yes', but the following returns no events:
<?php
$LIST=1;
$listEvents = 5;
$listWeeks = 52;
$noOld = 1;
$DF = "D, M d";
$template="monthly2Home.php";
echo $ROOT;
$showCat= "[Any]|Yes";
require ("calendar/calendar.php");
?>
I tried a simpler one, but this does not work:
$showCat="Site Tours";
|