Foren / Unrelated / Offtopic / Working Search On Index?

some help please :)

musiconly
#1 25. Februar 2009, 15:33
Hey guys, I know this isn't related to Cotonti but since most of Neocrome users are now here I decided to take a shot.

I'm using Seditio 125/125a. I wonder if anyone has fully working SearchBox on index?

As you can see on my site, it's not working :-(

Thanks in advance
pieter
#2 25. Februar 2009, 18:25
I have the same problem on Cotonti.

See my test site: http://www.broens.be
You need to click twice on the search button.
It would be nice if it works directly.
... can we help you ...
Trustmaster
#3 25. Februar 2009, 20:51
Check the Senator skin. It has a working quicksearch box.
May the Source be with you!
pieter
#4 25. Februar 2009, 21:15
Nice tip:

It worked.
Code used is:

<form id="search" action="plug.php?e=search&amp;a=search" method="post">
                <div class="form_sub">
					<input type="text" name="sq" class="search" size="18" maxlength="25" />
					<input type="hidden" name="searchin_frm" value="1" />
                    <input type="hidden" name="frm_sub[]" value="9999" />
					<input type="hidden" name="searchin_pag" value="1" />
                    <input type="hidden" name="pag_sub[]" value="all" />
					<input type="hidden" name="searchin_use" value="1" />
                    <input class="checkbox" name="sea_pagtitle" checked="checked" value="1" type="hidden">
<input class="checkbox" name="sea_pagdesc" checked="checked" value="1" type="hidden">
<input class="checkbox" name="sea_pagtext" checked="checked" value="1" type="hidden"><br/><br/>
					<input type="submit" value="{PHP.skinlang.other.search}" class="batsearch" />
                    <br /><br /><a class="internal" href="plug.php?e=search">{PHP.skinlang.other.moresrch}</a>
                </div>				
                </form>
       
[/][/]
... can we help you ...

Dieser Beitrag wurde von pieter (am 25. Februar 2009, 21:20, vor 15 Jahre) bearbeitet
musiconly
#5 26. Februar 2009, 05:18
thank you thank you thank you :-X

I'll buy you two a beer when we meet on CotontiDay somwhere in near future ;-)
pieter
#6 2. Januar 2010, 15:32
This does not work anymore on 0.6.5

Any idea?
... can we help you ...
Kort
#7 2. Januar 2010, 16:13
<h2>{PHP.L.Search}</h2>
	<form id="search" name="search" action="plug.php?e=search" method="post">
		<input type="hidden" name="a" value="search" />
		<input type="text" name="sq" value="" maxlength="40" />
		<input type="submit" value="{PHP.L.Search}" />
		<p class="small"><a href="plug.php?e=search">Advanced search</a></p>
	</form>
SED.by - создание сайтов, разработка плагинов и тем для Котонти
pieter
#8 2. Januar 2010, 16:51
THX
... can we help you ...
Kort
#9 2. Januar 2010, 16:56
WLCM
SED.by - создание сайтов, разработка плагинов и тем для Котонти