Forums / Cotonti / General / Search Form

RaisenBran
#1 2011-06-02 17:07

 

Hey Cotonti, just out of curiosity, the code below, can it be used to just search the forums or a specific forum? Or even specific page sections? I think I did this on Sedito but forgot how. Any help would be appreciated, thanks!

Note: I’m using the latest version of Genoa if that means anything.  

Added 57 seconds later:

<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}" />
	</form>

Dit bericht is bewerkt door RaisenBran (2011-06-02 17:18, 12 jaren ago)
pieter
#2 2011-06-02 18:04

plug.php?e=search&tab=frm is for forums only
plug.php?e=search&tab=pag is for pages only

Maybe you can try this.

... can we help you ...
RaisenBran
#3 2011-06-02 21:23

So I would replace the "action" on the first line, to one of these urls?

 

Thanks! Somewhat what I wanted, but thanks!

 

I thought it would be great if you had like a little search bar on the side that lets you search throughout all the news, that is what I was aiming for.