Using Extensions OUTSIDE of 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

Using Extensions OUTSIDE of CMS

Post by bcsweb1 »

I have a few php pages that I can not get to work within the CMS system and after 3 weeks of trying I am going to try something else.

I "wrapped" the php page with the CMS template - outside of the CMS System - just a normal every day PHP page.

However, in this template I use the Search Function of CMS...

This is under Extensions ---> Search ---> Search Template - within the CMS:

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>	

My templates IN the CMS use this to call it up:

Code: Select all

{search resultpage="search_results" searchtext="Search Our Site..." }
Now here is my question:

How do I get this code to work OUTSIDE of the CMS system so my page look correct?

I am not trying to "search" outside of the CMS system at all - just trying to maintain my template look in a PHP page outside of the CMS.

I have tried with the code the other pages use:

http://www.alsipnursery.com/alist_customer_NEWSITE.php

And I have tried with the actual search template code:

http://www.alsipnursery.com/alist_customer_TEST.php
Post Reply

Return to “CMSMS Core”