I have a few php pages that I can not get to work in CMS..
So, I have to link "out of" the cms just for those pages...
I want to keep the same layout and look and feel...
But that means that the "Search" Block is part of my layout and all I am just trying to do is get it to layout right Outside of the CMS.
I am not trying to "search" outside of the CMS - I am just trying to get the layout to work outside of the CMS...
http://www.alsipnursery.com/alist_customer_TEST.php
Look at the top left - that is where I need the "Search Box" to appear..
It should look like this template:
http://www.alsipnursery.com/site/index. ... -list (top left of template - you will see the search box)
Anyone have any ideas??
Having the Search Feature "Appear" in a php page "Outside" of the CMS
Re: Having the Search Feature "Appear" in a php page "Outside" of the CMS
bcsweb1 wrote: Look at the top left - that is where I need the "Search Box" to appear..
It should look like this template:

Why don't copy/paste html source of search form?
PS: correct forum was "Layout and Design (CSS & HTML)"
Alby
Re: Having the Search Feature "Appear" in a php page "Outside" of the CMS
The search page is part of the CMS system...
But here is the source code for it...
And the Search Template Code is:
But remember this page that we are trying to fix is OUTSIDE of the CMS system - a PHP page...
But here is the source code for it...
Code: Select all
<li>{search resultpage="search_results" searchtext="Search Our Site..." }</li>
Code: Select all
<li id="home_search">
{$startform}
{$inputbox}
<input src="images/layout/go_btn.gif" alt="Go!" type="image" width="61" height="32" value="{$submittext}" type="submit" />
{if isset($hidden)}{$hidden}{/if}{$endform}
</li>