Link event from List Module to TOC
Mambo 4.5.3h
EsCal: 6.3.22
Database: flat
I have EsCal module on the front page with the title "upcoming events" which shows the first upcoming event.
I also have Menu item "Events" which have EsCal TOC.
I would like to be able to click on the "upcoming events" in the front page to be directed to the corresponding date on the main TOC under Events menu.
Is this all possible? I read about ALT Link feature, but wasn't sure how to implement this on my demo.php
The following is the file my mod_escal.php calls for:
PHP Code:
<?php LIST MODE $LIST=1; $noOld = 1; $listEvents = 1; $DF = "D - M d"; $template="upcoming.php"; require ("calendar.php"); ?>
Any input would be appreciated.
|