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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
bcsweb1
Forum Members
Forum Members
Posts: 54
Joined: Tue Nov 13, 2007 2:39 pm

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

Post 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??
alby

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

Post 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
bcsweb1
Forum Members
Forum Members
Posts: 54
Joined: Tue Nov 13, 2007 2:39 pm

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

Post 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...
Post Reply

Return to “CMSMS Core”