Don't delete your test user. It is going to come in very handy over the life of your forum. Whenever you make a change to your board, your going to want to see what it looks like to other users and that is when your test user comes in handy.
STANDARD_ERROR is just a basic template. It's used for several vb messages that get displayed, whether they are considered errors or not. If you are wanting to only change what that page looks like for that one phrase, I think you will have to edit the php page. Somewhere in that page, I think it defines that after registration, the template used for the redirect is "STANDARD_ERROR" and so you may want to create a new one and change the template name there.
Taking a quick look, function standard_error is in /includes/functions.php around line 2801. You may be able to use the hook location there - "error_generic" to define the template to use.
|