Example PHP:
PHP Code:
eval(standard_error(fetch_error('error_myphrase', $vbulletin->userinfo['username'])));
Example Phrase:
Code:
My custom error message, you username is: {1}
Quote:
fetch_error (line 2186)
Fetches an error phrase from the database and inserts values for its embedded variables
* return: The parsed phrase text
string fetch_error (string 0, mixed 1, mixed 2, mixed 3)
* string 0: Varname of error phrase
* mixed 1: Value of 1st variable
* mixed 2: Value of 2nd variable
* mixed 3: Value of Nth variable
|