» Unterdrück(t)er
Hallo liebe PSDler,
ich habe ein verflixtes Problem mit meiner eingebauten Suche. Ich arbeite mit indexed search und im Template ist die Macina Searchbox.
Ich habe alles eingebaut es hatte auch schon alles funktioniert. Doch jetzt nicht mehr. Kann sein, dass ich vielleicht den Code geändert habe. Ich hoffe ihr könnt mir helfen, wenn ich euch den Code poste.
Ich arbeite mit TemplaVoila...
template.htm
Liebe Grüße und vielen Dank,
Markus
ich habe ein verflixtes Problem mit meiner eingebauten Suche. Ich arbeite mit indexed search und im Template ist die Macina Searchbox.
Ich habe alles eingebaut es hatte auch schon alles funktioniert. Doch jetzt nicht mehr. Kann sein, dass ich vielleicht den Code geändert habe. Ich hoffe ihr könnt mir helfen, wenn ich euch den Code poste.
Ich arbeite mit TemplaVoila...
Code:
lib.suche < plugin.tx_macinasearchbox_pi1
lib.suche {
pidSearchpage = 28
templateFile = fileadmin/suche/template.htm
}
plugin.tx_indexedsearch {
show {
rules = 0
advancedSearchLink = 0
}
blind {
type = 0
defOp = 0
sections = 0
media = 1
order = 1
group = 0
lang = 0
desc = 0
results = 1
}
# Css Definitionen
_CSS_DEFAULT_STYLE (
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
)
}
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Template file for the"macina_searchbox"extension.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<h3>Template file for the "macina_searchbox" extension.</h3>
<p><b>Available Markers:</b></p>
<ul>
<li>###HEADLINE### Displays the Headline</li>
<li>###ADVANCED### Advanced Search Link</li>
<li>###SUBMIT### Alttext for the submit button</li>
<li>###ACTLANG### UID of the actual language</li>
<li>###SEARCHPID### PID of the Searchpage</li>
</ul>
<!-- ###TEMPLATE### begin -->
<form action="###SEARCHPID###" method="post" name="searchform" id="searchform" style="margin:0px; padding:0px; ">
<table height="14" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><input name="tx_indexedsearch[sword]" type="text" id="input_field" style="border: 1px solid #fff; width: 128px; height: 17px; font-size: 12px; font-family: arial, verdana;" /></td>
<td style="padding-left: 4px;"><input type="image" src="fileadmin/template/images/lupe.png" value="Search" id="input_img" onclick="document.searchform.submit()" /> <input name="tx_indexedsearch[submit_button]" type="hidden" style="border:0" value="Submit" />
<input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
<input type="hidden" name="tx_indexedsearch[pointer]" value="0" />
<input type="hidden" name="tx_indexedsearch[ext]" value="0" />
<input type="hidden" name="tx_indexedsearch[lang]" value="###ACTLANG###" />
</td>
</tr>
</table>
</form>
<!-- ###TEMPLATE### end -->
</body>
</html>
Liebe Grüße und vielen Dank,
Markus
Zuletzt bearbeitet: