I see that you've only linked to other pages instead of integrating the calendar.
So on both pages, before the links and the filter, add this
PHP Code:
// This one for the TOC mode
$thisFile="index.php?option=com_content&task=view&id=12&Itemid=2"
PHP Code:
// This one for the list mode
$thisFile="index.php?option=com_content&task=view&id=14&Itemid=2"
Then for the links to choose one mode or the other, you'll do the oposite.
HTML Code:
<--! This is the link for the TOC page -->
<a href="index.php?option=com_content&task=view&id=14&Itemid=2">Table Format</a>
HTML Code:
<--! This is the link for the List page -->
<a href="index.php?option=com_content&task=view&id=12&Itemid=2">Calendar Format</a>
Technically, after this you should be alright, but I found a bug with the Category filter. I'm assuming Brian will release a new point version after it's fixed. By having your pages ready, you'll be able to just update and then it'll work.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|