Module clears page content
Posted: Wed Jan 06, 2010 8:27 pm
I've built a module to filter venues that meet certain criteria. My problem is when you hit "Filter" the original page contents are removed and only the search results are displayed.
For the page contents I have:
Page content that disappears
.
.
.
{cms_module module="VenueManager" action="accommodations"}
and in the code file:
code that does the filtering and setting of smarty tags
.
.
.
echo $this->ProcessTemplate('accommodations.tpl');
(I can provide the actual code but its probably irrelevant to what I'm doing wrong)
Page/issue can be viewed at:
http://www.meetingscalgary.com/cms/inde ... odations-2
The client wants to still be able to edit the copy at the top of the page or I would just put it in the module.
Any ideas?
For the page contents I have:
Page content that disappears
.
.
.
{cms_module module="VenueManager" action="accommodations"}
and in the code file:
code that does the filtering and setting of smarty tags
.
.
.
echo $this->ProcessTemplate('accommodations.tpl');
(I can provide the actual code but its probably irrelevant to what I'm doing wrong)
Page/issue can be viewed at:
http://www.meetingscalgary.com/cms/inde ... odations-2
The client wants to still be able to edit the copy at the top of the page or I would just put it in the module.
Any ideas?