HELP
Driving me up the wall
Updating my own hacks to use the new 3.6 options.
So old way
PHP Code:
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
and you could use
PHP Code:
$errormessage = "<p align=center>Sorry {$vbulletin->userinfo[username]} you didn't fill out all the fields.....
to put you text inthe error window, notice the $vbulletin->userinfo[username]}
Well guess what move to the new way
PHP Code:
eval(standard_error(fetch_error('error_myphrase')));
and regardless which way I put it in I cant get the Username
PHP Code:
$bbuserinfo[username] {$vbulletin->userinfo[username]}
in the pharse just print as shown
AAAGGGHHHHH
Cheers
Inadvance
and yes I have searched and read the articles
Giz