Page 1 of 1

How do I connect search extension to my inner template ?

Posted: Fri Apr 15, 2011 10:34 pm
by rpz79
Hi,

I've added the {search} smarty tag to my template like this

Code: Select all

<form action="search">
<img alt="" src="http://c14.co.il/test1104/uploads/images/Rhenium/pina.gif" width="7" height="21" class="right" />
<input type="text" class="text_form right" value="Type your search here..." />
<input type="image" src="http://c14.co.il/test1104/uploads/images/Rhenium/submit.gif" class="right" />
{search}				 
</form>
What it does is creating another search bar with another button (and when I click on it , it doesn't work I get a URL error)

As seen in the code I have an inner search template of search bar
and I need to connect it to the CMSMS's search extension and make it work for very simple queries how do I do it ?

BTW I'm a newbie at HTML development and CMS's as you can see ::)
THNX ALOT
^-^