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?
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → 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?
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.
well done. it works like I wanted... thanx
CutePHP Forums → Problem Solving / Help & Support → To modify the search box
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.