Forums / Setup & design / Forms not working in custom pagelayout
Sandra Parente
Wednesday 11 May 2005 7:39:52 am
I'm looking for a solution to this problem. I build a custom home pagelayout.tpl where {$module_result.content} is substituted by specific content fetching. Obviously, if I try to make, for example, a search from the right menu, the page does not display it. Can anybody suggest a solution to this? I see that from ez site the search works even from the frontpage...
Sandra Parente www.netbliss.it
Ekkehard Dörre
Wednesday 11 May 2005 11:40:04 am
Search is a module, and the result is displayed with {$module_result.content} , so no {$module_result.content} nothing to view.
Greetings, ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
Thursday 12 May 2005 1:33:29 am
This is clear! But I wandered if it was possible to force the search result to appear in a specific pagelayout. I tried to do that by using url translation but doesn't work. Is there a way to do that with the use of sections?