News:

Wondering if this will always be free?  See why free is better.

Main Menu

modify search field at top to search topics or users

Started by NoRad, October 10, 2004, 04:57:28 AM

Previous topic - Next topic

NoRad

At the top of my forum index.php I have added a link next to "Advanced Search" that says "User Search" and links to this URL index.php?action=mlist;sa=search
What do you think about the idea of creating a second submit button and relabel them both to be "Topic Search" and "User Search" On the search results page it could display the advanced search for both. I'm just trying to make the interface as clean (and functional for my users) as possible.

[Unknown]

In other words, search both posts and members?  I'm not sure I understand clearly.

-[Unknown]

NoRad

One input box, two submit buttons [ Search Forums ] [ Search Users ]
Is that something beneficial?

[Unknown]

Oh.  Okay, sorry... that makes sense.

Just do something like:

<input type="submit" onclick="this.form.action = '?action=mlist'; return true;" value="Search Members!" />

(I think that should work, or similar to it.)

-[Unknown]

NoRad


Advertisement: