Page 1 of 1

Having the Search Feature "Appear" in a php page "Outside" of the CMS

Posted: Thu Feb 07, 2008 5:33 am
by bcsweb1
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??

Re: Having the Search Feature "Appear" in a php page "Outside" of the CMS

Posted: Thu Feb 07, 2008 8:26 am
by alby
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

Posted: Fri Feb 08, 2008 12:16 pm
by bcsweb1
The search page is part of the CMS system...

But here is the source code for it...

Code: Select all

<li>{search resultpage="search_results" searchtext="Search Our Site..." }</li>
And the Search Template Code is:

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>
But remember this page that we are trying to fix is OUTSIDE of the CMS system - a PHP page...