Gizmo99
10-05-2007, 05:47 PM
HELP
Driving me up the wall
Updating my own hacks to use the new 3.6 options.
So old way
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
and you could use
$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
eval(standard_error(fetch_error('error_myphrase')) );
and regardless which way I put it in I cant get the Username
$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
Driving me up the wall
Updating my own hacks to use the new 3.6 options.
So old way
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
and you could use
$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
eval(standard_error(fetch_error('error_myphrase')) );
and regardless which way I put it in I cant get the Username
$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