Форумы / Cotonti / Support / Search form not working properly

rayblo
#1 08.03.2010 19:50
Can anyone help me;

In my skin on http://www.ikzoekwebruimte.info i use this code;

<form class="search" id="search" name="search" method="post" action="plug.php?e=search">
      <p>
        <input class="textbox" type="text" name="sq" value="Zoek" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
		<input class="button" type="submit" name="Submit" value="" />
      </p>
    </form>

But it doesn't work with the search form.

Any advice?
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
pieter
#2 08.03.2010 19:54
Look for this in the gameportalskin.

Added 1 minute later:

<form id="search" name="search" action="plug.php?e=search" method="post">
              <div class="cl">&nbsp;</div>
              <div class="fieldplace">
		<input type="hidden" name="a" value="search" />
		<input type="text" name="sq" value="" maxlength="40" />
		</div>
		<input type="submit" class="button" value="{PHP.L.Search}" />
              <div class="cl">&nbsp;</div>
            </form>


Added 1 minute later:

Or look here: http://www.cotonti.com/forums.php?m=posts&p=8817&highlight=SEARCH+INDEX#8817

Maybe try the search function at Cotonti. Here it works :-)
... can we help you ...
rayblo
#3 08.03.2010 19:59
I tried that one Pieter but due to the ;

<input class="textbox" type="text" name="sq" value="Zoek" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
		<input class="button" type="submit" name="Submit" value="" />


It didn't show my search box
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
Kort
#4 08.03.2010 22:54
http://www.cotonti.com/forums.php?m=posts&id=21915
Btw, the search plugin is being updated now :)
SED.by - создание сайтов, разработка плагинов и тем для Котонти