Okay, I get you now. Try this.
PHP Code:
eval(standard_error(construct_phrase(fetch_error('searchnoresults'), $vbulletin->GPC['userid'])));
The trick is in the
construct_phrase() function and numbers between brackets.
Example.
PHP Code:
construct_phrase(input text, argument 1, argument 2, argument 3,...)
input text is the pharse which you can fetch using
fetch_error('searchnoresults').
{1} in the phrase will be replaced with
argument 1,
{2} will be replaced with
argument 2, etc...