One of the issues I seem to be running into is with the " not working in custom templates.
It seems the page is not properly parsed.
For instance:
Code:
<span class='navbar_text'> <strong><phrase 1='$vbulletin->userinfo[username]' 2='member.php?$session[sessionurl]u=$vbulletin->userinfo[userid]'>$vbphrase[welcome_x_link_y]</phrase></strong>
Comes out like this:
Code:
" . construct_phrase("$vbphrase[welcome_x_link_y]", "$vbulletin->userinfo[username]", "member.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "u=$vbulletin->userinfo[userid]") . "