Hallo,
ich möchte die Suchabfrage von mod_search erweitern.
Weiß jemand in welchem File das SQL-Statement ist?
In /modules/mod_search/tmpl/default.php steht
hmm?PHP-Code:...
<form action="index.php" method="post">
<div class="search<?php echo $params->get('moduleclass_sfx') ?>">
<?php
$output = '<input name="searchword" id="mod_search_searchword" maxlength="'.$maxlength.'" alt="'.$button_text.'" class="inputbox'.$moduleclass_sfx.'" type="text" size="'.$width.'" value="'.$text.'" onblur="if(this.value==\'\') this.value=\''.$text.'\';" onfocus="if(this.value==\''.$text.'\') this.value=\'\';" />';
...
Viele Grüße und Danke fürs Helfen!


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen