PDA

View Full Version : Navigation in listings mode


pamitha
07-30-2005, 09:57 PM
I'm using phpcalendar 6.27 and loving it for our small events listing. We use the listings mode instead of the calendar mode because we only have a few events each month. However, the boss would like to have month-to-month navigation with the listing so that people could browse future month's events. Is this possible? My current calendar code is below:

<?php
$listWeeks = 12;
$LIST=1;
$noOld = 01
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>

Thanks!

Brian
07-31-2005, 09:39 AM
This post may help:

http://www.easyphpcalendar.com/forums/showpost.php?p=8565&postcount=2

:)

pamitha
07-31-2005, 08:50 PM
That did it! Although I'm mystified as to where the $navLeft etc variables are asssigned, it works fine.
Thanks

ve9gra
08-02-2005, 06:54 AM
Those variables are assigned from the config.inc.php file, which holds your configuration data. You can change those values with the Setup Manager... it's in the "Navigation" section.