some help please :)
musiconly |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
Check the Senator skin. It has a working quicksearch box.
May the Source be with you!
|
pieter |
|
---|---|
Nice tip:
It worked. Code used is: <form id="search" action="plug.php?e=search&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 ...
|
|
This post was edited by pieter (2009-02-25 21:20, 15 years ago) |
musiconly |
|
---|---|
thank you thank you thank you
I'll buy you two a beer when we meet on CotontiDay somwhere in near future |
pieter |
|
---|---|
This does not work anymore on 0.6.5
Any idea? ... can we help you ...
|
Kort |
|
---|---|
<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 |
|
---|---|
THX
... can we help you ...
|
Kort |
|
---|---|
WLCM
SED.by - создание сайтов, разработка плагинов и тем для Котонти
|