Topic: search in cn2.0 doesn't work
Search doesn't work. Please tell me how to change the code from ver. 1.5.3
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 → search in cn2.0 doesn't work
Search doesn't work. Please tell me how to change the code from ver. 1.5.3
Could you kindly explain the problem in a more detailed way. It would be great if you could attach a screenshot or give us an example for us to see clearer what is need to be fixed.
Could you kindly explain the problem in a more detailed way. It would be great if you could attach a screenshot or give us an example for us to see clearer what is need to be fixed.
I have some problem with evoking search.php
in cn153
i used this only:
in html file:
<form action="search1.php" method="post">
<input type="text" name="story" size="14" id="searchfield" title="searchfield" />
<input type="submit" name="do" value="ТърÑене" alt="Search" id="searchbutton" title="Search" />
</form>
in search1.php:
<?php
if($_POST['do'] == "ТърÑене" or $_GET['dosearch'] == "yes"){ $subaction = "ТърÑене"; $dosearch = "yes"; include("search.php"); }
elseif($_GET['do'] == "archives"){ include("show_archives.php"); }
elseif($_GET['do'] == "stats"){ echo"You can download the stats addon and include it here to show how many news, comments ... you have"; /* include("$path/stats.php"); */ }
else{ $template = "Headlines"; include("show_news.php"); }
?>
CutePHP Forums → Problem Solving / Help & Support → search in cn2.0 doesn't work
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.