Quote:
Originally Posted by mini2
That's the only difference, just broke it up a little and I felt made it a little clearer for the average user. But yours I thought was fine too.

|
Create a phrase as follows:
Product: Search for Post in thread by User name
Varname: and_or_keywords (or whatever you please)
Text: And/Or Keywords
Phrase Type: GLOBAL
In template SHOWTHREAD find:
Code:
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
Add below:
Code:
<if condition="$show['searchthreaduser']">
<div class="smallfont">$vbphrase[username]:</div>
<input type="text" class="bginput" name="searchuser" size="20" />$gobutton<br />
</if>
<div class="smallfont">$vbphrase[and_or_keywords]:</div>
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
With the phrase and template edit as above, it will look like the attached image. You can omit the 'Go' button as necessary and change the and/or keywords as you see necessary to fit your board.
btw - appears to work fine on 3.6.5