Seems though your code worked. I am past the token issue I think.
Although now when I enter something in the search box I get this VB message,
"vBulletin Message
Invalid Action Specified "
what is interesting is the URL I see in the browser bar is,
inlinemod.php?threadid=604440&p=
I should see it goto the memberlist.php so it can search custom field6. Any ideas if this is still token related or perhaps searching a field from a post needs additional plugin coding.
The source code view of the thread that has this shows the following,
Code:
<form action="memberlist.php?do=getall" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="1283032473-228842d7329277b18921e7cc4c16e4474aa5243d" />
<input type="hidden" name="do" value="getall" />
<input type="text" class="bginput" name="field6" value="" size="25" maxlength="100" />
<input type="submit" class="button" value="Search Now" accesskey="s" />
</form>
One more thing to point out that is odd. This works in the preview thread screen, but not after you actually post it.