Topic: To modify the search box

I would like to modify the search box, showing the search results on an other page. How can I do it?

Re: To modify the search box

Try opening search.php
Look for

 $URL = $PHP_SELF . build_uri('subaction,id,archive,ucat', array('showfull'));

Change the $PHP_SELF to where you want the news to appear.
e.g.

$URL = 'http://www.mysite/searchresult.php' . build_uri('subaction,id,archive,ucat', array('showfull'));

It will need tweaking but might work.

Re: To modify the search box

well done. it works like I wanted... thanx

Posts: 3

Pages 1

You must login or register to post a reply

CutePHP Forums → Problem Solving / Help & Support → To modify the search box