HMBeaty
04-17-2011, 09:33 AM
Not sure what I'm doing wrong here lol. But reworked my code in my file a bit and now I can't seem to figure out how to get the BB code to parse. But, basically, this is all being done by automatic thread creation.
This is what I had before:
$contactemailt = "E-mail: {$vbulletin->GPC['contactemail']}";And this is what I have now:
$tappemail = $vbphrase['usml_staffapp_appemail'];...along with
$tappemail {$vbulletin->GPC['contactemail']}So, my question is, how can I add the BB code tags back to it? lol
To be more specific, I want $tappemail to be parsed in bb code
The ways I've tried were
$tappemail {$vbulletin->GPC['contactemail']}
And
$tappemail = ""$vbphrase['usml_staffapp_appemail']"";
Which definately failed lol (I was getting a white screen)
This is what I had before:
$contactemailt = "E-mail: {$vbulletin->GPC['contactemail']}";And this is what I have now:
$tappemail = $vbphrase['usml_staffapp_appemail'];...along with
$tappemail {$vbulletin->GPC['contactemail']}So, my question is, how can I add the BB code tags back to it? lol
To be more specific, I want $tappemail to be parsed in bb code
The ways I've tried were
$tappemail {$vbulletin->GPC['contactemail']}
And
$tappemail = ""$vbphrase['usml_staffapp_appemail']"";
Which definately failed lol (I was getting a white screen)