I have been doing a lot of testing and have been able to substuate out the calandar_jump for a another dropdown in a custom templete i created.
In the proccess of doing this i reallized that the only way for the calander to come up the one selected in the drop down was to keep the value c= else the calandar never changes so I need to where is the logic for this.
This is the line i am refering to and where is the logic to handle the navagator for selecting the correct calendar?
PHP Code:
<select name="c" onchange="this.form.submit();">
Here is the full dropdown my custom templete!
PHP Code:
<form action="calendar.php" method="get">
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="month" value="$month" />
<input type="hidden" name="year" value="$year" />
<input type="hidden" name="do" value="$docalendar" />
<strong>$vbphrase[Lodge_Calendar]</strong><br />
<select name="c" onchange="this.form.submit();">
<optgroup label="$vbphrase[please_select_one]">
$jumpcalendarbitsl
<input type="hidden" name="me" value='2'" />
</optgroup>
</select>$gobutton <br />
</div>
</form>
THANKS
Frank iH. Shaw